-
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
Adopt EIP-7688: Forward compatible consensus data structures #3844
Draft
etan-status
wants to merge
19
commits into
ethereum:dev
Choose a base branch
from
etan-status:ef-eip7688
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9691a3 - Browse repository at this point
Copy the full SHA d9691a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1193fcd - Browse repository at this point
Copy the full SHA 1193fcdView commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c5e0a5 - Browse repository at this point
Copy the full SHA 7c5e0a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c75402c - Browse repository at this point
Copy the full SHA c75402cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb542bb - Browse repository at this point
Copy the full SHA bb542bbView commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd02507 - Browse repository at this point
Copy the full SHA bd02507View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b870d9 - Browse repository at this point
Copy the full SHA 9b870d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e86cb66 - Browse repository at this point
Copy the full SHA e86cb66View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b236a - Browse repository at this point
Copy the full SHA c5b236aView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1961de0 - Browse repository at this point
Copy the full SHA 1961de0View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d281ded - Browse repository at this point
Copy the full SHA d281dedView commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 268166b - Browse repository at this point
Copy the full SHA 268166bView commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54e3e5c - Browse repository at this point
Copy the full SHA 54e3e5cView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7bf30d4 - Browse repository at this point
Copy the full SHA 7bf30d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac0422 - Browse repository at this point
Copy the full SHA 2ac0422View commit details -
Configuration menu - View commit details
-
Copy full SHA for add6f16 - Browse repository at this point
Copy the full SHA add6f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4318f7b - Browse repository at this point
Copy the full SHA 4318f7bView commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec64491 - Browse repository at this point
Copy the full SHA ec64491View commit details -
Adopt EIP-7688: Forward compatible consensus data structures
EIP-4788 exposes the beacon root to smart contracts, but smart contracts using it need to be redeployed / upgraded whenever the indexing changes during a fork, even if that fork does not touch any used functionality. This problem expands further to bridges on other blockchains, or even into wallet apps on a phone that verify data from the beacon chain instead of trusting the server. It is quite unrealistic to expect such projects to all align their release cadence with Ethereum's forks. EIP-7688 fixes this by defining forward compatibility for beacon chain data structures. Electra `Profile` retain their Merkleization even when rebased to `StableContainer` definitions from future forks, enabling decentralized protocols to drop the requirement for trusted parties to periodically upgrade beacon state proof verifiers.
Configuration menu - View commit details
-
Copy full SHA for 50cbc00 - Browse repository at this point
Copy the full SHA 50cbc00View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.