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