Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

v0.2.0

Choose a tag to compare

@danijelTxFusion danijelTxFusion released this 05 Dec 23:25
· 20 commits to main since this release

0.2.0 (2023-10-20)

Bug Fixes

  • arrarify factory deps in Provider.estimateGas (91e87a4)
  • fix padding in hashBytecode (38f2059)
  • provide ethers.Overrides as last parameter in ContractFactory.deploy (628b4c1)
  • provide option to specify salt and factory deps in ContractFactory.deploy() (c7a0c9a)

Features

  • add AdapterL2.getDeploymentNonce method (b93e791)
  • add utils.PAYMASTER_FLOW_ABI (a89208c)
  • add ABI and typechain for NonceHolder contract (462b01a)
  • add account and contract deployment using CREATE2 opcode in ContractFactory (16ba768)