Files
openethereum/parity
Nick Sanders c880716f16 Remove secret_store runtimes. (#9888)
* Remove the independent runtimes from `KeyServerHttpListener` and
  `KeyServerCore` and instead require a `parity_runtime::Executor`
  to be passed upon creation of each.

* Remove the `threads` parameter from both `ClusterConfiguration` structs.

* Implement the `future::Executor` trait for `parity_runtime::Executor`.

* Update tests.
  - Update the `loop_until` function to instead use a oneshot to signal
    completion.
  - Modify the `make_key_servers` function to create and return a runtime.
2018-11-26 01:36:43 +08:00
..
2018-11-16 14:00:34 +01:00
2018-06-22 15:09:15 +02:00
2018-07-18 16:27:29 +02:00
2018-11-25 15:53:41 +08:00
2018-11-01 11:06:53 +01:00
2018-06-22 15:09:15 +02:00
2018-11-26 01:36:43 +08:00