osmosis-labs / osmosis-rust

Rust libraries for osmosis
Apache License 2.0
59 stars 52 forks source link

Generates all cosmos sdk messages #52

Closed iboss-ptk closed 11 months ago

iboss-ptk commented 1 year ago

Why

Allowing cosmos-sdk queries through stargate msg so that more queries are available than what wasm bindings propvided.

Problem

Notes

Proposed solution

Generates types in this following order:

nicolaslara commented 1 year ago

Having the IBC messages implemented here would be very useful to avoid writing stuff like https://github.com/osmosis-labs/osmosis/blob/1e60bfacac94ac8e52392f8fa3e8ce01d1ef24a7/x/ibc-hooks/contracts/crosschain-swaps/src/ibc.rs