-
#8339
00720e8Thanks @alcuadrado! - The plugin now usesdefinePluginfromhardhat/pluginsin itsindex.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project'spluginsarray. -
Updated dependencies:
- hardhat@3.8.0
- @nomicfoundation/hardhat-errors@3.0.15
- #8327
007b482Thanks @alcuadrado! - Use the newSolidityHooks#processArtifactsAfterSuccessfulBuildhook
- Updated dependencies:
- hardhat@3.6.0
- @nomicfoundation/hardhat-utils@4.1.3
- @nomicfoundation/hardhat-errors@3.0.14
-
#8191
2a4ae8eThanks @alcuadrado! - Update how type extensions are handled to optimize the bootstrap process of Hardhat. -
Updated dependencies:
- @nomicfoundation/hardhat-utils@4.1.1
-
#8207
d594209Thanks @alcuadrado! - Improved performance by replacing the debug logging library with a lightweight in-tree implementation. -
Updated dependencies:
- @nomicfoundation/hardhat-utils@4.1.0
- @nomicfoundation/hardhat-errors@3.0.12
-
#8179
d16d82aThanks @alcuadrado! - Await all returned promises for better debuggability -
Updated dependencies:
- @nomicfoundation/hardhat-utils@4.0.4
-
#8127
4fe12feThanks @alcuadrado! - Update to the new splitTestsCompilation setting -
#8096
7fb721bThanks @alcuadrado! - [chore] Move to packages/ folder. -
Updated dependencies:
- hardhat@3.4.0
- @nomicfoundation/hardhat-errors@3.0.11
- @nomicfoundation/hardhat-utils@4.0.3
- @nomicfoundation/hardhat-zod-utils@3.0.4
-
#8088
23c0d36Thanks @alcuadrado! - Optimize imports. -
Updated dependencies:
- @nomicfoundation/hardhat-utils@4.0.2
- @nomicfoundation/hardhat-errors@3.0.10
- 2cbf218: Make SolidityBuildSystem easier to work with (#7988)
- 6674b00: Bump
hardhat-utilsmajor
- a9445c9: Fixed typechain type generation when compiling a subset of the Solidity files (#7902)
- 5478020: Automatically delete the generated types when running hardhat clean (#7912)
- 558ac5b: Update installation and config instructions
- 29cc141: First release of Hardhat 3!