openethereum/parity
Svyatoslav Nikolsky ec96091369 SecretStore: generating and retrieving decryption keys via service contract (#8029)
* SecretStore: started document keys generation via contract

* fixed Cargo.lock

* SecretStore: doc key contract gen tests

* SecretStore: fixed log parsing

* SecretStore: flush

* SecretStore: secretstore_generateDocumentKey RPC

* SecretStore: return encrypted_key from secretstore_generateDocumentKey

* prepare to GenerateDocKey -> StoreDocKey

* SecretStore: ability to identify requester via Public/Address

* SecretStore: store author address instead of public in db

* flush

* SecretStore: flush

* SecretStore: fixed test

* SecretStore: flush

* SecretStore: flush

* SecretStore: flush

* SecretStore: flush

* SecretStore: start async generation session

* SecretStore: process StoreDocumentKey service tasks

* SecretStore: flush

* SecretStore: update service contact ABI

* SecretStore: flush

* SecretStore: flush

* SecretStore: fixed event

* SecretStore: flush

* SecretStore: fixed tests

* SecretStore: fix broadcast shadows decryption

* SecretStore: finally decryption via service contract works

* SecretStore: fix for updated contract

* SecretStore: restored pending requests reqding

* SecretStore: fixed some TODOs

* SecretStore: OnChainServiceContractAggregate

* SecretStore: different names for different contracts types

* SecretStore: updated contracts interfaces

* SecretStore: utilize aggregate service contract

* fixed compilation

* SecretStore: fixes for updated contract

* SecretStore: service fixes after testing

* fixed cli test compilation

* SecretStore: decryption_session_origin_is_known_to_all_initialized_nodes

* SecretStore: added new contract listener tests

* SecretStore: session_listener_works

* removed optional TODO

* SecretStore: fixed KeyServer shutdown

* fixed warn + grumble

* const durations
2018-04-03 16:54:34 +02:00
..
cli SecretStore: generating and retrieving decryption keys via service contract (#8029) 2018-04-03 16:54:34 +02:00
light_helpers use constant durations (#8278) 2018-04-02 10:47:56 +02:00
account.rs Fix #6209 - introduce standalone dir crate 2017-12-26 00:54:34 -08:00
blockchain.rs Implement hardcoded sync in the light client (#8075) 2018-03-27 13:56:59 +02:00
cache.rs Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 11:00:37 +01:00
configuration.rs SecretStore: generating and retrieving decryption keys via service contract (#8029) 2018-04-03 16:54:34 +02:00
dapps.rs Replace reqwest with hyper (#8099) 2018-03-14 13:40:54 +01:00
deprecated.rs Make CLI arguments parsing more backwards compatible 2017-11-08 12:33:56 +01:00
export_hardcoded_sync.rs Implement hardcoded sync in the light client (#8075) 2018-03-27 13:56:59 +02:00
helpers.rs removed old migrations (#7974) 2018-02-22 14:53:10 +01:00
informant.rs ethcore-service (#8089) 2018-03-13 11:49:57 +01:00
ipfs.rs Fix default CORS settings. (#7387) 2017-12-27 18:56:06 +01:00
main.rs Implement hardcoded sync in the light client (#8075) 2018-03-27 13:56:59 +02:00
migration.rs revert removing blooms (#8066) 2018-03-12 20:15:55 +00:00
modules.rs use error-chain in ethcore-network 2017-11-13 16:48:58 +01:00
params.rs Replace reqwest with hyper (#8099) 2018-03-14 13:40:54 +01:00
presale.rs Fix #6209 - introduce standalone dir crate 2017-12-26 00:54:34 -08:00
rpc.rs Allow customization of max WS connections. (#8257) 2018-04-02 11:33:09 +01:00
rpc_apis.rs Replace reqwest with hyper (#8099) 2018-03-14 13:40:54 +01:00
run.rs Fix warning about --no-hardcoded-sync being printed when it shouldn't (#8261) 2018-03-29 14:33:57 +02:00
secretstore.rs SecretStore: generating and retrieving decryption keys via service contract (#8029) 2018-04-03 16:54:34 +02:00
signer.rs Re-enable signer, even with no UI. (#8167) 2018-03-20 17:57:37 +00:00
snapshot.rs ethcore-service (#8089) 2018-03-13 11:49:57 +01:00
stratum.rs remove the deprecated options in rustfmt.toml (#5616) 2017-05-19 17:12:20 +02:00
upgrade.rs Fix #6209 - introduce standalone dir crate 2017-12-26 00:54:34 -08:00
url.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
user_defaults.rs Refactors parity/parity to use journaldb crate (#6693) 2017-10-17 11:46:54 +07:00
whisper.rs Problem: sending any Whisper message fails 2018-01-01 20:54:15 -08:00