Releases: axelarnetwork/axelar-core
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
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