openethereum/rpc/src/v1/helpers
Nick Sanders 68ca8df22f Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657)
* Replace `tokio_core` with `tokio`.

* Remove `tokio-core` and replace with `tokio` in

    - `ethcore/stratum`

    - `secret_store`

    - `util/fetch`

    - `util/reactor`

* Bump hyper to 0.12 in

    - `miner`

    - `util/fake-fetch`

    - `util/fetch`

    - `secret_store`

* Bump `jsonrpc-***` to 0.9 in

    - `parity`

    - `ethcore/stratum`

    - `ipfs`

    - `rpc`

    - `rpc_client`

    - `whisper`

* Bump `ring` to 0.13

* Use a more graceful shutdown process in `secret_store` tests.

* Convert some mutexes to rwlocks in `secret_store`.

* Consolidate Tokio Runtime use, remove `CpuPool`.

* Rename and move the `tokio_reactor` crate (`util/reactor`) to
  `tokio_runtime` (`util/runtime`).

* Rename `EventLoop` to `Runtime`.

    - Rename `EventLoop::spawn` to `Runtime::with_default_thread_count`.

    - Add the `Runtime::with_thread_count` method.

    - Rename `Remote` to `Executor`.

* Remove uses of `CpuPool` and spawn all tasks via the `Runtime` executor
  instead.

* Other changes related to `CpuPool` removal:

    - Remove `Reservations::with_pool`. `::new` now takes an `Executor` as an argument.

    - Remove `SenderReservations::with_pool`. `::new` now takes an `Executor` as an argument.
2018-10-22 09:40:50 +02:00
..
accounts.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
block_import.rs rpc: fix is_major_importing sync state condition (#9112) 2018-07-23 15:42:08 +02:00
dispatch.rs [light] Validate `account balance` before importing transactions (#9417) 2018-09-11 19:20:59 +02:00
errors.rs Add a new RPC `parity_submitWorkDetail` similar `eth_submitWork` but return block hash (#9404) 2018-10-03 03:02:48 +08:00
fake_sign.rs Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
ipfs.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
light_fetch.rs fix (light/provider) : Make `read_only executions` read-only (#9591) 2018-10-08 21:30:46 +02:00
mod.rs Add a new RPC `parity_submitWorkDetail` similar `eth_submitWork` but return block hash (#9404) 2018-10-03 03:02:48 +08:00
network_settings.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
nonce.rs Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
oneshot.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
poll_filter.rs Implement EIP234 block_hash for eth_getLogs (#9256) 2018-08-13 15:47:10 +08:00
poll_manager.rs Allow Poll Lifetime to be configured via CLI (#8885) 2018-06-18 13:42:54 +02:00
requests.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
secretstore.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
signer.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
signing_queue.rs Remove all dapp permissions related settings (#9120) 2018-08-07 20:52:23 +08:00
subscribers.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
subscription_manager.rs Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
work.rs Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00