- Updated dependencies [3469800]
- Updated dependencies [9107713]
- Updated dependencies [c4720b9]
- Updated dependencies [cd4bb0f]
- Updated dependencies [15541e4]
- Updated dependencies [bbc9656]
- Updated dependencies [63691c4]
-
3a8a99a: Directory tree in generated types now reflects the directory tree in the inputs. Also, only the main contract type is reexported from each file.
This change solves a number of name clashing problems. All generated code can still be imported after updating the import path.
- e447bfb: Added optional
config.inputDir
property and--input-dir
flag to control directory structure in generated types. If not set, it's inferred as lowest common path of all ABI files. - a59ae6e: Prefer
import type
in generated files when possible
- Updated dependencies [3a8a99a]
- Updated dependencies [5b9a7fb]
- Updated dependencies [e447bfb]
- Updated dependencies [978490f]
- Updated dependencies [a59ae6e]
- Updated dependencies [975a9dc]
- Updated dependencies [e1f832c]
- Updated dependencies [92939ea]
- Updated dependencies [d244e41]
- 0e555af: Generate types to
.ts
files instead of.d.ts
in Ethers v5 and Web3.js targets
- Updated dependencies [0ac4921]
- Updated dependencies [95517e9]
- Updated dependencies [33ee803]
- b3c94a1: Adds overrides introduced by EIP-1559.
- Updated dependencies [d60a343]
- Updated dependencies [5a60d00]
- Updated dependencies [d60a343]
- 7f18b27: Accept BN as input for numbers
- 5761302: Support passing block number to call functions