-
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.
Use Cosmos SDK protos via the
cosmos-sdk-proto
crate instead of bun…
…dling them in `ibc-proto` (#187) * Use Cosmos SDK and ICS23 protos via the `cosmos_sdk_proto` crate * Use our fork of `cosmos-sdk-proto` for now * Enable `serde` feature on `cosmos-sdk-proto` when needed * Use patched `tendermint-proto` * Setup protoc on CI * Enable `cosmos-sdk-proto/std` when `std` feature is enabled * Update to cosmos-sdk-proto v0.25.0-pre.1 * Update to cosmos-sdk-proto v0.25.0 * Re-export ICS23 proto definitions from the `ics23` crate * Remove leftover Cosmos SDK protos * Add changelog entry
- Loading branch information
Showing
76 changed files
with
8,081 additions
and
57,942 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/breaking-changes/187-cosmos-sdk-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 @@ | ||
- Cosmos SDK protos are now re-exported from the `cosmos_sdk_proto` | ||
crate instead of being generated as part of `ibc-proto` | ||
([\#187](https://github.com/cosmos/ibc-proto-rs/pull/187)) |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.