openethereum/ethcore/sync/src
Anton Gavrilov 01d399ad66 Return error if RLP size of transaction exceeds the limit (#8473)
* Return error if RLP size of transaction exceeds the limit

* Review comments fixed

* RLP check moved to verifier, corresponding pool test added
2018-04-27 15:02:45 +02:00
..
light_sync Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00
res Private transactions processing error handling (#8431) 2018-04-20 15:45:53 +02:00
tests Private transactions processing error handling (#8431) 2018-04-20 15:45:53 +02:00
api.rs Don't require write lock when fetching status. (#8481) 2018-04-25 15:39:45 +02:00
block_sync.rs Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00
blocks.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
chain.rs Return error if RLP size of transaction exceeds the limit (#8473) 2018-04-27 15:02:45 +02:00
lib.rs Private transactions processing error handling (#8431) 2018-04-20 15:45:53 +02:00
private_tx.rs ethcore-sync (#8347) 2018-04-10 12:13:49 +02:00
snapshot.rs ethcore-sync (#8347) 2018-04-10 12:13:49 +02:00
sync_io.rs ethcore-sync (#8347) 2018-04-10 12:13:49 +02:00
transactions_stats.rs ethcore-sync (#8347) 2018-04-10 12:13:49 +02:00