Releases: axelarnetwork/axelar-cgp-solidity
Releases · axelarnetwork/axelar-cgp-solidity
v6.4.0
What's Changed
- refactor: add gas options to gateway upgrade test by @blockchainguyy in #277
- feat(GasService): updated estimation dependency by @re1ro in #279
- chore: add funding json file for optimism retro grant verification by @blockchainguyy in #283
- feat: add rpc test to match logIndex by @blockchainguyy in #284
- chore(test): add case for validating parent hash by @sdaveas in #287
- fix: add missing setup implementation and bump up release version by @ahramy in #289
New Contributors
Full Changelog: v6.3.0...v6.4.0
v6.3.1
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
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
- fix: gateway upgrade test regression by @milapsheth in #257
- fix: add gas options to all test txs by @milapsheth in #258
- feat: check bytecode size in gh actions by @milapsheth in #259
- fix: add gas options by @sdaveas in #260
- chore: set team as the codeowner by @milapsheth in #263
- fix: test coverage gaps by @milapsheth in #262
- fix: update gh action dep by @milapsheth in #261
- feat: fix proxy bytecode compiler settings by @milapsheth in #264
- fix: use a consistent prettier config by @milapsheth in #265
- chore: bump gmp sdk dependency by @milapsheth in #266
- fix: use axelarId in chain config by @milapsheth in #269
- refactor: update eth_estimateGas test comment by @blockchainguyy in #270
- feat: remove old deployment scripts by @deanamiel in #271
- refactor: test eth_getLogs for safe and finalized tags by @blockchainguyy in #272
- feat: add codecov action by @deanamiel in #274
- feat(GasService): estimateGasFee and payGas by @re1ro in #273
- feat: add blacksmith to workflows by @deanamiel in #275
- ci(build): bump release, deps, and solidity to v0.8.23 for gas service by @milapsheth in #276
New Contributors
Full Changelog: v6.2.1...v6.3.0
v6.2.1
What's Changed
- chore: backport various test fixes by @milapsheth in #267
- chore: backport config changes and bump version by @milapsheth in #268
Full Changelog: v6.2.0...v6.2.1
v6.2.0
What's Changed
- feat: improved unit test coverage by @deanamiel in #243
- feat: add live testnet testing instructions to readme by @deanamiel in #242
- chore: bump version by @milapsheth in #245
- feat: test cronos integration [AXE-1916] by @blockchainguyy in #249
- docs: live network testing [AXE-1984] by @blockchainguyy in #248
- feat(gateway): added ContractCallExecuted event by @re1ro in #251
- test: rpc compatibility for evm opcodes [AXE-1917] by @blockchainguyy in #250
- chore: bump version to v6.2.0 by @milapsheth in #253
- refactor: tests for axelar auth weighted to reduce signers required [AXE-2323] by @blockchainguyy in #252
- fix: fix package lock by @milapsheth in #254
- feat: bump to gmp sdk v5.5 by @milapsheth in #255
New Contributors
- @blockchainguyy made their first contribution in #249
Full Changelog: v6.1.0...v6.2.0
v6.1.2
v6.1.1
What's Changed
- chore: backport test improvements by @milapsheth in #246
Full Changelog: v6.1.0...v6.1.1
v6.1.0
What's Changed
- fix(Gateway): deploy token event by @re1ro in #241
- chore: bump contract deployment dep by @milapsheth in #240
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- refactor(Gateway): removing AdminMultisig dependency by @re1ro in #218
- feat(Governance): dedicated withdraw method and safety checks by @re1ro in #220
- feat: gateway test coverage by @deanamiel in #219
- feat: upgrade gateway test by @deanamiel in #215
- fix: typos by @omahs in #224
- fix: typos by @deanamiel in #226
- chore: ignore erc20 files for lint errors by @milapsheth in #223
- feat: improve live revert tests by @milapsheth in #225
- fix(MultisigBase): gas usage optimizations by @re1ro in #227
- build(npm): building interfaces and version bump by @re1ro in #229
- fix(gitignore): interfaces relative path by @deanamiel in #231
- chore: add filecoin calibration testnet by @npty in #230
- feat: gateway natspec docs by @deanamiel in #222
- refactor: remove governance contracts and tests by @deanamiel in #228
- feat: use sdk ownable and upgradable by @deanamiel in #232
- refactor: some contract improvements by @milapsheth in #234
- ci(npm): packaging only necessary artifacts by @re1ro in #235
- ci(Slither): adding slither code analyzer to PR checks by @re1ro in #236
- feat(GasService): adding express methods by @re1ro in #237
- feat(AxelarGasService): natspec docs by @deanamiel in #238
- SafeNativeTransfer and Gas Service 0 payments by @re1ro in #239
New Contributors
Full Changelog: v5.0.1...v6.0.0