-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: BeaconState implementation #13919
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9e6431c
Electra: Beacon State
prestonvanloon 178642e
Electra: Beacon state fixes from PR 13919
prestonvanloon 3e6afd6
Add missing tests - part 1
prestonvanloon 514fd29
Split eip_7251_root.go into different files and reuse/share code with…
prestonvanloon a2765ce
Add missing tests - part 2
prestonvanloon 4272074
deposit receipts start index getters and setters (#13947)
james-prysm 8c8d9d3
Add missing tests - part 3 of 3
prestonvanloon be3a999
add tests for beacon-chain/state/state-native/getters_balance_deposit…
prestonvanloon 45a914f
Add electra field to testing/util/block.go execution payload
prestonvanloon f542639
godoc commentary on public methods
prestonvanloon 1339d2d
Fix failing test
prestonvanloon 49d5b88
Add balances index out of bounds check and relevant tests.
prestonvanloon 3b961ec
Revert switch case electra
prestonvanloon 6b4e4a9
Instead of copying spectest data into testdata, use the spectest depe…
prestonvanloon c6d6bfc
Deepsource fixes
prestonvanloon 41a6263
Address @rkapka PR feedback
prestonvanloon b8a29ef
s/MaxPendingPartialsPerWithdrawalSweep/MaxPendingPartialsPerWithdrawa…
prestonvanloon 2bfac80
Use multivalue slice compatible accessors for validator and balance i…
prestonvanloon 0258b67
More @rkapka feedback. What a great reviewer!
prestonvanloon 67dd466
More tests for branching logic in ExitEpochAndUpdateChurn
prestonvanloon 4ff0357
fix build
prestonvanloon 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 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 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 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 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 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 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 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was renamed to HackElectraMaxuint and serves the same purpose. It's no longer needed in this particular test.