ethers-rs/ethers-providers
Austin Abell 42b10cca9a
feat: implement IPC transport support (#260)
* Initial IPC setup

* Cleanup

* Oops

* change futures dependency reference

* Document, add prints, cleanup

* Fix logic

* Make result type consistent with crate

* Setup geth ipc config and tests

* Cleanup subscription test

* Switch hash function to siphash

* Update dep usage for ordering

* Use tempfile for better cleanup (and OS support)

* Replace prints with tracing logs

* Ignore test with Celo feat

* chore: remove debug logs and use default geth ipc path

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2021-04-08 09:52:31 +03:00
..
src feat: implement IPC transport support (#260) 2021-04-08 09:52:31 +03:00
tests Upgrade to Tokio 1.0 and remove async-std (#120) 2020-12-31 19:19:14 +02:00
Cargo.toml feat: implement IPC transport support (#260) 2021-04-08 09:52:31 +03:00