cosmos-rust icon indicating copy to clipboard operation
cosmos-rust copied to clipboard

The home of all shared Rust resources for the Cosmos ecosystem.

Results 36 cosmos-rust issues
Sort by recently updated
recently updated
newest added

ibc-go types are outdated. For example, none of the packet data memo fields are included

If you take a look at [osmosis-std](https://crates.io/crates/osmosis-std) You'll see they have derived some additional traits on many of their types, which allow you get access to type urls, and request...

In `cosmos-sdk-proto`, I'm not seeing any Type URL implementations for any of the messages in the `x/authz` module. For example, `MsgGrant`, or `GenericAuthorization`.

There are a lot of version numbers to worry about currently, and they're all different: - Cosmos SDK version: v0.46 - `tendermint-rs` version: v0.32 - `cosmos-sdk-proto` version: v0.19 - `cosmrs`...

I could be a little off base here as my understanding of this is pretty shallow at best. Ledgers expect a specific version of "SignDoc" that must have all json...

I wish I could use cosmos-rust to interact with osmosis modules in rust programs, but after reading some code and documentation, I still don't know how to do it. Is...

Hello, I am currently trying to use cosmos protos for storing information inside of cosmwasm smart contracts, but the existing definitions don't have the required Serialize and Deserialize traits. This...

### Changed - Bump tendermint-rs to v0.40 ([#506]) - Bump `cosmos-sdk-proto` to v0.26 ([#508]) [#506]: https://github.com/cosmos/cosmos-rust/pull/506 [#508]: https://github.com/cosmos/cosmos-rust/pull/508

A new release of `cosmos-sdk-proto` with the bumped version of `tendermint-rs` to `v0.40.0` is required by Hermes. @tony-iqlusion is there a preference for the version number between `v0.25.1` and `v0.26.0`?