openethereum/parity
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
..
cli Adds support for ipc socket permissions (#11273) 2019-12-06 16:39:56 +01:00
db Update to latest `kvdb-*`: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
light_helpers fix compile warnings (#10993) 2019-08-27 17:29:33 +02:00
logger Update `kvdb`, `kvdb-rocksdb` and `h2` (#11091) 2019-09-27 23:29:14 +02:00
secretstore Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
account.rs Upgrade to parity-crypto 0.4 (#10650) 2019-05-28 07:50:10 +02:00
account_utils.rs ethcore/res: add mordor testnet configuration (#11200) 2019-11-02 12:26:38 +01:00
blockchain.rs Use upstream rocksdb (#11248) 2019-12-03 16:59:11 +01:00
cache.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
configuration.rs Add Nat PMP method to P2P module (#11210) 2019-12-19 09:01:39 +01:00
deprecated.rs Ensure jsonrpc threading settings are sane (#11267) 2019-11-18 19:40:48 +01:00
export_hardcoded_sync.rs Use upstream rocksdb (#11248) 2019-12-03 16:59:11 +01:00
helpers.rs Add Nat PMP method to P2P module (#11210) 2019-12-19 09:01:39 +01:00
informant.rs Use a lock instead of atomics for snapshot Progress (#11197) 2019-10-28 18:24:45 +01:00
ipfs.rs fix compile warnings (#10993) 2019-08-27 17:29:33 +02:00
lib.rs Encapsulate access to the client for secret store (#11232) 2020-01-07 14:37:02 +01:00
main.rs Fix error message typo (#11363) 2020-01-02 19:54:29 +01:00
modules.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
params.rs add support for evan.network chains (#11289) 2019-12-03 15:00:29 +01:00
presale.rs Crypto primitives removed from ethkey (#11174) 2019-10-23 13:03:46 +02:00
rpc.rs Adds support for ipc socket permissions (#11273) 2019-12-06 16:39:56 +01:00
rpc_apis.rs Fix misc compile warnings (#11258) 2019-11-14 00:01:21 +01:00
run.rs Use upstream rocksdb (#11248) 2019-12-03 16:59:11 +01:00
signer.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
snapshot_cmd.rs removed redundant VMType enum with one variant (#11266) 2019-11-20 11:11:36 +08:00
stratum.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
upgrade.rs Add message to IO errors (#10324) 2019-02-18 20:39:38 +03:00
user_defaults.rs Extract the Engine trait (#10958) 2019-08-15 17:59:22 +02:00