Skip to content

Releases: axelarnetwork/axelar-core

v1.1.3

18 Dec 21:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

27 Nov 20:46
Compare
Choose a tag to compare

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

Full Changelog: v1.1.1...v1.1.2

v1.0.5

27 Nov 20:46
Compare
Choose a tag to compare

Changelog

This is a non-consensus breaking patch release that all node operators are recommended to apply.

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.1.1

22 Nov 18:21
Compare
Choose a tag to compare

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

19 Nov 04:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.4

02 Oct 20:26
Compare
Choose a tag to compare

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

30 Sep 19:38
Compare
Choose a tag to compare

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

21 Aug 18:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

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