openethereum/secret-store/src
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
..
key_server_cluster Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
listener Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
types Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
acl_storage.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
blockchain.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
key_server_set.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
key_server.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
key_storage.rs Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
lib.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
migration.rs Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
node_key_pair.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
serialization.rs Crypto primitives removed from ethkey (#11174) 2019-10-23 13:03:46 +02:00
traits.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00