Releases: dl-solarity/hardhat-migrate
Releases · dl-solarity/hardhat-migrate
v2.1.10
Release notes v2.1.10 🎉
This is a minor feature release
- Added ability to set a custom signer for deployment/interaction with contracts through the
Deployer
class. The new method setSigner()
accepts the address (or undefined
) of the accounts specified in the hardhat.config
.
2.1.9
Release notes v2.1.9 🎉
This is a bugfix release
- Fix a bug that would crash a plugin if the
cache
directory didn't exist.
v2.1.8
Release notes v2.1.8 🎉
This is a bugfix release
- Fixed incorrect explorer URL showing on overridden chains.
v2.1.7
Release notes v2.1.7 🎉
This is a bugfix release
- Fixed a visual
total cost
bug.
v2.1.6
Release notes v2.1.6 🎉
This is a bugfix release
- Fixed a bug that the plugin didn't recognize connected accounts when recovering the transactions.
v2.1.5
Release notes v2.1.5 🎉
This is a bugfix release
- Fixed Ethers
connect
method on instances returned by the Deployer
.
v2.1.4
Release notes v2.1.4 🎉
This is a script update release
v2.1.3
Release notes v2.1.3 🎉
This is bugfix release
- Fixed a bug with
bigint
serialization that made migrations fail.
- Added "preflight" request to a block explorer before verification to notify the user if the explorer is down.
- Added
verificationDelay
parameter that forces the plugin to wait X milliseconds before verification to allow a block explorer to sync up the state and not fail with the "the contract does not exist" error.
v2.1.2
Release notes v2.1.2 🎉
This is bugfix release
- Upgraded ethers to
6.11.1
to address the issue with Object
deployment arguments being accidentally interpreted as string
.
v2.1.1
Release notes v2.1.1 🎉
This is bugfix release
- Fixed a bug with a shallow copy of the deployment overrides that lead to their ignorance.