openethereum/secret-store/src/key_server_cluster
Anton Gavrilov 424b38a8d7
Encapsulate access to the client for secret store (#11232)
* Move all client usages into trusted_client

* Move confirmed hash method to trusted client

* Tree route and logs encapsuluted

* Remove not used method for keys sharing

* NodeKeyPair renamed and moved to trusted client

* Use public key error in trusted client

* Move contract address definition into trusted client

* Block id and number types from ethcore wrapped

* Trusted client renamed to more general Blockchain

* Trusted client implementation moved to parity code

* Move node key pair under secret store feature as well

* Registar crate removed from deps

* Accounts feature removed from secret store

* Fix after merge

* Blockchain renamed to SecretStoreChain

* Module documentations added
2020-01-07 14:37:02 +01:00
..
admin_sessions Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
client_sessions Crypto primitives removed from ethkey (#11174) 2019-10-23 13:03:46 +02:00
io Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
jobs Crypto primitives removed from ethkey (#11174) 2019-10-23 13:03:46 +02:00
net Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
cluster.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
cluster_connections.rs Fix deprecated trait objects without an explicit `dyn` (#11112) 2019-10-02 10:55:31 +02:00
cluster_connections_net.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
cluster_message_processor.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
cluster_sessions.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
cluster_sessions_creator.rs Crypto primitives removed from ethkey (#11174) 2019-10-23 13:03:46 +02:00
connection_trigger.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
connection_trigger_with_migration.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
math.rs Crypto primitives removed from ethkey (#11174) 2019-10-23 13:03:46 +02:00
message.rs Crypto primitives removed from ethkey (#11174) 2019-10-23 13:03:46 +02:00
mod.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00