hardhat-migrate icon indicating copy to clipboard operation
hardhat-migrate copied to clipboard

hardhat-migrate v2.5

Open Arvolear opened this issue 6 months ago • 0 comments

The following features are planned:

  • Add a reuse(instance, address, name) operation that adds the contract to the state under the given name but skips the verification namespace.
  • Add a config variable to wait x seconds after deployment before verification
  • Better error handling (505 blockexplorer)
  • BigInt bug
  • Expose migrations in tests to be able to test a system's integrity after deployment
  • xDeployer integration
  • Ability to switch the deployment chain on the fly
  • Namespaced migrations
  • Automatic migration summary reporting to a file

Arvolear avatar Dec 26 '23 12:12 Arvolear