Hardhat v2.11.2
·
5003 commits
to main
since this release
This new version of Hardhat brings several fixes and improvements:
- Solidity 0.8.17 is now supported and used by default in the sample projects.
- When forking a network, the disk cache is always used (thanks @bernard-wagner!)
- Stack traces are shown by default in CI servers
- We fixed a problem related to the validation of the
eth_getStorageAt
being too restrictive (thanks @aathan!) - Reverted an unintentional breaking change in the type of the resolved config
- Improved the heuristic for detecting that a contract deployment failed because the code size was too large