-
Notifications
You must be signed in to change notification settings - Fork 169
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 attestation related APIs to be compatible with EIP-7549 #445
Comments
Also |
Something minor but I believe attester slashing is affected because the max length of |
Would note that there's a conceptual difference in |
https://ethereum.github.io/beacon-APIs/#/Events/eventstream has an |
I suspect we need to move |
Yes, the |
attestations for
Electra
require an additionalcommittee_bits
field.I think these APIs are effected.
/eth/v1/beacon/pool/attestations
/eth/v1/beacon/blocks/{block_id}/attestations
/eth/v1/validator/aggregate_attestation
The text was updated successfully, but these errors were encountered: