cosmos-rust
cosmos-rust copied to clipboard
The home of all shared Rust resources for the Cosmos ecosystem.
New PR to merge the `osmosis-proto` crate into the main branch. (for reference #239) Best regards, Philipp
messages in the tx are encoded with protobuf, need to know class first to decode by `typeurl` if those messages can be parsed into serde_json, it would be easy to...
This is a WIP, we're trying to create a Rust tool to automate gaia.
This PR introduces a series of changes that removes the tendermint-proto dependency and instead generates the tendermint proto files locally using the existing convention of adding a git submodule and...
Paraphrasing @ethanfrey: > If [Orga](https://github.com/nomic-io/orga) supported the Cosmos-SDK's `Bank` data structure and message interface it could get wallet support out of the box. This represents more than a cosmos-rust issue,...
We had this issue also in `ibc-rs` when trying to compile some IBC core services. For example, with this addition: ``` diff --git a/proto-build/src/main.rs b/proto-build/src/main.rs index 9d9591c..aeeb30d 100644 --- a/proto-build/src/main.rs...
Close #295
`MsgTransfer` impl-s `MessageExt`, the function `from_any` of which requires impl of `TypeUrl`. Not sure if this is on purpose, right now with 0.14.0, I cannot do `MsgTransfer::from_any`.
Updates the requirements on [tendermint-proto](https://github.com/informalsystems/tendermint-rs) to permit the latest version. Release notes Sourced from tendermint-proto's releases. v0.25.0 :book: CHANGELOG Changelog Sourced from tendermint-proto's changelog. v0.25.0 Sep 23, 2022 This release...