openethereum/secret_store
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
..
res SecretStore: generating and retrieving decryption keys via service contract (#8029) 2018-04-03 16:54:34 +02:00
src Remove secret_store runtimes. (#9888) 2018-11-26 01:36:43 +08:00
Cargo.toml Remove secret_store runtimes. (#9888) 2018-11-26 01:36:43 +08:00