ethers-rs/ethers-contract/src
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
..
multicall feat(ethers-contract): typed txs (part 4) (#362) 2021-08-09 03:50:38 +03:00
base.rs docs: add more docs (#130) 2020-12-31 21:08:12 +02:00
call.rs feat(ethers-contract): typed txs (part 4) (#362) 2021-08-09 03:50:38 +03:00
contract.rs feat: multiple addresses on Filter (#375) 2021-08-12 19:19:24 +03:00
event.rs feat: stream_with_meta (#354) 2021-07-30 14:01:38 +03:00
factory.rs feat(ethers-contract): typed txs (part 4) (#362) 2021-08-09 03:50:38 +03:00
lib.rs feat: stream_with_meta (#354) 2021-07-30 14:01:38 +03:00
log.rs feat: stream_with_meta (#354) 2021-07-30 14:01:38 +03:00
stream.rs feat: stream_with_meta (#354) 2021-07-30 14:01:38 +03:00