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