openethereum/parity
Anton Gavrilov 5a581c1c90 Trivial journal for private transactions (#10056)
* Journal for private txs added

* Tests after adding logging to private tx fixed

* Logs getter and tests added

* Time and amount limit for logs added

* RPC method for log retrieving added

* Correct path name and time validation implemented

* References for parameters added, redundant cloning reworked

* References for parameters added, redundant cloning reworked

* Work with json moved to the separate struct

* Serialization test added

* Fixed build after the merge with head

* Documentation for methods fixed, redundant field removed

* Fixed error usages

* Timestamp trait implemented for std struct

* Commented code removed

* Remove timestamp source, rework serialization test

* u64 replaced with SystemTime

* Path made mandatory for logging

* Source of monotonic time added

* into_system_time method renamed

* Initialize time source by max from current system time and max creation time from already saved logs

* Redundant conversions removed, code a little bit reworked according to review comments

* One more redundant conversion removed, rpc call simplified
2019-05-14 11:21:21 +02:00
..
cli Allow CORS requests in Secret Store API (#10584) 2019-04-20 07:31:37 +02:00
db misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
light_helpers fix(light cull): poll light cull instead of timer (#10559) 2019-04-04 10:59:07 +02:00
logger prevent silent errors in daemon mode (#10007) 2019-02-01 19:31:02 +01:00
account.rs fix(compilation warns): `no-default-features` (#10346) 2019-02-14 17:54:44 +03:00
account_utils.rs fix(compilation warns): `no-default-features` (#10346) 2019-02-14 17:54:44 +03:00
blockchain.rs [ethcore] remove error_chain (#10616) 2019-05-06 15:06:20 +02:00
cache.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
configuration.rs Trivial journal for private transactions (#10056) 2019-05-14 11:21:21 +02:00
deprecated.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
export_hardcoded_sync.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
helpers.rs Fix join-set test to be deterministic. (#10263) 2019-01-30 12:57:38 +00:00
informant.rs fix(compilation warnings) (#10649) 2019-05-13 15:10:25 +02:00
ipfs.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
lib.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
main.rs parity/main.rs uses eprintln instead of raw stderr interface (#10427) 2019-02-27 11:41:03 +03:00
modules.rs RPC: Implements eth_subscribe("syncing") (#10311) 2019-04-02 17:13:55 +02:00
params.rs ethcore: remove eth social and easthub chain configs (#10531) 2019-03-27 15:07:38 +01:00
presale.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
rpc.rs Secure WS-RPC: grant access to all apis (#10246) 2019-02-08 14:11:55 +01:00
rpc_apis.rs adds rpc error message for --no-ancient-blocks (#10608) 2019-04-23 13:54:45 +01:00
run.rs adds rpc error message for --no-ancient-blocks (#10608) 2019-04-23 13:54:45 +01:00
secretstore.rs Allow CORS requests in Secret Store API (#10584) 2019-04-20 07:31:37 +02:00
signer.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
snapshot.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01: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 misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
whisper.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00