openethereum/secret_store/src
Wei Tang f6998cb04e Use tokio::spawn in secret_store listener and fix Uri (#8373)
* Directly wait for future to resolve in a threadpool

* Ignore return value

* Use path.starts_with instead of req_uri.is_absolute

The later now means something else in hyper 0.11..

* Use tokio::spawn

* typo: remove accidential unsafe impl
2018-04-13 21:15:33 +02:00
..
key_server_cluster Add util/mem to zero out memory on drop. (#8356) 2018-04-11 13:57:12 +02:00
listener Use tokio::spawn in secret_store listener and fix Uri (#8373) 2018-04-13 21:15:33 +02:00
types Unify and limit rocksdb dependency places (#8371) 2018-04-13 21:14:53 +02:00
acl_storage.rs SecretStore: get rid of engine.signer dependency (#8173) 2018-04-09 16:38:59 +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 SecretStore: get rid of engine.signer dependency (#8173) 2018-04-09 16:38:59 +02:00
key_server.rs Add util/mem to zero out memory on drop. (#8356) 2018-04-11 13:57:12 +02:00
key_storage.rs Unify and limit rocksdb dependency places (#8371) 2018-04-13 21:14:53 +02:00
lib.rs Unify and limit rocksdb dependency places (#8371) 2018-04-13 21:14:53 +02:00
node_key_pair.rs ethcrypto renamed to ethcore-crypto and moved to ethcore dir (#8340) 2018-04-10 13:56:56 +02:00
serialization.rs SecretStore: ability to identify requester via Public/Address (#7886) 2018-03-19 06:42:40 +01:00
traits.rs SecretStore: generating and retrieving decryption keys via service contract (#8029) 2018-04-03 16:54:34 +02:00
trusted_client.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00