Skip to content

Hardhat v2.12.5

Compare
Choose a tag to compare
@fvictorio fvictorio released this 29 Dec 19:04
· 2801 commits to main since this release
  • The full return data of unrecognized custom errors is now shown in error messages
  • Fixed a bug that was causing the flatten task to produce non-deterministic results
  • Fixed a bug when gasPrice was set to "auto", which is the default configuration when connecting to a JSON-RPC network. This bug was preventing the results from eth_feeHistory from being used when they should.
  • Added an experimental environment variable flag to disable the local installation check (thanks @arijoon!)