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

Beacon api + validator electra #5744

Open
wants to merge 21 commits into
base: electra-engine-api
Choose a base branch
from

Conversation

realbigsean
Copy link
Member

@realbigsean realbigsean commented May 9, 2024

Issue Addressed

Actual endpoint changes

  • GET /eth/v2/validator/aggregate_attestation - this now requires committee_index as a query param

Just the types change

We may need to filter for the consensus_version_header in requests, add it to responses, and wrap responses in ForkVersionedData. I don't think any of these are required to a LH BN<>VC connection so I don't think these need to be implemented until they are spec'd.

  • GET /eth/v1/beacon/pool/attestations
  • POST /eth/v1/beacon/pool/attestations
  • GET /eth/v1/beacon/pool/attester_slashings
  • POST /eth/v1/beacon/pool/attester_slashings/
  • GET /eth/v1/beacon/blocks/{block_id}/attestations
  • POST /eth/v1/validator/aggregate_and_proofs

@realbigsean realbigsean added the electra Required for the Electra/Prague fork label May 9, 2024
@realbigsean realbigsean mentioned this pull request May 9, 2024
53 tasks
@realbigsean
Copy link
Member Author

spec pr ethereum/beacon-APIs#447

@realbigsean realbigsean changed the title Beacon api electra Beacon api + validator electra May 10, 2024
@realbigsean realbigsean added the skip-ci Don't run the `test-suite` label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
electra Required for the Electra/Prague fork skip-ci Don't run the `test-suite`
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants