-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Cleanup of evidence types #7251
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7251 +/- ##
==========================================
- Coverage 55.14% 55.13% -0.01%
==========================================
Files 584 584
Lines 40512 40506 -6
==========================================
- Hits 22341 22335 -6
Misses 16301 16301
Partials 1870 1870 |
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.
utACK, left a few comments but overall 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.
Looks great @robert-zaremba! I just think we need to rename that one method.
Also, @marbar3778 what's up with codecov? It made this PR very hard to review.
New feature I guess. Ill look into removing it tomorrow, its really annoying |
Handle the EvidenceType_LIGHT_CLIENT_ATTACK same as Duplicate Vote. + Bump Tendermint version to the latest master + Update Tendermint breaking changes (eg: RPC config update) + Update to new abci type definitions
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 👍
c9d0d00
to
1565339
Compare
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.
ACK
Description
abci
andtendermint/types
types.EvidenceType_LIGHT_CLIENT_ATTACK
same as Duplicate Vote.closes: #7190
relates to: tendermint/tendermint#5288
NOTE:
Tendermint release v0.34 is blocked by some other tasks. That being said, the
evidence
updates on Tendermint side are done. Since we are in rush to have SDK Stargate RC, I didn't break this PR into 2 independent PR (tendermint update + evidence update).Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes