Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solana-ibc: write local consensus state when witness feature is enabled #398

Merged
merged 5 commits into from
Oct 16, 2024

Conversation

dhruvja
Copy link
Collaborator

@dhruvja dhruvja commented Oct 15, 2024

Local consensus state is required for establishing connections. It is required only to establish connection after which it wont be required. So we store the consensus state every time trie changes for a maximum of 64 states.

@dhruvja dhruvja requested a review from mina86 October 15, 2024 17:50
solana/solana-ibc/programs/solana-ibc/src/lib.rs Outdated Show resolved Hide resolved
solana/solana-ibc/programs/solana-ibc/src/lib.rs Outdated Show resolved Hide resolved
dhruvja and others added 4 commits October 16, 2024 00:06
Co-authored-by: Michal Nazarewicz <mina86@mina86.com>
Co-authored-by: Michal Nazarewicz <mina86@mina86.com>
@dhruvja dhruvja merged commit 80e1e57 into master Oct 16, 2024
4 checks passed
@dhruvja dhruvja deleted the store-local-consensus-state branch October 16, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants