Skip to content

Releases: axelarnetwork/axelar-cgp-sui

v1.0.0

27 Nov 15:43
4e79ae2
Compare
Choose a tag to compare

Major Changes

  • af17dcb: Change to sui testnet-v1.38.2

Minor Changes

  • e8a50a7: added randomness to all axelar gateway tests
  • 7dd615b: Removed remote decimals tracking from ITS as it will be handled at the hub.
  • 409d52f: Paying for gas now requires the message ticket instead of the call information.
  • 952c2e7: Add events to register and remove transaction on relayer discovery
  • c165a48: Add allow_function and disallow_function on gas_service
  • 167786c: Add allow_function and disallow_function to relayer_discovery.
  • ce71858: add allow and disallow functions in ITS
  • 9f656e2: Added js e2e tests for squid, and fixed a few things with squid as well.
  • ada6fd9: Add a query for version on version_control, change CreatorCap to OwnerCap and allow owner to set allowed functions in gateway
  • d0bfec4: move all events of gas service to gas_service::events and all logic to the versioned contract.
  • bc498d6: added allow_function and disallow_function to squid

Patch Changes

  • 7a498e9: added events to its trusted address adding and removing
  • cd52fed: added access to set flow limit on its and a corresponding event

v0.8.0

25 Oct 06:56
24e30c7
Compare
Choose a tag to compare

Minor Changes

  • 86cde3b: Fix ITS discovery and verify it in tests.

Patch Changes

  • 9d36662: feat: export approve and execute functions
  • 3464917: chore: bump sui version to 1.35.2
  • f9840b2: chore: split builds for CJS, ESM, and Web

v0.7.1

11 Oct 06:42
711fdd5
Compare
Choose a tag to compare

Patch Changes

  • e2c7319: create an npm task for snapshot release and cleanup workflow names

v0.6.3

17 Sep 03:09
9a3c865
Compare
Choose a tag to compare

Patch Changes

  • 9716da3: refactor: auth module in axelar_gateway package

v0.6.2

12 Sep 09:47
05eda2f
Compare
Choose a tag to compare

Patch Changes

  • b0cb54e: refactor: weighted_signers module
  • 39bf114: refactor: discovery module
  • 7f36eea: refactor: proof module
  • 8cb75ed: feat: use channel to figure out source address for its
  • 544d8e1: chore: apply macro function to reduce duplication in gateway contract

v0.6.1

05 Sep 08:04
29c695e
Compare
Choose a tag to compare

Patch Changes

  • a19430c: chore: refactor gateway contract to use enum
  • 396cc29: chore: include version.json in published package
  • 3bcb7d3: chore: make sui workflow reusable

v0.6.0

03 Sep 09:52
922f66e
Compare
Choose a tag to compare

Minor Changes

  • 2dccf33: Using a custom hot potato object for the operators module instead of Sui's Borrow, because our design fits better this way.

Patch Changes

  • fd494a4: Updated sui rev to testnet-v1.32.0

v0.5.0

03 Sep 02:04
3840aaa
Compare
Choose a tag to compare

Minor Changes

  • 26a618f: Formatted move modules with "Prettier Move" plugin to compatible with Sui 1.32.0

Patch Changes

v0.4.1

27 Aug 07:15
7d81ef1
Compare
Choose a tag to compare

Patch Changes

  • cf4ead4: Fixed publish error in docker container environment by removing the tmp package.
  • fd297c7: Added Bag and Operator bcs structs
  • d86325e: Renamed test package to example

v0.4.0

15 Aug 05:03
523e24c
Compare
Choose a tag to compare

What's Changed

  • feat: its scale coins and flow limits by @Foivos in #64
  • feat: flow limits by @Foivos in #66
  • feat: add pay_gas into send_call in test module by @npty in #90
  • chore: ignore sui-binaries by @npty in #92
  • feat: use hot potato pattern to borrow cap by @npty in #96

Full Changelog: v0.3.0...v0.4.0