Skip to content

Releases: dethcrypto/TypeChain

@typechain/hardhat@2.0.0

09 May 18:48
8c1da19
Compare
Choose a tag to compare

Minor Changes

  • 62b9e08: Type getContractFactory calls
  • 62b9e08: Support incremental generation

Patch Changes

  • Updated dependencies [d60a343]
  • Updated dependencies [5a60d00]
  • Updated dependencies [d60a343]
    • typechain@5.0.0

@typechain/ethers-v5@7.0.0

09 May 18:48
8c1da19
Compare
Choose a tag to compare

Minor Changes

  • 021e959: Expose ABI, bytecode, and contract interface in factories

Patch Changes

  • d590f88: Make filter parameters optional
  • bc4539a: Generated types now extend new BaseContract not Contract from ethers. This removes all index signatures
    and makes calling a non-existing function a compile-time error.
  • Updated dependencies [d60a343]
  • Updated dependencies [5a60d00]
  • Updated dependencies [d60a343]
    • typechain@5.0.0

@typechain/ethers-v4@5.0.0

09 May 18:48
8c1da19
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [d60a343]
  • Updated dependencies [5a60d00]
  • Updated dependencies [d60a343]
    • typechain@5.0.0

@typechain/ethers-v5@6.0.5

22 Mar 21:53
fc9182b
Compare
Choose a tag to compare

Patch Changes

  • 833b7ea: Avoid generating reexports for duplicated contracts

@typechain/ethers-v5@6.0.4

17 Mar 09:39
9afe5e1
Compare
Choose a tag to compare

Patch Changes

  • 743a600: Fix code generation for events with tuples

@typechain/ethers-v5@6.0.3

15 Mar 15:02
f500b00
Compare
Choose a tag to compare

Patch Changes

  • 8528c8f: Allow passing from as part of the overrides to contract call
  • 5a1cb26: Prefer imports from ethers namespace to avoid mixing incompatible versions

@typechain/hardhat@1.0.1

08 Mar 13:43
974586c
Compare
Choose a tag to compare

Patch Changes

  • 23faae4: Accept underscores in contract names

@typechain/ethers-v5@6.0.2

07 Mar 16:00
07f36b3
Compare
Choose a tag to compare

Patch Changes

  • ffc67f2: Fix "unused type parameter" ts error

typechain@4.0.3

06 Mar 19:06
66cedf7
Compare
Choose a tag to compare

Patch Changes

  • dbfe92a: Improve error message in case of a missing target

@typechain/hardhat@1.0.0

06 Mar 19:06
66cedf7
Compare
Choose a tag to compare

Major Changes