-
Notifications
You must be signed in to change notification settings - Fork 115
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
Include BlockHeader and RoundHeader for block root hash calculation #10322
Include BlockHeader and RoundHeader for block root hash calculation #10322
Conversation
Signed-off-by: Xin Li <[email protected]>
…ockheader-roundheader-to-block-item-merkle-tree-for-block-root-hash-calculation Signed-off-by: Xin Li <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10322 +/- ##
=========================================
Coverage 92.21% 92.21%
Complexity 8024 8024
=========================================
Files 982 982
Lines 33507 33508 +1
Branches 4226 4226
=========================================
+ Hits 30897 30900 +3
+ Misses 1609 1607 -2
Partials 1001 1001 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Xin Li <[email protected]>
|
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.
LGTM
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.
Looks good
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.
lgtm
Description:
This PR updates the types of items included for block root hash calculation
Related issue(s):
Fixes #10075
Notes for reviewer:
Checklist