Releases: axelarnetwork/axelar-core
v1.2.0
v1.1.3
v1.1.2
Changelog
This is a non-consensus breaking patch release for v1.1.x
. v1.1.x
minor version is not yet released on testnet/mainnet.
What's Changed
- fix(sdk): valid dec range by @fish-sammy in #2212
Full Changelog: v1.1.1...v1.1.2
v1.0.5
Changelog
This is a non-consensus breaking patch release that all node operators are recommended to apply.
What's Changed
- fix(sdk): valid dec range by @fish-sammy in #2213
Full Changelog: v1.0.4...v1.0.5
v1.1.1
What's Changed
- fix(axelarnet): during migration the SendCoinsFromModuleToModule func takes module name instead of module account address (#2209) by @fish-sammy in #2210
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- fix: ignore evm events without topics by @cgorenflo in #2169
- feat(tss): remove key id check to reduce heartbeat gas costs by @cgorenflo in #2173
- docs: add wasm commands to auto-generated docs by @cgorenflo in #2172
- feat(nexus): support CallContractWithToken from the nexus gateway contract by @fish-sammy in #2175
- feat(nexus)!: allow wasm contracts to query for tx hash and index by @fish-sammy in #2178
- docs: add SECURITY.md by @talalashraf in #2176
- chore: fix some comments by @linchizhen in #2177
- ci: remove binary_file path from axelard builds on r2 by @maancham in #2183
- chore: remove wasm folder migration by @milapsheth in #2181
- feat(nexus)!: expose IsChainRegistered query to wasm by @haiyizxx in #2182
- build: add bash to containers to make interactions in k8s easier by @talalashraf in #2185
- chore!: bump go to 1.23 by @milapsheth in #2179
- fix(vald): extend type API to reduce underlying ambiguity by @kyanokashi in #2190
- refactor(nexus)!: refactor to move coin locking unlocking logic from axelarnet to nexus by @fish-sammy in #2186
- feat(nexus)!: lock/unlock tokens from/to amplifier in core by @fish-sammy in #2188
- fix(ci): axelard r2 bucket indexing by @maancham in #2193
- fix(nexus): coin type should be ICS20 if the coin is from external cosmos chain by @fish-sammy in #2194
- fix(wasm)!: fix type interface conversion by @milapsheth in #2192
- revert(nexus): remove gateway token support for amplifier (ref: bc0ae8f, 1848c6b) by @fish-sammy in #2196
- feat(nexus): gmp events metadata (#2189) by @haiyizxx in #2199
- fix(nexus)!: validate lockable asset denom by @milapsheth in #2198
- feat(axelarnet)!: refund from escrow address to IBC account by @haiyizxx in #2202
- refactor(axelarnet): archive failed transfer by @haiyizxx in #2200
- chore: replace wasmd in go.mod by @haiyizxx in #2204
- feat(app)!: deregister handlers for vesting module by @haiyizxx in #2201
- chore: update security policy by @talalashraf in #2205
- fix(axelarnet)!: retry failed transfer by @haiyizxx in #2203
- feat(app)!: migrate pre-initialized module accounts by @haiyizxx in #2206
- fix(axelarnet)!: use AxelarIBCAccount when retry by @haiyizxx in #2208
New Contributors
- @linchizhen made their first contribution in #2177
Full Changelog: v1.0.0...v1.1.0
v1.0.4
Changelog
This is an optional release. It clarifies usage of a type in vald
, without any behaviour changes. This is useful for consumers of the axelar-core
go module. Axelar node operators don't need to apply this patch.
What's Changed
- fix(vald): extend type API to reduce underlying ambiguity by @kyanokashi in #2191
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Changelog
This is an optional patch release that adds source/destination chain metadata to GMP events for easier indexing. Public RPC providers are recommended to apply the patch.
The patch is NOT consensus breaking, so a node can be restarted anytime with the new release.
What's Changed
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- feat(tss): remove key id check to reduce heartbeat gas costs (#2173) by @cgorenflo in #2174
Full Changelog: v1.0.1...v1.0.2
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