Skip to content

Releases: axelarnetwork/axelar-core

v0.33.2

18 Jul 19:11
Compare
Choose a tag to compare

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 security@axelar.network for any questions related to this.

Credits to @yaarha for finding the issue and for the responsible disclosure through our bug bounty program.

Full Changelog: v0.33.1...v0.33.2

v0.33.1

03 Jun 02:52
Compare
Choose a tag to compare

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

Full Changelog: v0.33.0...v0.33.1

v0.33.0

01 Apr 14:11
Compare
Choose a tag to compare

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

Full Changelog: v0.32.0...v0.33.0

v0.31.4

20 Mar 18:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.31.3...v0.31.4

v0.32.2

21 Feb 19:30
Compare
Choose a tag to compare

Changelog

Build releases on Ubuntu 20.04 due to Github 18.04 deprecation

What's Changed

New Contributors

Full Changelog: v0.32.1...v0.32.2

v0.32.1

21 Feb 16:19
Compare
Choose a tag to compare

Changelog

Backported cosmos sdk LCD query bug fix

What's Changed

Full Changelog: v0.32.0...v0.32.1

v0.32.0

20 Feb 20:46
Compare
Choose a tag to compare

Changelog

This release adds the ability to do cross-chain messaging between Cosmos <-> EVM chains.

  • Contracts on EVM chains can call arbitrary Cosmwasm contracts on Cosmos chains and vice-versa.
  • Messages are passed in the memo field of an IBC transfer. Cosmos chains need to have ibc-go v3.4.0/v4.2.0+ for memo support, along with IBC hooks to trigger wasm calls.
  • Allow calling EVM contracts from Axelar directly.

What's Changed

New Contributors

Full Changelog: v0.31.0...v0.32.0

v0.31.3

02 Feb 22:18
Compare
Choose a tag to compare
v0.31.3

v0.31.2

23 Jan 22:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.31.1...v0.31.2

v0.31.1

23 Jan 18:44
Compare
Choose a tag to compare

What's Changed

  • fix(vald): add nil check for latestFinalizedBlockNumber for moonbeam by @sammy1991106 in #1849
  • fix(vald): panic instead of stalling when no new blocks arrive by @cgorenflo in #1846
  • fix(evm): deposit state (#1853) by @sammy1991106 in #1855
  • fix(vald): introduce errgroup so vald stops when one if its processes fails by @cgorenflo in #1856
  • chore: fix typo, multisigRounter -> multisigRouter by @ever0de in #1858
  • refactor(key): register static key particles to prevent accidental collisions by @cgorenflo in #1851
  • fix(vald): use sync broadcast mode for vald by @milapsheth in #1859
  • fix(vald): copy job by value in closure by @milapsheth in #1861
  • refactor: remove unused new keys by @cgorenflo in #1862
  • feat(evm): optimism support by @sammy1991106 in #1857
  • chore: update dependency by @haiyizxx in #1864
  • revert(vald): revert optimism finality changes by @milapsheth in #1867
  • fix(axelarnet)!: fix denom parsing and ibc channel use in rate limit by @milapsheth in #1866
  • fix(utils): log cached context run errors at debug level by @milapsheth in #1870
  • chore: remove warning in readme by @StephenFluin in #1872
  • chore(evm): update gateway version to v4.3.1 by @milapsheth in #1871
  • feat(evm)!: confirm general message destinates to cosmos chains by @haiyizxx in #1863
  • chore(rosetta): rosetta dependency update by @haiyizxx in #1876
  • revert: revert cosmos gmp change for v0.31 by @milapsheth in #1875

New Contributors

Full Changelog: v0.29.1...v0.31.1