This Hardhat 3 Alpha release has improvements, changes and bug fixes including:
- Improved re-compilation times with better caching
- Support for more verbose logging in Solidity Test with new verbosity flag:
npx hardhat test solidity -vvvv
- The addition of a
build
command as a replacement forcompile
(compile
will be retained as an alias) - The renaming of the config option
dependenciesToCompile
tonpmFilesToBuild
for increased clarity
Changes
- cbbe240: Speed up re-compilation with better caching (#6987)
- e3e9757: Added call traces support for solidity tests; call traces can be enabled via the
-vvvv
verbosity level flag (#6830) - 595c970: Rename
dependenciesToCompile
tonpmFilesToBuild
in Hardhat config (#6877) - 595c970: Add
build
task that replacescompile
, but keep thecompile
task as an alias tobuild
(#6877) - dbd9368: Allow Ignition reconciliation of changed bytecode when the contract has been successfully deployed (#7006)
- ab67a7d: Support verifying contracts on all enabled providers from the main verify task (#7007)
- 3fe7683: Fixed global flag option parsing (#7028)
💡 The Nomic Foundation is hiring! Check our open positions.