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

Eip4844 devnet v3 #3751

Merged
merged 75 commits into from
Dec 8, 2022
Merged

Eip4844 devnet v3 #3751

merged 75 commits into from
Dec 8, 2022

Conversation

realbigsean
Copy link
Member

@realbigsean realbigsean commented Nov 24, 2022

Issue Addressed

This branch is targeting devnet v3. Lighthouse should be compiled with feature withdrawals when trying to join the network:

cargo install --path lighthouse --force --locked --features "withdrawals" --profile "release"

Overview of spec target https://notes.ethereum.org/@timbeiko/4844-devnet-3

Outstanding TODOs:

  • load trusted setup for KZG and use this in block production and verification
  • single SignedBeaconBlockAndBlobsSidecar lookups in RPC
  • Potentially add a new Eip4844Spec for adjusted fields like SLOTS_PER_EPOCH (similar to GnosisEthSpec)
  • We have a built-in network eip4844 it'd be nice to update that with the devnet v3 network config to simplify things
  • Join the interop repo: Add Lighthouse beacon node peer Inphi/eip4844-interop#47

realbigsean and others added 28 commits November 10, 2022 14:22
make it compile to start from here
* add a rt is_blob_batch

* use the mixed type everywhere

* glue

* more glue

* minor fixes

* fix range tests

* filling in the gaps

* moore filling in the gaps
@realbigsean realbigsean changed the base branch from stable to eip4844 November 24, 2022 13:19
@realbigsean realbigsean merged commit 254cad3 into sigp:eip4844 Dec 8, 2022
@realbigsean realbigsean deleted the eip4844-devnet-v3 branch November 21, 2023 16:13
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 this pull request may close these issues.

5 participants