openethereum/parity
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
..
cli Add Callisto support (#9534) 2018-10-11 11:03:57 +02:00
db db: remove wal disabling / fast-and-loose option. (#8963) 2018-07-10 17:33:25 +02:00
light_helpers Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
account.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
blockchain.rs simplify ethcore errors by removing BlockImportError (#9593) 2018-09-24 11:28:54 +01:00
cache.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
configuration.rs Multithreaded snapshot creation (#9239) 2018-09-13 12:58:49 +02:00
deprecated.rs Remove node-health (#9119) 2018-07-18 16:27:29 +02:00
export_hardcoded_sync.rs Remove the dapps system (#9017) 2018-07-11 12:19:54 +02:00
helpers.rs Avoid using $HOME if not necessary (#9273) 2018-08-03 09:58:59 +02:00
informant.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
lib.rs Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
main.rs Allow setting the panic hook with parity-clib (#9292) 2018-08-10 11:06:30 +02:00
modules.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
params.rs Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
presale.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
rpc.rs Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
rpc_apis.rs Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
run.rs Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
secretstore.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
signer.rs Remove UI related settings from CLI (#8783) 2018-06-06 10:05:52 +02:00
snapshot.rs Multithreaded snapshot creation (#9239) 2018-09-13 12:58:49 +02:00
stratum.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
upgrade.rs Replace `std::env::home_dir()` with `home` crate impl. (#9293) 2018-08-21 15:30:24 +02:00
user_defaults.rs parity: fix UserDefaults json parser (#9189) 2018-07-23 13:57:50 +02:00
whisper.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00