-
Notifications
You must be signed in to change notification settings - Fork 4
feat: attester system #230
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
Conversation
Add BeginBlocker logic for IBC_ONLY sign mode, add epoch end validation for soft confirmed checkpoints, update network keeper with BlockSource dependency, and add new validator hasher attester for CometBFT compatibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Add flag for NetworkSoftConfirmation, this means the node works using the attester system. Now the validator hasher changes depending if we are using attester mode or not.
…nc stores on migration
|
I created issues for all related comments in order to be able to merge this big PR. |
julienrbrt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK.
Let's wait for #272 to be merged, so we can tag v1 beta first. Then we can merge this (due to all double checks that need to happen i n follow-ups).
|
I think this is no longer blocked as #272 has been merged |
… for gmd download
|
re: the migration test, I have it passing locally in this PR #277 so I think we can ignore the failure here. |
Overview