openethereum/ethcore/sync/src
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
..
chain Private packets verification and queue refactoring (#8715) 2018-08-29 20:31:04 +08:00
light_sync Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
res Private transactions processing error handling (#8431) 2018-04-20 15:45:53 +02:00
tests Private packets verification and queue refactoring (#8715) 2018-08-29 20:31:04 +08:00
api.rs Private packets verification and queue refactoring (#8715) 2018-08-29 20:31:04 +08:00
block_sync.rs Prevent sync restart if import queue full (#9381) 2018-08-24 09:42:24 +01:00
blocks.rs block view! removal in progress (#9397) 2018-08-24 10:53:31 +01:00
lib.rs block view! removal in progress (#9397) 2018-08-24 10:53:31 +01:00
private_tx.rs Private packets verification and queue refactoring (#8715) 2018-08-29 20:31:04 +08:00
snapshot.rs Don't fetch snapshot chunks at random (#9088) 2018-07-11 13:04:31 +02:00
sync_io.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
transactions_stats.rs Move ethereum-specific H256FastMap type to own crate (#9307) 2018-08-09 09:51:48 +02:00