Releases: osmosis-labs/osmosis-rust
Releases · osmosis-labs/osmosis-rust
v0.1.5
What's new
- generate querier for each module, giving nicer API to work with native queries
- fix wrongly generated
type_url
due to prost type normalization when generating rust code which could lead to decoding failure
v0.1.4
What's new
- remove cosmos-sdk-proto for now since it's not needed for cosmwasm and cause problem when store-code
- add
cosmwasm_std::Coin
type conversion
v0.1.3
What's new
- update osmosis to v11.0.0
- add JSONSchema to all types
v0.1.2
- constructing stargate msg in a type-safe manner, no boilerplate code for type url or bloated new struct and binary conversion
- deserialize response type from binary