Skip to content

SDK v0.3.1

Compare
Choose a tag to compare
@jmrossy jmrossy released this 05 Jul 19:11
· 1864 commits to main since this release
86f280e

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 to TestCoreDeployer
  • deployRouter method removed on AbacusRouterDeployer

More details

Full Changelog: v0.2.1...v0.3.1