Releases: axelarnetwork/axelar-core
v0.34.3
What's Changed
- chore: cherry-pick #2035 by @RiceAndMeet in #2036
- chore(cherry-pick): cherry pick v0.34.3 patch to release branch by @RiceAndMeet in #2067
Full Changelog: v0.34.2...v0.34.3
v0.34.2
What's Changed
- revert: "fix(vald): allow processing old key transfer tx (#1986)" by @milapsheth in #2026
- fix: accept string address in inflation query (#2025) by @milapsheth in #2027
- fix: allow hex strings to be prefixed by 0x optionally in queries (#2… by @milapsheth in #2029
Full Changelog: v0.34.1...v0.34.2
v0.34.1
v0.34.1
v0.34.0
v0.34.0
v0.33.3
What's Changed
This release adds staking improvements to the Rosetta API. Only node operators running via Rosetta are affected by this change.
Full Changelog: v0.33.2...v0.33.3
v0.33.2
What's Changed
This patch release addresses a liveness issue which affected some functionalities. This version is consensus breaking. Axelar validators have already upgraded to it. We recommend upgrading your axelard
nodes to this version or later for smooth operations for your node (for both testnet and mainnet). Simply restart your axelard
node with this version for the upgrade to take effect. You can reach out to us at [email protected]
for any questions related to this.
Credits to @yaarha for finding the issue and for the responsible disclosure through our bug bounty program.
- revert: "fix(vald): allow processing old key transfer tx (#1949)" by @milapsheth in #1950
- fix(axelarnet)!: handle IBC timeout for GMP by @talalashraf in #1967
Full Changelog: v0.33.1...v0.33.2
v0.33.1
Changelog
This patch release brings various improvements to vald
, and events.
- Cache finalized block height by chain to reduce RPC queries #1946
- Remove redundant block inclusion check #1940
- Add a
finality_override
option to use confirmation based finality check, needed for upcoming BSC chain upgrade #1936 - Allow processing of an old Filecoin key transfer #1949
- Add a query for Axelar specific inflation rate
/axelar/reward/v1beta1/inflation_rate
#1941
What's Changed
- feat(vald): add FinalityOverride option (#1931) by @haiyizxx in #1936
- fix: use previous cosign version (#1922) by @milapsheth in #1944
- feat: backport improvements to events by @milapsheth in #1945
- feat(vald): latest finalized block cache (#1934) by @milapsheth in #1946
- feat(vald): use finalized tag to check moonbeam finality (#1940) by @milapsheth in #1948
- feat(reward): add inflation rate query (#1941) by @milapsheth in #1947
- fix(vald): allow processing old key transfer tx by @milapsheth in #1949
Full Changelog: v0.33.0...v0.33.1
v0.33.0
Changelog
This release adds some improvements to Cosmos <-> EVM General Message Passing.
- An optional fee can be paid along with the GMP call from Cosmos, allowing a user to pay for gas to a relayer for the cross-chain contract call. The fee is deducted from the IBC transfer.
- Any direction of Cosmos <-> EVM GMP calls now require triggering
RouteMessage
as an intermediary step (intended to be performed by the relayer).
What's Changed
- feat: upgrade build machine OS to ubuntu 20.04 (#1900) by @RiceAndMeet in #1901
- chore: cherry-pick LCD client fix (#1899) by @milapsheth in #1903
- fix(nexus): include general message in genesis import/export by @cjcobb23 in #1902
- fix(evm)!: endblocker handle message with token by @haiyizxx in #1904
- feat(axelarnet)!: use ExecuteMessage for cosmos to evm gmp by @cjcobb23 in #1905
- chore: remove special arbitrum logic by @milapsheth in #1908
- fix!: don't register rate limit on axelarnet by @milapsheth in #1909
- feat(axelarnet)!: optional gas fee for general message by @haiyizxx in #1906
- fix!: improve source chain/address checks by @milapsheth in #1912
- chore: rosetta update by @haiyizxx in #1913
- feat(nexus)!: add source tx hash to message struct by @cjcobb23 in #1907
- fix: replace github.com/rjeczalik/notify dep to remove macOS warning by @cgorenflo in #1915
- refactor(axelarnet)!: prepend version number by @haiyizxx in #1914
- fix(nexus)!: consistent message id generation from tx hash by @milapsheth in #1916
- feat(axelarnet)!: cosmos to cosmos GMP by @cjcobb23 in #1917
- refactor: rename ExecuteMessage and message state Sent by @cgorenflo in #1918
- fix(axelarnet): rename cli cmd for execute-message by @cgorenflo in #1920
- chore: update third party protos by @cgorenflo in #1919
- feat(axelarnet)!: refactor call-contract by @cjcobb23 in #1921
Full Changelog: v0.32.0...v0.33.0
v0.31.4
v0.32.2
Changelog
Build releases on Ubuntu 20.04 due to Github 18.04 deprecation
What's Changed
- feat: upgrade build machine OS to ubuntu 20.04 by @RiceAndMeet in #1900
New Contributors
- @RiceAndMeet made their first contribution in #1900
Full Changelog: v0.32.1...v0.32.2