openethereum/rpc/src/v1/tests/mocked
Toralf Wittner 322dfbcd78 Replace reqwest with hyper (#8099)
* Very primitive test of the Client API

* [WIP] getting rid of request

* Add support for redirects.

* Remove CpuPool from `fetch::Client`.

* Adapt code to API changes and fix tests.

* Use reference counter to stop background thread.

On `clone` the counter is incremented, on `drop` decremented. Once 0 we
send `None` over the channel, expecting the background thread to end.

* Fix tests.

* Comment.

* Change expect messages.

* Use local test server for testing fetch client.

* Ensure max_size also in BodyReader.

* Replace `Condvar` with `sync_channel`.

* Re-export `url::Url` from `fetch` crate.

* Remove spaces.

* Use random ports in local test server.
2018-03-14 13:40:54 +01:00
..
eth_pubsub.rs Client refactoring (#7038) 2018-03-03 18:42:13 +01:00
eth.rs Remove the time dependency where possible (#8100) 2018-03-14 12:29:52 +01:00
manage_network.rs Compatibility with whisper v6 (#6179) 2017-09-10 18:02:14 +02:00
mod.rs Latest headers Pub-Sub (#5655) 2017-05-23 12:26:39 +02:00
net.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
parity_accounts.rs Fix wallet import (#7873) 2018-02-14 14:21:58 +01:00
parity_set.rs Replace reqwest with hyper (#8099) 2018-03-14 13:40:54 +01:00
parity.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
personal.rs Extract some parts of miner from ethcore. (#7353) 2018-01-11 17:49:10 +01:00
pubsub.rs Use randomized subscription ids for PubSub (#5756) 2017-06-13 18:36:39 +03:00
rpc.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
secretstore.rs SecretStore: secretstore_generateDocumentKey RPC (#7864) 2018-03-01 10:00:44 +01:00
signer.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
signing.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
traces.rs added a new RPC call trace_replayBlockTransactions (#7366) 2018-01-10 11:34:34 +01:00
web3.rs parity-version pr reopen (#7136) 2017-12-22 09:37:39 -04:00