ethers-rs/ethers-contract/tests
Matthias Seitz 42bf98330b
feat: support human readable struct inputs (#482)
* feat: keep track of custom types in abi parser

* feat: use internal structs for abi parsers

* test: add human readable struct input test

* chore: update changelog

* fix conflicts

* fix: remove eprintln

* make clippy happy

* make clippy happy

* rustfmt

* make clippy happy
2021-10-02 17:34:01 +03:00
..
common fix: always treat abi type structs as tuples (#417) 2021-09-02 19:16:39 +03:00
solidity-contracts feat(contract, abigen): support Hardhat ABI format (#478) 2021-09-30 11:27:24 +03:00
abigen.rs feat: support human readable struct inputs (#482) 2021-10-02 17:34:01 +03:00
contract.rs chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00