ethers-rs/ethers-middleware
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
..
src Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00
tests Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00
Cargo.toml feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00