-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat!: checks the exact size of the node in HashNode #175
Conversation
Codecov Report
@@ Coverage Diff @@
## master #175 +/- ##
=======================================
Coverage 95.76% 95.76%
=======================================
Files 5 5
Lines 519 519
=======================================
Hits 497 497
Misses 13 13
Partials 9 9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it 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.
nice, LGTM, only had a single question
this change seems like it could be consensus breaking if some nodes use it and others don't, so we might want to rename this PR to feat!...
to indicate such a change
Right, updated the PR description. |
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.
👍 👍
Overview
Closes #153 (part of #173)
Checklist