You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smartcontract: integrate Index into multicast group lifecycle
Wire Index account management into multicast group create, update,
delete, and close instructions. Update Rust SDK commands to derive
and pass Index PDAs. Add close_index/rename_index args to control
Index lifecycle during deactivation and updates. Update activator,
Go/Python/TypeScript SDKs, and all integration tests.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ All notable changes to this project will be documented in this file.
13
13
- CLI
14
14
- Allow incremental multicast group addition without disconnecting
15
15
- Reset SIGPIPE to SIG_DFL at the start of main() in all 3 CLI binaries (doublezero, doublezero-geolocation, doublezero-admin) so the process exits silently like standard CLI tools
16
+
- Smartcontract
17
+
- Add Index account for multicast group code uniqueness — PDA derived from entity type + lowercased code enforces unique codes onchain and enables O(1) code-to-pubkey lookup
16
18
- SDK
17
19
- Add Go SDK for shred subscription program with read-only account deserialization (epoch state, seat assignments, pricing, settlement, validator client rewards), PDA derivation helpers, RPC fetchers, compatibility tests, and a fetch example CLI
0 commit comments