Changelog
- This release enables Cosmwasm on Axelar.
- Minimum go version bumped to
1.21
- Supported platform is now restricted to
x86_64
withlinux
- When running a node with binaries, download
wasmvm v1.3.1
libwasmvm.x86_64.so and add the parent folder toLD_LIBRARY_PATH
- If you're using the community node setup scripts, please update to the latest commit on
main
first, and add$AXELARD_HOME/lib
toLD_LIBRARY_PATH
to support wasm.
What's Changed
- fix(vald): broadcast empty vote for failed txs (#2100) by @milapsheth in #2101
Full Changelog: v0.35.3...v0.35.4