openethereum/ethcore/private-tx/src
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
..
encryptor.rs private-tx: replace error_chain (#10510) 2019-03-27 14:46:05 +01:00
error.rs Trivial journal for private transactions (#10056) 2019-05-14 11:21:21 +02:00
key_server_keys.rs Call private contract methods from another private contract (read-only) (#10086) 2019-02-07 12:39:04 +01:00
lib.rs Trivial journal for private transactions (#10056) 2019-05-14 11:21:21 +02:00
log.rs Trivial journal for private transactions (#10056) 2019-05-14 11:21:21 +02:00
messages.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
private_transactions.rs Trivial journal for private transactions (#10056) 2019-05-14 11:21:21 +02:00