openethereum/ethcore/src/client
Anton Gavrilov 1073d56245 Private packets verification and queue refactoring (#8715)
* Verify private transaction before propagating

* Private transactions queue reworked with tx pool queue direct usage

* Styling fixed

* Prevent resending private packets to the sender

* Process signed private transaction packets via io queue

* Test fixed

* Build and test fixed after merge

* Comments after review fixed

* Signed transaction taken from verified

* Fix after merge

* Pool scoring generalized in order to use externally

* Lib refactored according to the review comments

* Ready state refactored

* Redundant bound and copying removed

* Fixed build after the merge

* Forgotten case reworked

* Review comments fixed

* Logging reworked, target added

* Fix after merge
2018-08-29 20:31:04 +08:00
..
ancient_import.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
chain_notify.rs Private packets verification and queue refactoring (#8715) 2018-08-29 20:31:04 +08:00
client.rs Prevent sync restart if import queue full (#9381) 2018-08-24 09:42:24 +01:00
config.rs db: remove wal disabling / fast-and-loose option. (#8963) 2018-07-10 17:33:25 +02:00
evm_test_client.rs Remove pass-by-reference return data value from executive (#9211) 2018-08-14 05:27:13 +08:00
io_message.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
mod.rs removed client error (#9253) 2018-07-31 10:55:18 +01:00
private_notify.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
test_client.rs Implement EIP234 block_hash for eth_getLogs (#9256) 2018-08-13 15:47:10 +08:00
trace.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
traits.rs Implement EIP234 block_hash for eth_getLogs (#9256) 2018-08-13 15:47:10 +08:00