-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solana-ibc: remember sequence numbers of commitments in private stora…
…ge (#78) For the sake of relayer, remember sequence numbers of packet and acknowledgement commitments in the private storage. This isn’t strictly necessary since the data can be read from the trie, but that requires iterator interface which isn’t yet implemented. For the time being, use sets in the private storage.
- Loading branch information
Showing
2 changed files
with
79 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters