Releases: dethcrypto/TypeChain
Releases · dethcrypto/TypeChain
@typechain/web3-v1@4.0.0
@typechain/truffle-v5@6.0.0
@typechain/hardhat@3.0.0
@typechain/ethers-v5@8.0.0
Major Changes
- 5c217a6: Changed emitted event types — named events are now used in Contract methods.
- 0e555af: Generate types to
.ts
files instead of.d.ts
in Ethers v5 and Web3.js targets
Minor Changes
-
95517e9: Add support for Solidity structs
// before function deposit(amount: { token: string; value: BigNumberish }): Promise<ContractTransaction> // after export type AmountStruct = { token: string; value: BigNumberish } function deposit(amount: AmountStruct): Promise<ContractTransaction>
Patch Changes
@typechain/ethers-v4@6.0.0
typechain@5.2.0
Minor Changes
- c7c2913: Escaped reserved words in argument names
@typechain/hardhat@2.3.1
@typechain/ethers-v5@7.2.0
@typechain/ethers-v5@7.1.2
Patch Changes
- e6bd016: Fix typing for
getContractAt
when using Hardhat
@typechain/ethers-v5@7.1.1
Patch Changes
- 7f57ff8: Support typings for
getContractAt
when using Hardhat