v0.6.1
Description
This release introduces support for QueryRequest::Wasm
for interchain account queries. All wasm queries are supported except for WasmQuery::CodeInfo
due to the response size. This feature requires the counterparty chain to be on wasmd v0.52+
.
All Changes
- chore: v0.6.0 release chores by @srdtrk in #124
- imp(e2e): regenerated message definitions and query clients using go-codegen v0.2.5 by @srdtrk in #125
- fix(e2e): diagnostics uploads by @srdtrk in #127
- feat: allow wasm queries by @srdtrk in #131
Full Diff: v0.6.0...v0.6.1