-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v0.38.0' into romac/channel-upgrade-only
ibc-proto-rs v0.38.0 October 19th, 2023 This release contains a breaking change, where the `Protobuf` trait is not object-safe any longer, but rather re-exported from the `tendermint-proto` crate. It also updates the Interchain Security protos to include misbehaviour-related messages. BREAKING CHANGES: - Switch from using object safe `Protobuf` definitions and re-export `Protobuf` from `tendermint-proto` crate` instead. (#116) FEATURES: - Update CCV provider protos to include misbehaviour-related messages (#113)
- Loading branch information
Showing
21 changed files
with
550 additions
and
541 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/v0.37.1/features/156-implement-jsonschema-for-any.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,2 @@ | ||
- Implement `JsonSchema` for the `Any` type | ||
([#156](https://github.com/cosmos/ibc-proto-rs/issues/156)) |
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 @@ | ||
*October 10th, 2023* | ||
|
||
This releases adds `JsonSchema` derivation for the `Any` type. |
3 changes: 3 additions & 0 deletions
3
...ngelog/v0.38.0/breaking-changes/116-re-export-protobuf-from-tendermint-proto.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 @@ | ||
- Switch from using object safe `Protobuf` definitions and instead, re-export | ||
`Protobuf` from `tendermint-proto` crate` | ||
([#116](https://github.com/cosmos/ibc-proto-rs/issues/116)) |
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,2 @@ | ||
- Update CCV provider protos to include misbehaviour-related messages | ||
([\#113](https://github.com/cosmos/ibc-proto-rs/issues/113)) |
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,6 @@ | ||
*October 19th, 2023* | ||
|
||
This release contains a breaking change, where the `Protobuf` trait is not | ||
object-safe any longer, but rather re-exported from the `tendermint-proto` crate. | ||
|
||
It also updates the Interchain Security protos to include misbehaviour-related messages. |
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 was deleted.
Oops, something went wrong.
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 @@ | ||
ea545b490b53b8e6f422492b4fb2820ab0bc140b |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.