ethers-rs/ethers-core/src/utils
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
..
ganache.rs Geth TxPool API Support (#86) 2020-10-24 11:13:13 +03:00
geth.rs Geth TxPool API Support (#86) 2020-10-24 11:13:13 +03:00
hash.rs Address checksum (#85) 2020-10-18 13:22:10 +03:00
mod.rs Geth TxPool API Support (#86) 2020-10-24 11:13:13 +03:00
solc.rs Fix Pending Transactions and EIP-155 (#22) 2020-06-17 11:02:03 +03:00