ethers-rs/ethers-contract/src
Georgios Konstantopoulos 3a2fd3e814
Returning a `PendingTransaction` after sending a tx (#107)
* feat(providers): return a PendingTransaction from send_tx calls

* feat(providers): expose the internal provider to all middlewares

* fix(middleware): use the returned PendingTx instead of using a hash

* fix(contract): use the pending tx returned value

Note1: To support that, we need to clone the tx when sending in order to make lifetimes work out
Note2: Multicall does not support that feature

* fix(ethers): adjust examples

* chore: fix provider test

* chore: fix celo test

BREAKING CHANGE
2020-12-17 13:26:01 +02:00
..
multicall Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00
base.rs Misc Fixes (#97) 2020-11-12 12:08:20 +02:00
call.rs Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00
contract.rs Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00
event.rs Contract & Provider eth_subscribe support (#100) 2020-11-30 11:33:06 +02:00
factory.rs Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00
lib.rs Contract & Provider eth_subscribe support (#100) 2020-11-30 11:33:06 +02:00
stream.rs Contract & Provider eth_subscribe support (#100) 2020-11-30 11:33:06 +02:00