ethers-rs/ethers-providers
Georgios Konstantopoulos a22f1f9aa0
Geth TxPool API Support (#86)
* feat: support for txpool API

* feat: add a geth spawner test helper

* fix(txpool): use TxRequest instead of new data struct

The `raw` field is no longer present in latest geth's response.

* fix(txpool): use proper api response format

ref: https://github.com/ethereum/go-ethereum/pull/21720

Also add a Geth test

* ci: install geth 1.9.23

Co-authored-by: Rohit Narurkar <rohit.narurkar@protonmail.com>
2020-10-24 11:13:13 +03:00
..
src Geth TxPool API Support (#86) 2020-10-24 11:13:13 +03:00
tests Geth TxPool API Support (#86) 2020-10-24 11:13:13 +03:00
Cargo.toml (feat) gas oracle support (#56) 2020-08-18 21:47:56 +03:00