Open
Description
Electra Implementations
EIP-6110 Supply validator deposits on chain
- Optimize
effectiveBalanceIncrements
fix - Implement eth1 poll deprecation on hard fork transition feat: eip-6110 deprecate eth1 data poll #7414
- Remove unfinalized pubkey cache feat: remove unfinalized pubkey cache #7230
EIP-7251 Increase the MAX_EFFECTIVE_BALANCE
- Handle deprecation of
activationChurnLimit
,exitQueueEpoch
andexitQueueChurn
in EpochCache
EIP-7549 Move committee index outside Attestation
- Attestation APIs Add v2 attestation APIs to support EIP-7549 #6895
-
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 out
Blobs
- Uncouple blob limits per block Electra: Implement EIP7742: uncouple blob limits per block across CL and EL #7176
- Make MAX_REQUEST_BLOB_SIDECARS and MAX_BLOBS_PER_BLOCK configurable Make
MAX_REQUEST_BLOB_SIDECARS
andMAX_BLOBS_PER_BLOCK
configurable #7172 - Implement engine_getBlobsV1 feat: add and use getBlobsV1 to expedite gossip import #7134
EIP-7594 PeerDAS
-
Basic feature implementation feat: implement peerDAS on fulu #6353
General
- Revisit Electra sim test Enable electra in sim tests #7604
- Finish up unit test for light client fix: light client generating
LightClientUpdate
with wrong length of branches #7187