ethers-rs/ethers-contract/ethers-contract-abigen/src
Matthias Seitz 57010c1c60
feat(abigen): include ethevent proc macro in abigen code gen workflow (#232)
* fix: make EthEvent name method a trait method

* refactor: make expand methods members of Context

* fix: make AbiParser parsing non consumeable

* feat: add struct expanding

* feat: use derive(EthEvent) in abigen workflow

* test: check EthEvent in abigen macro

* test: make test compile again

* refactor: simplify and optimize abi parsing from single str

* test: add human readable abigen tests
2021-03-16 21:37:19 +02:00
..
contract feat(abigen): include ethevent proc macro in abigen code gen workflow (#232) 2021-03-16 21:37:19 +02:00
test refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
contract.rs feat(abigen): include ethevent proc macro in abigen code gen workflow (#232) 2021-03-16 21:37:19 +02:00
lib.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
rustfmt.rs refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
source.rs feature: report path on failed abigen load (#205) 2021-02-22 20:35:40 +02:00
util.rs refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00