ethers-rs/ethers-contract/tests
Georgios Konstantopoulos 60ff4660df
feat: multiple addresses on Filter (#375)
* feat: support multiple addresses in filters

To support filtering of 1..n addresses we had to add the ValueOrArray
enum to the log types and refactor some ethers-contract code

Fixes: #240

Signed-off-by: Sebastian Martinez <sebastinez@me.com>

* chore: fmt

* fix: use legacy tx in unit test due to Ganache

Co-authored-by: Sebastian Martinez <sebastinez@me.com>
2021-08-12 19:19:24 +03:00
..
common feat(ethers-contract): typed txs (part 4) (#362) 2021-08-09 03:50:38 +03: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 feat: multiple addresses on Filter (#375) 2021-08-12 19:19:24 +03:00