Changelog
See the release notes here for important changes pertaining to CosmWasm in this minor version line.
This patch release contains some bug fixes, and adds some queries. This is NOT consensus breaking for nodes already on v0.35.x
.
- Set
wasm
governance params correctly on upgrade - Change default path of
wasm
dir to$AXELARD_HOME/data/wasm
. Migration from the old path$AXELARD_HOME/wasm
to$AXELARD_HOME/data/wasm
is done automatically on startup. - Adds queries to
axelarnet
module to map betweenCosmos chain name
<->IBC path
- Improve
vald
error handling robustness
What's Changed
- chore: backport #2107, #2108 and #2109 by @fish-sammy in #2112
- chore: backport wasm params change, wasm dir, wasm state sync fix, and ibc query by @milapsheth in #2119
Full Changelog: v0.35.4...v0.35.5