Skip to content

Releases: axelarnetwork/axelar-core

v1.0.1

31 Jul 19:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

30 Jul 21:58
Compare
Choose a tag to compare

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 with errors.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

Full Changelog: v0.36.0...v1.0.0

v0.35.8

19 Aug 18:47
Compare
Choose a tag to compare

What's Changed

  • revert: "fix: rescue stuck filecoin key rotation on testnet (#2157)" by @cgorenflo in #2160
  • fix: ignore evm events without topics (#6)

Full Changelog: v0.35.7...v0.35.8

v0.35.7

18 Jul 18:15
Compare
Choose a tag to compare
v0.35.7

v0.36.1

11 Apr 15:48
Compare
Choose a tag to compare
v0.36.1 Pre-release
Pre-release

This release is not meant for use in the Axelar testnet/mainnet

v0.36.0

11 Apr 13:50
Compare
Choose a tag to compare
v0.36.0 Pre-release
Pre-release

This release is not meant for use in the Axelar testnet/mainnet

v0.35.6

03 Apr 21:11
Compare
Choose a tag to compare
v0.35.6

v0.35.5

04 Mar 17:27
Compare
Choose a tag to compare

Changelog

See the release notes here for important changes pertaining to CosmWasm in the v0.35 upgrade.

This patch release contains some bug fixes, and adds some queries. This is NOT consensus breaking for nodes already on v0.35.x.

  • Set wasm governance params correctly on upgrade
  • Change default path of wasm dir to $AXELARD_HOME/data/wasm. Migration from the old path $AXELARD_HOME/wasm to $AXELARD_HOME/data/wasm is done automatically on startup.
  • Adds queries to axelarnet module to map between Cosmos chain name <-> IBC path
  • Improve vald error handling robustness

What's Changed

Full Changelog: v0.35.4...v0.35.5

v0.35.3

06 Feb 00:44
Compare
Choose a tag to compare

Changelog

  • This release enables Cosmwasm on Axelar. Contracts can be deployed through governance
  • Minimum go version bumped to 1.21
  • Supported platform is now restricted to x86_64 with linux
  • When running a node with binaries, download wasmvm v1.3.1 libwasmvm.x86_64.so and add the parent folder to LD_LIBRARY_PATH
  • If you're using the community node setup scripts, please update to the latest commit on main first, and add $AXELARD_HOME/lib to LD_LIBRARY_PATH to support wasm.

What's Changed

  • fix: ensure wasm hooks don't get called when disabled by @cgorenflo in #2098

Full Changelog: v0.35.2...v0.35.3

v0.35.2

03 Feb 20:05
Compare
Choose a tag to compare

What's Changed

  • fix: do not load corresponding stores if wasm or wasm hooks are disabled by @cgorenflo in #2097

Full Changelog: v0.35.1...v0.35.2