-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: deprecate
MsgSubmitMisbehaviour
(#1079)
* Decorate MsgSubmitMisbehaviour with `deprecated` attribute * Add #[allow(deprecated)] attributes in ibc-testkit * Add #![allow(deprecated)] attribute to ics02/types/msgs/mod.rs * Remove usages of MsgSubmitMisbehaviour from ibc-testkit/update_client.rs * Remove unused rstest fixture * Fix incorrect doc comment * Add changelog entry * chore: add missing unclog for PR835 --------- Co-authored-by: Farhad Shabani <[email protected]>
- Loading branch information
1 parent
21b6ad0
commit 4428fa9
Showing
6 changed files
with
32 additions
and
60 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/improvements/1077-deprecate-msgsubmitmisbehaviour.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- [ibc-core] Deprecate `MsgSubmitMisbehaviour` in favor of `MsgUpdateClient` for | ||
submitting misbehaviour reports | ||
([\#1077](https://github.com/cosmos/ibc-rs/issues/1077)) |
3 changes: 3 additions & 0 deletions
3
...og/unreleased/improvements/835-msg-update-client-handler-accept-misbehaviour.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- [ibc-core] Update `MsgUpdateClient` handler to accept misbehaviour reports via | ||
its `client_message` field | ||
([\#835](https://github.com/cosmos/ibc-rs/issues/835)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters