-
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
Native Blocks Ep. 2 - Switch usages to new package #10885
Merged
Merged
Changes from 44 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
ffc7020
panic in SizeSSZ
rkapka 3d8ece1
moving slowly
rkapka 4fcff54
adapt old code to new interfaces
rkapka f865365
return interfaces from factory functions
rkapka d9be7bc
replace the rest of WrappedSignedBeaconBlock
rkapka 59cb845
WrappedBeaconBlock
rkapka b99135f
WrappedBeaconBlockBody
rkapka 0e489a8
miscellaneous
rkapka 77e9d55
Test_BeaconBlockIsNil
rkapka 940fa81
replace usages of BeaconBlockIsNil
rkapka ca8d2ba
replace usages of mutator
rkapka 08c2ef3
fix all build errors
rkapka 58b587f
fix some more issues
rkapka f8dc4cd
mutator changes
rkapka 3085e96
Merge branch '__develop' into native-blocks-swap-usage
rkapka dbe1550
relax assertions when initializing
rkapka 267f728
revert changes in object_mapping.go
rkapka ecc84e4
allow calling Proto on nil
rkapka a554535
Revert "allow calling Proto on nil"
rkapka cede04b
modify Copy and Proto methods
rkapka da3c5df
remove unused var
rkapka 31effdb
fix block batch tests
rkapka 52b4a92
correct BUILD file
rkapka 2f0ec41
Error when initializing nil objects
rkapka e050d02
Merge branch '__develop' into native-blocks-swap-usage
rkapka 66c8af5
one more error fix
rkapka 6f5d84f
Merge branch 'develop' into native-blocks-swap-usage
rkapka 91c2bec
add missing comma
rkapka 28a94d5
rename alias to blocktest
rkapka b18ac61
add logging
rkapka 5c65939
error when SignedBeaconBlock is nil
rkapka cbfb4eb
Merge branch '__develop' into native-blocks-swap-usage
rkapka 42368bc
Merge branch '__develop' into native-blocks-swap-usage
rkapka 5f2685b
fix last test
rkapka 9064b3d
Merge branch '__develop' into native-blocks-swap-usage
rkapka e220583
Merge branch '__develop' into native-blocks-swap-usage
rkapka 931b2a6
import fix
rkapka 0eb4e0c
Merge branch '__develop' into native-blocks-swap-usage
rkapka 610937b
broken
rkapka 88116c4
working
rkapka 1356fe0
test fixes
rkapka 903be1b
Merge branch '__develop' into native-blocks-swap-usage
rkapka 03ea561
Merge branch '__develop' into native-blocks-swap-usage
rkapka af5b903
reduce complexity of processPendingBlocks
rkapka 5def3c5
simplified
rkapka 74a44ce
Merge branch '__develop' into native-blocks-swap-usage
rkapka 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.
why not just use
blocks
here ?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.
There's already
/beacon-chain/core/blocks
imported