v6.0.0
Changelog
This release introduces the following changes:
AxelarExecutable
contract has been split intoAxelarExecutable
andAxelarExecutableWithToken
that facilitate, pure GMP, and GMP with legacy gateway token integrations.IInterchainTransferSent
andIInterchainTransferReceived
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
- @ahramy made their first contribution in #182
- @SGiaccobasso made their first contribution in #186
Full Changelog: v5.10.0...v6.0.0