ethers-rs/ethers-contract/tests
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
..
common feat(abigen): include ethevent proc macro in abigen code gen workflow (#232) 2021-03-16 21:37:19 +02:00
solidity-contracts Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00
abigen.rs feat(abigen): include ethevent proc macro in abigen code gen workflow (#232) 2021-03-16 21:37:19 +02:00
contract.rs Upgrade to Tokio 1.0 and remove async-std (#120) 2020-12-31 19:19:14 +02:00