-
Notifications
You must be signed in to change notification settings - Fork 225
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
CanonicalVote and CanonicalProposal now correctly encode/decode BlockId #664
Conversation
Codecov Report
@@ Coverage Diff @@
## master #664 +/- ##
========================================
+ Coverage 39.0% 39.5% +0.5%
========================================
Files 183 183
Lines 12804 12871 +67
Branches 2924 2943 +19
========================================
+ Hits 5003 5095 +92
+ Misses 7557 7528 -29
- Partials 244 248 +4
Continue to review full report at Codecov.
|
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.
I'd recommend adding regression tests when fixing compatibility issues like this, but otherwise LGTM 👍
Co-authored-by: Thane Thomson <thane@informal.systems>
All right, regression tests were added. |
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 tests! 😁
Closes #663.
Correctly encode/decode CanonicalBlockId for CanonicalVote and CanonicalProposal. See issue for more details.