From 997accf660bbd2d85e78bae31099b3cbf85fcf6d Mon Sep 17 00:00:00 2001
From: Joyerin007
Date: Mon, 31 Aug 2026 23:41:43 +0000
Subject: [PATCH 1/3] edited
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 31ef5fd..e4b4fb7 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@
+
# Sub Rosa
**1st Place — Hack Privacy Track, Build On Stellar Hackathon — IBW 2026**
From 1497fec1a28a98f39249db9a3dd194aa09606a4e Mon Sep 17 00:00:00 2001
From: Joyerin007
Date: Fri, 4 Sep 2026 03:48:01 +0000
Subject: [PATCH 2/3] Update generated Round bindings
---
packages/round-bindings/src/index.ts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/round-bindings/src/index.ts b/packages/round-bindings/src/index.ts
index 11ffee2..81baf47 100644
--- a/packages/round-bindings/src/index.ts
+++ b/packages/round-bindings/src/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2026 Sub Rosa contributors
+// Copyright 2026 Sub Rosa contributors
import { Buffer } from "buffer";
import { Address } from "@stellar/stellar-sdk";
import {
@@ -100,7 +100,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 being sold (hash of an
* off-chain description). The contract is agnostic to its meaning.
*/
item_ref: Buffer;
@@ -358,4 +358,4 @@ export class Client extends ContractClient {
get_bid_state: this.txFromJSON>,
get_bidders_page: this.txFromJSON>
}
-}
+}
\ No newline at end of file
From a967aaaeb2c9c9555b669af39ddaac64af036dc0 Mon Sep 17 00:00:00 2001
From: Joyerin007
Date: Fri, 4 Sep 2026 10:07:35 +0000
Subject: [PATCH 3/3] Update Round contract bindings
---
packages/round-bindings/src/index.ts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/packages/round-bindings/src/index.ts b/packages/round-bindings/src/index.ts
index 81baf47..abe1a0c 100644
--- a/packages/round-bindings/src/index.ts
+++ b/packages/round-bindings/src/index.ts
@@ -1,4 +1,3 @@
-// Copyright 2026 Sub Rosa contributors
import { Buffer } from "buffer";
import { Address } from "@stellar/stellar-sdk";
import {
@@ -100,7 +99,7 @@ auditor_pubkey: Buffer;
*/
commit_deadline: u64;
/**
- * Opaque reference to the 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;