-
Notifications
You must be signed in to change notification settings - Fork 100
Update MsgUpdateClient
handlers to accept misbehaviour reports via its client_message
field
#1075
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
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1075 +/- ##
==========================================
- Coverage 66.71% 66.67% -0.04%
==========================================
Files 204 204
Lines 20447 20436 -11
==========================================
- Hits 13641 13626 -15
- Misses 6806 6810 +4 ☔ View full report in Codecov by Sentry. |
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.
Thank you @seanchen1991 for taking care of this.
-
There are a few tests still only use
MsgSubmitMibehavour
. Since we're planning to deprecate this type, we are going to switch those over toMsgUpdateClient
later. right? -
Also, please add a unclog and update the PR’s title, then all set.
MsgSubmitMisbehaviour
in favor of MsgUpddateClient
MsgUpdateClient
handlers to accept misbehaviour reports via its client_message
field
…ent-update-misbehaviour
…cosmos/ibc-rs into sean/client-update-misbehaviour
…its `client_message` field (#1075) * Check MsgUpdateClient::client_message by matching against type_url * Update ibc testkit mock * Remove leading underscores * Remove code comments * Clean up compilation issues from ibc testkit * Fix ambiguous import issue * Add passing tests * Add deprecation attribute to `MsgSubmitMisbehaviour` type * Remove deprecated attribute from MsgSubmitMisbehaviour * Remove std::dbg call
Closes: #835
Description
PR author checklist:
unclog
.docs/
).Reviewer checklist:
Files changed
in the GitHub PR explorer.