cosmos-rust
cosmos-rust copied to clipboard
The home of all shared Rust resources for the Cosmos ecosystem.
aims to resolves #524
the latest version of cosmos-sdk included new modules protocolpool and epochs, and we need access to these proto type definitions in this library
1. clone codebase. (no modifications. ran git submodule --init) 2. cd cosmos-sdk-proto 3. cargo build with no errors 4. go into ./proto-build 5. cargo run 6. cd ../cosmos-sdk-proto and try...
Hi hi, was wondering if the functionality could be added to support using the `Bytes` type in place of `Vec`. There's an option for this using `neoeinstein-prost`. Might have to...
We'd like to request support for secp256r1 signing. Our goal is to leverage TPMs for wallet but TPMs do't support sec256k1 operations.