ethers-rs/ethers/examples
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
..
abigen.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
contract.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
contract.sol refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
ens.rs add pending tx type to wait for tx confirmations (#11) 2020-06-15 15:40:06 +03:00
local_signer.rs add pending tx type to wait for tx confirmations (#11) 2020-06-15 15:40:06 +03:00
sign.rs fix(core): make Signature.v a u64 instead of a u8 and expose `verify` (#21) 2020-06-17 09:45:15 +03:00
transfer_eth.rs add pending tx type to wait for tx confirmations (#11) 2020-06-15 15:40:06 +03:00
watch_blocks.rs Websockets + TLS for Async-Std / Tokio (#30) 2020-06-21 10:17:11 +03:00