Skip to content

Latest commit

 

History

History
107 lines (62 loc) · 4 KB

File metadata and controls

107 lines (62 loc) · 4 KB

@nomicfoundation/hardhat-typechain

3.1.1

Patch Changes

  • #8339 00720e8 Thanks @alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0
    • @nomicfoundation/hardhat-errors@3.0.15

3.1.0

Minor Changes

Patch Changes

  • Updated dependencies:
    • hardhat@3.6.0
    • @nomicfoundation/hardhat-utils@4.1.3
    • @nomicfoundation/hardhat-errors@3.0.14

3.0.9

Patch Changes

  • #8191 2a4ae8e Thanks @alcuadrado! - Update how type extensions are handled to optimize the bootstrap process of Hardhat.

  • Updated dependencies:

    • @nomicfoundation/hardhat-utils@4.1.1

3.0.8

Patch Changes

  • #8207 d594209 Thanks @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

3.0.7

Patch Changes

  • #8179 d16d82a Thanks @alcuadrado! - Await all returned promises for better debuggability

  • Updated dependencies:

    • @nomicfoundation/hardhat-utils@4.0.4

3.0.6

Patch Changes

  • #8127 4fe12fe Thanks @alcuadrado! - Update to the new splitTestsCompilation setting

  • #8096 7fb721b Thanks @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

3.0.5

Patch Changes

  • #8088 23c0d36 Thanks @alcuadrado! - Optimize imports.

  • Updated dependencies:

    • @nomicfoundation/hardhat-utils@4.0.2
    • @nomicfoundation/hardhat-errors@3.0.10

3.0.4

Patch Changes

  • 2cbf218: Make SolidityBuildSystem easier to work with (#7988)

3.0.3

Patch Changes

  • 6674b00: Bump hardhat-utils major

3.0.2

Patch Changes

  • 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)

3.0.1

Patch Changes

  • 558ac5b: Update installation and config instructions

3.0.0

Major Changes

  • 29cc141: First release of Hardhat 3!