-
Notifications
You must be signed in to change notification settings - Fork 129
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
chore (pkg/scale) integrate scale into dot/network and dot/digest #1685
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
73c29bb
integrate scale into transaction.go
jimjbrettj ee794d5
integrate scale into light.go
jimjbrettj 5500183
integrate scale into dot/digest and consensus_digest
jimjbrettj 515f049
WIP/integrate scale into block announce in network
jimjbrettj 5cf0caf
integrate scale into block announce
jimjbrettj 20deecc
integrate scale into network
jimjbrettj 14cf450
Merge branch 'development' into jimmy/integrateScaleNetwork
jimjbrettj 0af2398
clean up code
jimjbrettj 14c532f
Merge branch 'development' into jimmy/integrateScaleNetwork
jimjbrettj 4b0b681
Merge branch 'development' into jimmy/integrateScaleNetwork
jimjbrettj 0133bda
clean up
jimjbrettj e0f8d08
Merge branch 'development' into jimmy/integrateScaleNetwork
jimjbrettj b7223a7
Merge branch 'development' into jimmy/integrateScaleNetwork
jimjbrettj dbae23b
Merge branch 'development' into jimmy/integrateScaleNetwork
jimjbrettj f092850
Merge branch 'development' into jimmy/integrateScaleNetwork
jimjbrettj f8cb24b
Merge branch 'development' into jimmy/integrateScaleNetwork
jimjbrettj e1a0898
fix block announce method encoding
jimjbrettj ecafc47
fix handshake encoding
jimjbrettj 9e9dd44
lint
jimjbrettj 6b7c6a5
update consensus digest
jimjbrettj 4ce2cc8
update light messages
jimjbrettj e036a26
fix digest encoding
jimjbrettj 772bb8f
Merge branch 'development' into jimmy/integrateScaleNetwork
jimjbrettj a3cf779
undo digest changes
jimjbrettj 14be893
Merge branch 'jimmy/integrateScaleNetwork' of github.com:ChainSafe/go…
jimjbrettj 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.
woudl this require updating the
Message
interface?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.
Yes I believe so, I don't have to change it if I shouldn't. Was just thinking less receivers the better