John Kane
John Kane
To provide a smooth upgrade path we will look at the minimum changes needed to update `hardhat-deploy` to work with Hardhat 3. The design doc is still WIP but can...
The `@ignored/edr` version `v0.10.0-alpha.6` includes: * New configuration option for the Solidity test runner includeTraces selects the inclusion of traces in all test results, failing tests only, or none. *...
In Hardhat 3 we want to support very detailed tracing output display.
Replicate the Etherscan support in `hardhat-verify` for Hardhat 3 with Blockscout support.
This is a project organizing ticket around the follow up work on `hardhat-verify`. It has been included in the toolboxes but will require further enhancements before the Beta. ## For...
In Hardhat 3 - we don’t display any result message for `pnpm hardhat3 test solidity` if there are no solidity tests.
In Hardhat 3 Solidity Test the assertion failures do not specify the code line for the failed assert
Originally raised in this comment: https://github.com/NomicFoundation/hardhat/issues/6509#issuecomment-2940547221 In Hardhat 3 we have a regression test suite. There is a unexpected failing test in Solidity test: * pancakeswap/infinity-core - test/pool-cl/libraries/TickMath.t.sol - TickMathTest...
This is an organizational issue to co-ordinate the Solidity Test features that we require before the Hardhat 3 Beta.
Add back `--verify` capability in Ignition for Hardhat 3.