ethers-rs/ethers-signers
Georgios Konstantopoulos 0cfeadadf4
Websockets + TLS for Async-Std / Tokio (#30)
* fix: relax trait bounds on JsonRpcClient

* refactor(provider): move http client to separate dir

* feat(provider): add initial Websocket support over Stream/Sink + Tungstenite

* test(provider): add websocket test

* feat(provider): add convenience method using tokio/async-std behind a feature flag

* test(provider): add websocket ssl test

* feat(provider): add TLS websockets for tokio/async-std

* docs(provider): add websocket docs / examples

* fix(provider): make tokio an optional dep
2020-06-21 10:17:11 +03:00
..
src Websockets + TLS for Async-Std / Tokio (#30) 2020-06-21 10:17:11 +03:00
tests ci: cargo fmt 2020-06-17 16:36:09 +03:00
Cargo.toml fix intradoc links and add missing cargo metadata (#29) 2020-06-20 16:55:07 +03:00