-
Notifications
You must be signed in to change notification settings - Fork 973
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 EIPs for discussion #3449
Comments
If this is the Verkle fork, some form of SSZ for the other Still have to revamp the EIPs based on the latest feedback from #typed-transactions, but tracking them here for awareness. |
EIP 6914: Reuse validator indices |
Upgrade was named Electra on ACDC 113 when Danny was away: ethereum/pm#823 (comment) |
EIP-7549: Move committee index outside Attestation |
Add EIP7594: PeerDAS |
imo: sszification + 6110 (on chain deposits) + 7002 (el triggered exits/partial withdrawals) makes sense for EL side cleanup pre-verkle on CL side: PeerDAS looks exciting and could be the plus would love to see some of the containers to move to Partial/Extensible containers on the lines of the EIPs suggested by @etan-status |
Potential EIP proposal for electra inclusion |
The complete list of the "SSZ-ification" section:
The one that @g11tech mentioned above is EIP-7495: SSZ StableContainer -- I think the idea is to also transition Having a stable tree shape means that clients that want to validate presence of specific information can do so without continuously updating their Merkle proof validation logic, as long as the queried information retains its semantic meaning. |
another think which I think would greatly benefit solo stakers: |
+1, least we can do in Electra is |
EIP-6466, SSZ receipts, is incredibly impactful for its small scope: it makes receipt-proving a lot more viable. Currently EVM receipts just concatenate log events of completely different contracts, which means applications have no control over their ability to make their log event provable without the user having to prove a potentially multi-megabyte preimage (worst-case does not fit in EVM). Edit: also, apologies for posting here, there's a longer thread of SSZ related comments here. Happy to move it all into eth-magicians forum if this isn't the right place. |
Another interesting addition could be: This does not have to be tied to a fork specifically, but most of the work is necessary as preparation for Verkle anyway, and adding support for minority ELs to use an |
Please comment with EIPs to be discussed for inclusion in Electra upgrade
For discussion:
The text was updated successfully, but these errors were encountered: