-
Notifications
You must be signed in to change notification settings - Fork 24
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
Alan - New message sizes #398
Merged
Merged
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d59d9a0
Update message structures' ssz sizes
MatheusFranco99 dd18cde
Generate ssz files
MatheusFranco99 3ef0c4e
Fix roots for create msg tests
MatheusFranco99 fd5ed03
Use previous DataSSZ size to keep consistency
MatheusFranco99 cea11fa
Generate encoding files
MatheusFranco99 61597d8
Fix create message tests' roots
MatheusFranco99 e0a96c5
Merge branch 'alan' into alan-new-message-sizes
MatheusFranco99 2dad06b
Update justification sizes with values from structures hierarchy appr…
MatheusFranco99 4146e12
Update SSVMessage.Data size with values from hierarchy approach (as i…
MatheusFranco99 feb937e
Generate SSZ
MatheusFranco99 ce0aee0
Add generated SSZ leftover from other PRs
MatheusFranco99 e360d42
Set ssz sizes according to encoded value from tests
MatheusFranco99 a9d2f7f
Define spec test to check maximum message sizes
MatheusFranco99 024e6c3
Add "maximum-size" tests
MatheusFranco99 1d5dbd8
Generate JSON tests
MatheusFranco99 a1e649d
Add tests for expected sizes
MatheusFranco99 1a1aee5
Rename max-size test filenames
MatheusFranco99 4ba3440
Rename MaxMessageTest to StructureSizeTest
MatheusFranco99 918f92a
Add "Max" to test cases that test maximum sizes
MatheusFranco99 c869b8a
Generate JSON tests
MatheusFranco99 839d019
Rename field IsMaxSizeForType to IsMaxSize
MatheusFranco99 63ba860
Generate JSON tests
MatheusFranco99 8c13b82
Re-order tests
MatheusFranco99 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Want to look at your ipynb together for this