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

Add v2 attestation APIs to support EIP-7549 #6895

Open
7 of 8 tasks
nflaig opened this issue Jun 18, 2024 · 1 comment
Open
7 of 8 tasks

Add v2 attestation APIs to support EIP-7549 #6895

nflaig opened this issue Jun 18, 2024 · 1 comment
Labels
spec-electra Issues targeting the Electra spec version

Comments

@nflaig
Copy link
Member

nflaig commented Jun 18, 2024

It is required to add v2 attestation APIs to support EIP-7549

From ethereum/beacon-APIs#447

  • GET /eth/v2/validator/aggregate_attestation

From ethereum/beacon-APIs#448

  • GET /eth/v2/beacon/blocks/{block_id}/attestations
  • GET /eth/v2/beacon/pool/attestations
  • POST /eth/v2/beacon/pool/attestations
  • GET /eth/v2/beacon/pool/attester_slashings
  • POST /eth/v2/beacon/pool/attester_slashings

From ethereum/beacon-APIs#456

  • POST /eth/v2/validator/aggregate_and_proofs

From ethereum/beacon-APIs#459

  • GET /eth/v2/events or #7026
@nflaig nflaig added the spec-electra Issues targeting the Electra spec version label Jun 18, 2024
@nflaig nflaig changed the title Update attestation APIs to v2 to support EIP-7549 Add v2 attestation APIs to support EIP-7549 Jun 18, 2024
@nazarhussain nazarhussain self-assigned this Jun 26, 2024
@nflaig
Copy link
Member Author

nflaig commented Jun 27, 2024

@nazarhussain in case you haven't started working on this, I think it makes sense to wait with this implementation until main spec PRs are merged as we don't need this for devnet-1. This allows to run against master branch of beacon-api spec to make sure the implementation is correct, this saves a lot of effort in reviewing the changes in detail manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec-electra Issues targeting the Electra spec version
Projects
None yet
Development

No branches or pull requests

2 participants