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.
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
Fix Final Missing Items in Block Processing v0.6 #2710
Fix Final Missing Items in Block Processing v0.6 #2710
Changes from 21 commits
a549b39
efa31a9
6262908
91c9bc5
15436b7
fcdf23e
4e6b437
2acb95b
f29d041
9fd8ffa
381a6a8
bbc77ee
d75a36f
63fc5cb
3cb5050
d8c4c11
fd49842
50f6bff
27d8dd2
500b950
6a5038a
0752aef
343897a
21d3c22
9ce2971
5bfb4b3
145c8a8
cd44ee4
f09003d
92c15be
cb5efe7
76133c5
eedb444
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 may be out of scope for this PR,
I wonder if
SigningRoot
belongs inblockutil
because it's more generalized that justblock
. We useSigningRoot
fortransfer
,slashing
anddeposit
objects as wellI think putting it in
hashutil
and renaming toSigningRoot
are betterThere 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.
I agree, but like you said for another PR.