forked from chris-ricketts/cosmos-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cosmrs: expose `base::query` module and pagination types (cosmos#454) * cosmos-sdk-proto: add more IBC related names (cosmos#457) * cosmrs: added support for validator-related queries in staking module (cosmos#453) * correctly populate 'updated' and 'msg' fields from proto responses (cosmos#451) * cosmos-sdk-proto: update tonic to 0.11 (cosmos#460) Minimise lockfile changes * Bump tendermint-rs dependencies to v0.35 (cosmos#461) * cosmos-sdk-proto: use `prost-build` to gen IBC `Name` impls (cosmos#462) Uses the recently added support in `prost-build` for automatically generating impls of the `Name` trait for IBC-related types, rather than maintaining them by hand in the `type_names` module. Unfortunately we can only do this for the IBC protos, since we build the others using `buf`. * cosmos-sdk-proto v0.21.0 (cosmos#463) * cosmrs v0.16.0 (cosmos#464) * cosmos-sdk-proto: remove deprecated `MessageExt` methods (cosmos#465) * cosmos-sdk-proto v0.21.1 (cosmos#466) --------- Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com> Co-authored-by: Fabien Penso <git@pen.so> Co-authored-by: Alex Butler <alexheretic@gmail.com> Co-authored-by: Tony Arcieri (iqlusion) <tony@iqlusion.io>
- Loading branch information
1 parent
2e969f1
commit 0b0e33c
Showing
44 changed files
with
2,216 additions
and
157 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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 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
Oops, something went wrong.