Skip to content

Releases: dl-solarity/hardhat-migrate

v2.1.10

21 Jun 09:39
aa1fa88
Compare
Choose a tag to compare

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

18 Jun 17:28
b83f35c
Compare
Choose a tag to compare

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

06 Apr 08:41
1133d43
Compare
Choose a tag to compare

Release notes v2.1.8 🎉

This is a bugfix release

  • Fixed incorrect explorer URL showing on overridden chains.

v2.1.7

22 Mar 13:38
Compare
Choose a tag to compare

Release notes v2.1.7 🎉

This is a bugfix release

  • Fixed a visual total cost bug.

v2.1.6

22 Mar 11:06
c0d2771
Compare
Choose a tag to compare

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

18 Mar 13:18
78f3024
Compare
Choose a tag to compare

Release notes v2.1.5 🎉

This is a bugfix release

  • Fixed Ethers connect method on instances returned by the Deployer.

v2.1.4

12 Mar 12:42
Compare
Choose a tag to compare

Release notes v2.1.4 🎉

This is a script update release

  • Removed pinst scripts.

v2.1.3

08 Mar 11:46
74b8f51
Compare
Choose a tag to compare

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

23 Feb 12:49
90e442e
Compare
Choose a tag to compare

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

07 Feb 14:19
c8a5403
Compare
Choose a tag to compare

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.