-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Forward compatible consensus data structures (EIP-7688) #4630
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
Open
etan-status
wants to merge
48
commits into
ethereum:master
Choose a base branch
from
etan-status:sn-7688
base: master
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.
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
4920c9a
eip7688: use forward compatible SSZ types in Gloas
etan-status f6bcac0
Merge branch 'master' into sn-7688
jtraglia fd103eb
Merge branch 'master' into sn-7688
etan-status 4605657
Update EIP reference comments
etan-status d8d7ed7
Merge branch 'master' into sn-7688
etan-status e8f0a5c
Merge branch 'master' into sn-7688
etan-status 8d3d616
Merge branch 'master' into sn-7688
etan-status 2192b86
Merge branch 'master' into sn-7688
etan-status b557387
Merge branch 'master' into sn-7688
etan-status 8e78100
Merge branch 'master' into sn-7688
etan-status b194431
Fix fork transition test
etan-status 4cb6695
Merge branch 'master' into sn-7688
etan-status b1a54a1
Merge branch 'master' into sn-7688
etan-status b37ae10
Merge branch 'master' into sn-7688
etan-status c09acb7
Merge branch 'master' into sn-7688
etan-status e489eeb
Merge branch 'master' into sn-7688
etan-status b3cc077
Merge branch 'master' into sn-7688
etan-status 1846800
Merge branch 'master' into sn-7688
etan-status e80c639
Merge branch 'master' into sn-7688
etan-status 103f684
Fix tests that have been recently introduced to use progressives
etan-status 68fd469
Merge branch 'master' into sn-7688
etan-status 60ffa37
Bump gindices
etan-status 15173c9
Lint
etan-status 58bab43
More adjusted gindices
etan-status 9cfce59
Normalize branches
etan-status 289c9fc
Merge branch 'master' into sn-7688
etan-status e2d3d06
Remove extra key
etan-status a33bec2
Add extra key (and fix FCR expectations as seeds meaning changes)
etan-status b0ecb14
Keep withdrawal_pubkey stable to avoid FCR issues
etan-status e73586c
Same for other usages of withdrawal keys
etan-status 913bad8
Merge branch 'master' into sn-7688
etan-status 97705d4
Make Transaction progressive
etan-status 0dab7b5
Merge branch 'upstream/master' into sn-7688
etan-status 1c039b8
Scope progressive test to Gloas and later
etan-status 64cade7
Merge tag 'v1.7.0-alpha.8' into sn-7688
etan-status 6419782
Merge remote-tracking branch 'upstream/master' into sn-7688
etan-status 42eea12
Retain pre-existing limits for execution requests (separate PR to drop)
etan-status 7ae84f8
Define type-specific SSZ bounds for progressives
etan-status f919d93
Cleanup
etan-status fe0e9e7
Naming cleanup
etan-status 908d312
Add early reject for too many withdrawals
etan-status e75dc6c
Drop explainers for where the bounds numbers come from
etan-status f15466d
Fix some nits I noticed while reviewing
jtraglia c060a3d
Add tests for maximum valid bounds
jtraglia dc90ca9
Make BlockAccessList progressive
etan-status b4b53ab
Merge branch 'master' into sn-7688
etan-status 91f9834
Merge commit 'v1.7.0-alpha.9' into sn-7688
etan-status cf39250
Merge commit 'v1.7.0-alpha.10' into sn-7688
etan-status File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.