SDK v0.3.1
v0.3.0+ reorganizes the Abacus SDK by merging the Hardhat and Deploy packages into the existing SDK package: #643
Other Features
- Support resumable deployments: #592
- Replace celo-ethers-wrapper with new celo-ethers-provider lib: #626
- Add
InterchainGasPaymaster
back to APIs: #663 - Add destination domain to InterchainGasPaymaster.payGasFor: #668
- Update chain finality numbers: #671
Fixes
- SDK router config types: #594
- Pass through overrides to deployRouter: #621
- Fix recursive contract de/serialization: #647
- Properly de-/serialize proxied contracts: #653
Breaking Changes from 0.2.x
- Removed
@abacus-network/hardhat
and@abacus-network/deploy
packages, their exports are now available under@abacus-network/sdk
TestCoreDeploy
renamed toTestCoreDeployer
deployRouter
method removed on AbacusRouterDeployer
More details
Full Changelog: v0.2.1...v0.3.1