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

Update the attestation gossip topic #8100

Closed
mehdi-aouadi opened this issue Mar 19, 2024 · 0 comments · Fixed by #8315
Closed

Update the attestation gossip topic #8100

mehdi-aouadi opened this issue Mar 19, 2024 · 0 comments · Fixed by #8315
Labels

Comments

@mehdi-aouadi
Copy link
Contributor

mehdi-aouadi commented Mar 19, 2024

https://raw.githubusercontent.com/ethereum/consensus-specs/dev/specs/electra/p2p-interface.md

beacon_attestation_{subnet_id}

The following convenience variables are re-defined

  • index = get_committee_indices(attestation.committee_bits)[0]

The following validations are added:

  • [REJECT] len(committee_indices) == 1, where committee_indices = get_committee_indices(attestation).
  • [REJECT] attestation.data.index == 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant