-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
Electra tracker #6341
Labels
epic
Issues used as milestones and tracking multiple issues.
meta-pm
Issues relating to Project Management tasks.
spec-electra 🦒
Issues targeting the Electra spec version
Comments
This was referenced Apr 29, 2024
ethereum/consensus-specs#3882 is now merged! |
lodestar may potentially get performance issue with very long pending balance deposit queue see https://notes.ethereum.org/@ethpandaops/pectra-big-queue-test this will likely be resolved with batch hash tree root #6939 |
Open
wemeetagain
pushed a commit
that referenced
this issue
Feb 6, 2025
Eth1 data poll is not needed anymore in Pectra after all eth1 deposits are processed. Introduce mechanism to stop the polling. Note in the case of Lodestar starting up in Electra, Eth1 data poll may run for 1 epoch but no data will actually get polled and then `PrepareNextSlotScheduler.stopEth1Polling()` will stop it. Part of #6341 --------- Co-authored-by: Nico Flaig <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
epic
Issues used as milestones and tracking multiple issues.
meta-pm
Issues relating to Project Management tasks.
spec-electra 🦒
Issues targeting the Electra spec version
Electra Implementations
EIP-6110 Supply validator deposits on chain
effectiveBalanceIncrements
fixEIP-7251 Increase the MAX_EFFECTIVE_BALANCE
activationChurnLimit
,exitQueueEpoch
andexitQueueChurn
in EpochCacheEIP-7549 Move committee index outside Attestation
Op pool to drop pre-electra objects during electra activation (need to re-assess if this is needed)not needed, we filter those out in the api response and eventually those will be pruned outBlobs
MAX_REQUEST_BLOB_SIDECARS
andMAX_BLOBS_PER_BLOCK
configurable #7172EIP-7594 PeerDASBasic feature implementation feat: implement peerDAS on fulu #6353General
LightClientUpdate
with wrong length of branches #7187The text was updated successfully, but these errors were encountered: