ethers-rs/ethers-contract
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
..
ethers-contract-abigen docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00
ethers-contract-derive docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00
src Websockets + TLS for Async-Std / Tokio (#30) 2020-06-21 10:17:11 +03:00
tests Add Celo support (#8) 2020-06-17 12:22:01 +03:00
Cargo.toml fix intradoc links and add missing cargo metadata (#29) 2020-06-20 16:55:07 +03:00