github NomicFoundation/hardhat hardhat@3.0.0-next.24

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 for compile (compile will be retained as an alias)
  • The renaming of the config option dependenciesToCompile to npmFilesToBuild 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 to npmFilesToBuild in Hardhat config (#6877)
  • 595c970: Add build task that replaces compile, but keep the compile task as an alias to build (#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.


Don't miss a new hardhat release

NewReleases is sending notifications on new releases.