ethers-rs/ethers-middleware/src/gas_oracle
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
..
eth_gas_station.rs feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
etherchain.rs feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
etherscan.rs feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
gas_now.rs feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
middleware.rs Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00
mod.rs feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00