You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 <[email protected]>
Co-authored-by: Fabien Penso <[email protected]>
Co-authored-by: Alex Butler <[email protected]>
Co-authored-by: Tony Arcieri (iqlusion) <[email protected]>
0 commit comments