Releases: dethcrypto/TypeChain
Releases · dethcrypto/TypeChain
Major Changes
- fd3a524: Update internal task name to match hardhat convention
Major Changes
- 92939ea: Structs will be namespaced using contract name when available
Patch Changes
- d244e41: Fix event name generation for events with arrays
Major Changes
- 92939ea: Structs will be namespaced using contract name when available
Minor Changes
- c2b7c3c: Added support descrimnated unions to contracts generated by typechain
Patch Changes
-
f22f962: Events with multiple positional parameters no longer get "undefined" as argument in contract.filters
.
#575
-
d244e41: Fix event name generation for events with arrays
-
Updated dependencies [92939ea]
-
Updated dependencies [d244e41]
Patch Changes
-
f22f962: Events with multiple positional parameters no longer get "undefined" as argument in contract.filters
.
#575
-
Updated dependencies [92939ea]
-
Updated dependencies [d244e41]
Minor Changes
-
5f81ca9: Using --ts-nocheck
(config.tsNocheck
) flag, you can now add // @ts-nocheck
comment in case where code
generated by TypeChain doesn't pass typechecking.
Read more in TypeScript docs.
-
156c744: Given --help flag, typechain
CLI now shows the usage guide.
Minor Changes
-
5f81ca9: Using --ts-nocheck
(config.tsNocheck
) flag, you can now add // @ts-nocheck
comment in case where code
generated by TypeChain doesn't pass typechecking.
Read more in TypeScript docs.
Patch Changes
- 135f6ce: Fix
structName
for nested array of struct