Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<img src="./assets/sub-rosa-readme.png" width="250" alt="Sub Rosa logo" />
</p>


# Sub Rosa

**1st Place — Hack Privacy Track, Build On Stellar Hackathon — IBW 2026**
Expand Down
5 changes: 2 additions & 3 deletions packages/round-bindings/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Copyright (c) 2026 Sub Rosa contributors
import { Buffer } from "buffer";
import { Address } from "@stellar/stellar-sdk";
import {
Expand Down Expand Up @@ -100,7 +99,7 @@ auditor_pubkey: Buffer;
*/
commit_deadline: u64;
/**
* Opaque reference to the auction lot or item being sold (hash of an
* Opaque reference to the item / allocation being decided (hash of an
* off-chain description). The contract is agnostic to its meaning.
*/
item_ref: Buffer;
Expand Down Expand Up @@ -358,4 +357,4 @@ export class Client extends ContractClient {
get_bid_state: this.txFromJSON<Result<BidState>>,
get_bidders_page: this.txFromJSON<Result<BiddersPage>>
}
}
}
Loading