-
Notifications
You must be signed in to change notification settings - Fork 28
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: Modify omission of change to change ValidatorSet to VoterSet for marverick #345
Conversation
Codecov Report
@@ Coverage Diff @@
## main #345 +/- ##
==========================================
+ Coverage 63.00% 63.01% +0.01%
==========================================
Files 272 272
Lines 30286 30253 -33
==========================================
- Hits 19081 19064 -17
+ Misses 9475 9461 -14
+ Partials 1730 1728 -2
|
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.
Could you also update CONTRIBUTING.md
? Should it change in ./test/maverick/node
?
https://github.com/line/ostracon/blob/main/CONTRIBUTING.md#maverick
If you're changing the code in consensus package, please make sure to replicate all the changes in ./test/maverick/consensus. Maverick is a byzantine node used to assert that the validator gets punished for malicious behavior.
@tnasu
CONTRIBUTING.md does not need to be changed.
It means that the code change in consensus package should be applied to this path |
Sorry for my misleading. I mean that I want to change the sentence to the below:
|
@tnasu |
Description
Corresponding to the omission of change from the validator set to the voter set during version upgrade work.
This commit change was not reflected.25fe25c
This PR is an additional modification of this PR #340