ethers-rs/ethers-contract/src
Guillaume Malette 83b12a80e3
Make ContractCall IntoFuture implement Send (#2083)
* fix(contracts): Add a failing test showing that ContractCall IntoFuture is not Send

* fix(contracts): Add Send bound for IntoFuture implementation of ContractCall

* chore: update CHAGELOG

* chore: fmt

---------

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-01-27 14:54:49 -05:00
..
multicall chore: fix clippy (#2059) 2023-01-16 18:11:27 -08:00
base.rs chore(clippy): add some deny lints (#1064) 2022-03-19 10:05:39 -07:00
call.rs Make ContractCall IntoFuture implement Send (#2083) 2023-01-27 14:54:49 -05:00
contract.rs feat(contract): return multicall pending transaction (#2044) 2023-01-11 19:30:56 -08:00
error.rs feat: add EthError trait and derive (#1549) 2022-08-02 11:03:52 -07:00
event.rs fix(contract): doctests (#2007) 2023-01-04 13:29:10 +02:00
factory.rs contract: return `Arc<M>` instead of `&M` (#1731) 2022-09-24 12:40:08 -07:00
lib.rs fix(contract): multicall decode error (#1907) 2022-11-30 13:20:22 -08:00
log.rs chore(clippy): fix newest nightly lints (#1298) 2022-05-22 15:18:57 -07:00
stream.rs fix(contract): doctests (#2007) 2023-01-04 13:29:10 +02:00