Skip to content

feat: support dynamic attester set updates#421

Draft
randygrok wants to merge 12 commits into
mainfrom
jgimeno/flexible-attester-set
Draft

feat: support dynamic attester set updates#421
randygrok wants to merge 12 commits into
mainfrom
jgimeno/flexible-attester-set

Conversation

@randygrok

Copy link
Copy Markdown
Contributor

Summary

  • enable MsgJoinAttesterSet and MsgLeaveAttesterSet to update the active attester set
  • store height-scoped attester set snapshots and use them for attestations, signatures, /commit, /validators, and queries
  • make attester clients re-check membership per height before submitting votes
  • keep genesis export aligned with the active attester set

Testing

  • git diff --check
  • go test ./... -count=1

Notes

  • Generated protobufs with system buf because make proto-gen currently fails locally with undefined: quic.EarlyConnection.

randygrok and others added 12 commits April 28, 2026 17:02
)

* feat(network): verify attester votes

* feat(rpc): reconstruct attester commits deterministically
* feat(network): verify attester votes

* feat(rpc): reconstruct attester commits deterministically

* feat(attester): attest from fixed genesis set
* feat(network): verify attester votes

* feat(rpc): reconstruct attester commits deterministically

* feat(attester): attest from fixed genesis set

* test(integration): cover attested IBC commits
* feat(network): verify attester votes

* feat(rpc): reconstruct attester commits deterministically

* feat(attester): attest from fixed genesis set

* test(integration): cover attested IBC commits

* fix: preserve attester query errors and vote address

* test: add multi-attester docker e2e
@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 004720d2-db09-4d4c-bd35-08e5ff2d97f0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch jgimeno/flexible-attester-set

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

1 participant