-
Notifications
You must be signed in to change notification settings - Fork 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
[Feature] - Store Only Blinded Beacon Blocks Post-Merge #11010
Merged
Merged
Changes from 17 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
3883979
add in flags
rauljordan 64e7460
add sync and db items
rauljordan 028e8bf
bring over all other changes
rauljordan caef954
enable on
rauljordan ba11619
use feature flag
rauljordan 426ef17
powchain
rauljordan 08d713d
builds
rauljordan e76c359
fix up tests
rauljordan a5ee5b3
pass iface
rauljordan 2318bce
gaz
rauljordan 1aa82e4
enable bellatrix blind in unmarshal only behind flag
rauljordan 022f0a9
poolside
rauljordan 6d4cf74
pass rpc tests
rauljordan bac3bdb
Merge branch 'develop' into feature-blinded-blocks
rauljordan 76bb5c8
rebuilds
rauljordan d5e2f1c
Merge branch 'feature-blinded-blocks' of github.com:prysmaticlabs/pry…
rauljordan 7ad002f
naming
rauljordan 10659da
Merge branch 'develop' into feature-blinded-blocks
rauljordan 730f99d
cleaner func
rauljordan dc8e552
Merge branch 'feature-blinded-blocks' of github.com:prysmaticlabs/pry…
rauljordan b755048
check needs resync
rauljordan 1a60c13
idiomatic
rauljordan bc41fa1
gaz
rauljordan af703f0
rem
rauljordan 6883083
build
rauljordan 57f24d3
nicer
rauljordan d8bb249
Merge branch 'develop' into feature-blinded-blocks
rauljordan 3ad952b
build
rauljordan 2e8fe97
Merge branch 'feature-blinded-blocks' of github.com:prysmaticlabs/pry…
rauljordan 0c3d676
cleaner
rauljordan 97de831
surface error
rauljordan 5919edf
wrapping
rauljordan 67308c1
unmarshal logs
rauljordan 188967d
fix up
rauljordan edeb02a
cleaner
rauljordan 1d7bd0a
log
rauljordan 5a5c3ca
Merge branch 'develop' into feature-blinded-blocks
rauljordan d045da9
Merge branch 'develop' into feature-blinded-blocks
rauljordan bfdc269
Merge branch 'develop' into feature-blinded-blocks
rauljordan 82989cb
sync develop
rauljordan 92c7f7d
builds
rauljordan 0df6c43
Update beacon-chain/blockchain/execution_engine.go
rauljordan c429d2f
terence feedback
rauljordan 7c432ab
Merge branch 'feature-blinded-blocks' of github.com:prysmaticlabs/pry…
rauljordan 3ee1ba3
Merge branch 'develop' into feature-blinded-blocks
rauljordan 0d27fbf
Merge branch 'develop' into feature-blinded-blocks
rauljordan bd0c082
test added for resync
rauljordan ba847ac
nil check
rauljordan 8921aec
fmt
rauljordan ee89fb0
Merge branch 'develop' into feature-blinded-blocks
rauljordan caaeb51
Merge branch 'develop' into feature-blinded-blocks
rauljordan 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
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 function needed edits to be future-proof. That is, it should be able to deal with blocks that have an execution payload or a payload header (blinded blocks)