cosmos-rust
cosmos-rust copied to clipboard
The home of all shared Rust resources for the Cosmos ecosystem.
Updates the requirements on [tendermint-rpc](https://github.com/informalsystems/tendermint-rs) to permit the latest version. Release notes Sourced from tendermint-rpc's releases. v0.25.0 :book: CHANGELOG Changelog Sourced from tendermint-rpc's changelog. v0.25.0 Sep 23, 2022 This release...
Updates the requirements on [tendermint](https://github.com/informalsystems/tendermint-rs) to permit the latest version. Release notes Sourced from tendermint's releases. v0.25.0 :book: CHANGELOG Changelog Sourced from tendermint's changelog. v0.25.0 Sep 23, 2022 This release...
Hi, I just took the time to update the `osmosis-proto` crate. Note: the folder `proto-build` now contains: - `cosmos` (from `cosmos-rust/proto-build`) - `osmosis` (from `cosmos-rust-development/proto-build-osmosis`) Best regards, Philipp
This is a manual process since third party proto deps have to be copied in to the cosmos-sdk-go git submodule. I also had to comment out submodule updates for the...
Closes: https://github.com/cosmos/cosmos-rust/issues/458 Closes: https://github.com/cosmos/cosmos-rust/issues/442 Closes: https://github.com/cosmos/cosmos-rust/issues/83 As promised, here is my follow-up to https://github.com/cosmos/cosmos-rust/issues/458 and its [corresponding issue](https://github.com/cosmos/ibc-proto-rs/issues/182) in the ibc-proto-rs repository. Here is the corresponding PR in `ibc-proto` which...
As it stands there is very little documentation surrounding the SigningKey trait and the way you are supposed to use it with Bip32. I think a very common use case...
Hi, I'm trying to query the `minimum_gas_price` configured by the node, as added in https://github.com/cosmos/cosmos-sdk/pull/13485 at `/cosmos/base/node/v1beta1/config`. I noticed the protobuf methods are already in place here: https://github.com/cosmos/cosmos-rust/blob/main/cosmos-sdk-proto/src/prost/cosmos-sdk/cosmos.base.node.v1beta1.tonic.rs However it...
**Can not find MsgCommunityPoolSpend** Type URL: ```/cosmos.distribution.v1beta1.MsgCommunityPoolSpend``` https://github.com/cosmos/cosmos-sdk/blob/main/proto/cosmos/protocolpool/v1/tx.proto
running `cargo run` after modifying main.rs like mentioned in the readme results in an error ``` [info] Updating cosmos/cosmos-sdk submodule... fatal: cannot change to '../cosmos-sdk-go': No such file or directory...
If you look at https://testnet-explorer.publicawesome.dev/stargaze/tx/F31D90E03B1F9020A5B99D726E82B65BB24CE938CC99DDD0B40DA28BA9B178A9 the `description` field is malformed UTF8 and trying to decode it gets me a `failed to decode Protobuf message: SudoContractProposal.description: invalid string value: data is...