Releases: dl-solarity/hardhat-migrate
Releases · dl-solarity/hardhat-migrate
v2.1.11
Release notes v2.1.11 🎉
This is a maintenance release
- Updated all the dependencies to the latest versions.
- Removed the "network handling" mechanism because it DDOSed RPC providers.
- Added "request caching" to reduce the number of RPC calls even further.
- Added
reportContractsMD()
function to theReporter
to log deployed contracts addresses with the explorer links. - Fixed a bug that the plugin could not be called outside the project root folder.
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 methodsetSigner()
accepts the address (orundefined
) of the accounts specified in thehardhat.config
.
2.1.9
v2.1.8
v2.1.7
v2.1.6
v2.1.5
v2.1.4
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.