Releases: axelarnetwork/axelar-core
Releases · axelarnetwork/axelar-core
v1.0.1
What's Changed
- fix: ignore evm events without topics (#2169) by @cgorenflo in #2170
Full Changelog: v1.0.0...v1.0.1
v1.0.0
See the testnet upgrade instructions to update your node.
What's Changed
- fix(app): remove wasm store migration by @milapsheth in #2138
- chore: update dependencies by @cgorenflo in #2141
- feat(refund)!: allow refundable messages to become batched by @cgorenflo in #2139
- feat(vald): use BatchRequest to allow ignoring failed execution of messages by @cgorenflo in #2140
- fix(ibc)!: update to the latest ibc go patch by @milapsheth in #2145
- chore: fix typo in nexus proto type by @Ryz0nd in #2144
- fix: correctly override the handler function when registering services by @cgorenflo in #2147
- chore: fix some typos in comments by @overallteach in #2143
- feat(nexus)!: pass msg id between amplifier and core by @cjcobb23 in #2152
- fix: replace wasm LimitSimulationGasDecorator by @cgorenflo in #2154
- fix(axelarnet): replace native asset with bond denom for dust amount by @jcs47 in #2155
- fix: allow the cosmwasm client to store larger contract bytecodes by @cgorenflo in #2161
- fix!: enable cosmwasm 1_1 and 1_2 capabilities by @milapsheth in #2163
- ci!: switch ubuntu builds to ubuntu-22.04 by @milapsheth in #2164
- fix(auxiliary)!: unpack interfaces with pointer by @haiyizxx in #2165
- fix(amplifier): allow incoming messages from IBC to be forwarded to wasm by @jcs47 in #2156
- feat: allow (de)activation of the wasm connection with an access control command by @cgorenflo in #2166
- chore(x/vote,x/tss,x/snapshot): replace
fmt.Errorf
witherrors.New
when there is no parameters by @yukionfire in #2159 - chore: fix function name by @finaltrip in #2153
- refactor: use errors.New to replace fmt.Errorf with no parameters by @ChengenH in #2142
- chore: fix some typos in comments by @gopherorg in #2150
- fix(axelarnet)!: allow routing messages from gov module to wasm by @milapsheth in #2168
New Contributors
- @Ryz0nd made their first contribution in #2144
- @overallteach made their first contribution in #2143
- @yukionfire made their first contribution in #2159
- @finaltrip made their first contribution in #2153
- @ChengenH made their first contribution in #2142
- @gopherorg made their first contribution in #2150
Full Changelog: v0.36.0...v1.0.0
v0.35.8
What's Changed
- revert: "fix: rescue stuck filecoin key rotation on testnet (#2157)" by @cgorenflo in #2160
- fix: ignore evm events without topics (#6)
Full Changelog: v0.35.7...v0.35.8
v0.35.7
v0.35.7
v0.36.1
This release is not meant for use in the Axelar testnet/mainnet
v0.36.0
This release is not meant for use in the Axelar testnet/mainnet
v0.35.6
v0.35.6
v0.35.5
Changelog
See the release notes here for important changes pertaining to CosmWasm in the v0.35
upgrade.
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
v0.35.3
Changelog
- This release enables Cosmwasm on Axelar. Contracts can be deployed through governance
- 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: ensure wasm hooks don't get called when disabled by @cgorenflo in #2098
Full Changelog: v0.35.2...v0.35.3
v0.35.2
What's Changed
- fix: do not load corresponding stores if wasm or wasm hooks are disabled by @cgorenflo in #2097
Full Changelog: v0.35.1...v0.35.2