v0.6.0
Description
This release's flagship feature is the support for interchain account queries! Now you can send cosmwasm_std::QueryRequest
s to be executed in the host (counterparty) chain as long as the counterparty chain is on ibc-go v7.5+. Read more in the documentation or README.md. This release also contains other API and state breaking changes such as:
- Removal of support for
proto3json
encoding. - Dropping support for CosmWasm v1.3 (since it reached EOL)
See the full CHANGELOG for more.