openethereum/secret_store/src
Svyatoslav Nikolsky 33ba5b63f3 SecretStore: encrypt messages using private key from key store (#6146)
* do not cache ACL storage contract

* when error comes before initialization

* initial KeyServerSet commit

* update_nodes_set in maintain

* do not connect to self

* fixed connection establishing

* removed println

* improved KeyServerSet tracing

* moved parsing to KeyServerSet

* re-read only when blockchain is changed

* do not try to connect if not a part of cluster

* improved logging

* fixed tests

* NodeKeyPAir trait

* fixed parity to use new trait

* continue integrating with parity

* updated parity for NodeKeyPair

* completed KeyStoreNodeKeyPair

* removed comment

* removed dependency && style
2017-08-09 11:09:40 +02:00
..
key_server_cluster SecretStore: encrypt messages using private key from key store (#6146) 2017-08-09 11:09:40 +02:00
types SecretStore: encrypt messages using private key from key store (#6146) 2017-08-09 11:09:40 +02:00
acl_storage.rs SecretStore: do not cache ACL contract + on-chain key servers configuration (#6107) 2017-08-07 18:54:05 +02:00
http_listener.rs SecretStore: generating signatures (#5764) 2017-07-06 14:02:10 +02:00
key_server.rs SecretStore: encrypt messages using private key from key store (#6146) 2017-08-09 11:09:40 +02:00
key_server_set.rs SecretStore: do not cache ACL contract + on-chain key servers configuration (#6107) 2017-08-07 18:54:05 +02:00
key_storage.rs SecretStore: encrypt messages using private key from key store (#6146) 2017-08-09 11:09:40 +02:00
lib.rs SecretStore: encrypt messages using private key from key store (#6146) 2017-08-09 11:09:40 +02:00
node_key_pair.rs SecretStore: encrypt messages using private key from key store (#6146) 2017-08-09 11:09:40 +02:00
serialization.rs Merge pull request #5996 from paritytech/serdeup 2017-07-06 18:02:11 +02:00
traits.rs SecretStore: encrypt messages using private key from key store (#6146) 2017-08-09 11:09:40 +02:00