-
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
Allow SSZ-serialized blocks in publishBlindedBlock
#10679
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
71f2b49
SubmitBlockSSZ grpc
rkapka 54c0ea9
SubmitBlockSSZ middleware
rkapka 1ce529e
test fixes
rkapka 584ffb8
Merge branch 'develop' into block-production-ssz
rkapka 7388eeb
use VersionedUnmarshaller
rkapka 83429fa
use VersionedUnmarshaller
rkapka 5b02b71
tests
rkapka a10573b
Merge branch 'develop' into block-production-ssz
rkapka 99e7591
fuzz: Add fuzz tests for sparse merkle trie (#10662)
prestonvanloon e242439
Add engine timeout values (#10645)
terencechain 72e61c5
Cleanup of `stategen` package (#10607)
rkapka e930be3
Process atts and update head before proposing (#10653)
terencechain 69fd6a5
Add link to e2e docs in `README` (#10672)
rkapka 1fee0b2
Improve `ReceiveBlock`'s comment (#10671)
rkapka de554c9
Call fcu on invalid payload (#10565)
terencechain 68906c5
Cache and use justified and finalized payload block hash (#10657)
terencechain c595d6d
Merge branch '__develop' into blinded-block-production-ssz
rkapka d4c9706
Merge branch 'block-production-ssz' into blinded-block-production-ssz
rkapka 6d609c4
do not export slotFromBlock
rkapka 2dd3e7a
simplify tests
rkapka 4a47171
Merge branch 'block-production-ssz' into blinded-block-production-ssz
rkapka 470f6dd
grpc
rkapka 7a5a411
middleware
rkapka e9d6a99
Merge branch 'develop' into blinded-block-production-ssz
rkapka d21c719
extract package-level consts
rkapka ebf0476
Merge branch 'develop' into block-production-ssz
rauljordan 3539031
Merge refs/heads/develop into block-production-ssz
prylabs-bulldozer[bot] d2430c2
Merge refs/heads/develop into block-production-ssz
prylabs-bulldozer[bot] 63d6950
Merge refs/heads/develop into block-production-ssz
prylabs-bulldozer[bot] edc6bca
Merge refs/heads/develop into block-production-ssz
prylabs-bulldozer[bot] 56611fe
Merge refs/heads/develop into block-production-ssz
prylabs-bulldozer[bot] 9b87a11
Merge refs/heads/develop into block-production-ssz
prylabs-bulldozer[bot] 077009c
Merge refs/heads/develop into block-production-ssz
prylabs-bulldozer[bot] 3f4c412
Merge branch 'block-production-ssz' into blinded-block-production-ssz
rkapka a26ea14
Simplify SSZ handling
rkapka ea55cbf
Merge branch '__develop' into blinded-block-production-ssz
rkapka 69bd08d
Merge branch 'simplify-ssz-api' into blinded-block-production-ssz
rkapka fed9c88
fix tests
rkapka 3dfdc46
Merge branch 'simplify-ssz-api' into blinded-block-production-ssz
rkapka e8f8f6c
Merge branch '__develop' into blinded-block-production-ssz
rkapka 8f6ffa6
test fixes
rkapka 8631561
test hack
rkapka cdb600f
Merge branch 'develop' into blinded-block-production-ssz
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
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.
can we use the package var for this?
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.
minor change, no big deal and can be done in another pr