Skip to content

v6.0.0

Compare
Choose a tag to compare
@milapsheth milapsheth released this 15 Oct 22:27
· 14 commits to main since this release

Changelog

This release introduces the following changes:

  • AxelarExecutable contract has been split into AxelarExecutable and AxelarExecutableWithToken that facilitate, pure GMP, and GMP with legacy gateway token integrations.
  • IInterchainTransferSent and IInterchainTransferReceived events have been added to assist in axelarscan volume tracking for cross-chain apps
  • Misc bug fixes and improvements

What's Changed

  • fix(storageLayout, readme): update hardhat config for storageLayout and updated readme by @ahramy in #182
  • refactor(AxelarGMPExecutable): refactored AxelarGMPExecutable and AxelarGMPExecutableWithToken by @ahramy in #181
  • fix: remove redundant check by @ahramy in #183
  • feat: use AxelarGMPExecutable in Governance by @ahramy in #184
  • fix(governance): replace multisig to operator by @ahramy in #185
  • chore: remove incorrect natspec by @ahramy in #188
  • chore: use named return by @ahramy in #189
  • feat!: remove axelar executable by @ahramy in #190
  • feat!: rename axelar gmp executable and axelar gmp executable with token by @ahramy in #191
  • feat: create gmp tracker event interface by @SGiaccobasso in #186

New Contributors

Full Changelog: v5.10.0...v6.0.0