openethereum/secret_store/src
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
..
key_server_cluster Remove secret_store runtimes. (#9888) 2018-11-26 01:36:43 +08:00
listener Remove secret_store runtimes. (#9888) 2018-11-26 01:36:43 +08:00
types Remove secret_store runtimes. (#9888) 2018-11-26 01:36:43 +08:00
acl_storage.rs new ethabi (#9511) 2018-09-13 11:04:39 +02:00
helpers.rs Read registry_address from block with REQUEST_CONFIRMATIONS_REQUIRED (#8309) 2018-04-06 12:03:13 +02:00
key_server_set.rs new ethabi (#9511) 2018-09-13 11:04:39 +02:00
key_server.rs Remove secret_store runtimes. (#9888) 2018-11-26 01:36:43 +08:00
key_storage.rs SecretStore: service pack 1 (#8435) 2018-06-14 10:01:52 +03:00
lib.rs Remove secret_store runtimes. (#9888) 2018-11-26 01:36:43 +08:00
node_key_pair.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
serialization.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
traits.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
trusted_client.rs SecretStore: service pack 1 (#8435) 2018-06-14 10:01:52 +03:00