Skip to content

Releases: axelarnetwork/axelar-cgp-solidity

v6.3.1

17 Apr 19:32
Compare
Choose a tag to compare

Changelog

This release adds support for L2 chain specific gas pricing for on-chain gas estimation in the AxelarGasService.

What's Changed

Full Changelog: v6.3.0...v6.3.1

v6.3.0

26 Mar 05:00
Compare
Choose a tag to compare

Changelog

This release introduces a new generic payGas method on the gas service. If on-chain gas estimation arg is set to true, then the method will revert if the gas payment wasn't sufficient. On-chain gas estimation query can be found here. Empty bytes can be passed for params for now.

What's Changed

New Contributors

Full Changelog: v6.2.1...v6.3.0

v6.2.1

14 Dec 05:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2.0...v6.2.1

v6.2.0

19 Oct 08:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.2.0

v6.1.2

21 Sep 04:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.1...v6.1.2

v6.1.1

21 Sep 04:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v6.1.1

v6.1.0

02 Sep 01:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.1.0

v6.0.0

01 Sep 16:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.1...v6.0.0

v5.0.1

28 Jul 19:56
5358387
Compare
Choose a tag to compare

What's Changed

  • chore: improving release process and updating dependencies by @re1ro in #217

Full Changelog: v5.0.0...v5.0.1

v5.0.0

14 Jul 21:50
9c7a260
Compare
Choose a tag to compare

What's Changed

  • chore: add optimism info to testnet by @talalashraf in #171
  • chore: update codeowners by @milapsheth in #159
  • feat(GMP-SDK): safe transfer by @re1ro in #174
  • feat(ExpressGas): adding express gas methods to the service by @re1ro in #175
  • feat(GMP-SDK): using utils by @re1ro in #177
  • feat(GMP-SDK): using Executable by @re1ro in #178
  • fix typo by @fahimahmedx in #173
  • fix(AuthWeighted): improving gas usage by @re1ro in #140
  • fix: add 'c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470' check for deposit handler (eip-1052) by @sammy1991106 in #181
  • test(ServiceProxy): should preserve Proxy bytecode by @re1ro in #180
  • test: migrate to hardhat by @deanamiel in #184
  • feat: add filecoin and base configs by @milapsheth in #187
  • fix: deploy deposit service by @deanamiel in #190
  • feat: added a separate refund method that takes txHash/logIndex and emit a Refunded event by @sammy1991106 in #193
  • feat: run tests against custom networks by @milapsheth in #188
  • feat: add code coverage tool by @milapsheth in #201
  • feat: add prettier and commit checker to gh actions by @milapsheth in #202
  • feat(Governance): new module based on TimeLock by @re1ro in #196
  • feat(Governance): gateway integration by @re1ro in #197
  • feat(Multisig): on chain multisig wallet used for MintLimiter by @re1ro in #198
  • fix: compute codehash correctly for polygon zkevm by @milapsheth in #209
  • feat(Governance): service governance by @re1ro in #203
  • feat: update solhint to ignore common warnings by @deanamiel in #206
  • feat(Gateway): contact id verification on upgrade by @re1ro in #212
  • feat(Governance): design document by @re1ro in #213
  • feat(MultisigBase): signers and voting getters by @re1ro in #214
  • chore: deps update by @re1ro in #216

New Contributors

Full Changelog: v4.5.0...v5.0.0