openethereum/ethcore/src
Nicolas Gotchac e435407080 Don't try to send oversized packets (#10042)
* Don't construct oversized packets

* Add test for payload limit

* [eth-sync] Fix wrongly computed data sizes

* Replace `MAX_RECEIPTS_TO_SEND` with overall softlimit
2019-01-04 19:58:21 +01:00
..
account_provider Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
client Don't try to send oversized packets (#10042) 2019-01-04 19:58:21 +01:00
engines Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
ethereum Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
json_tests Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
miner Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
snapshot Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
spec Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
state Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
tests Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
trace Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
verification Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
account_db.rs Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
block.rs Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
builtin.rs ethcore: minor optimization of modexp by using LR exponentiation (#9697) 2018-10-04 12:29:53 +01:00
error.rs Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
executed.rs Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
executive.rs Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
externalities.rs Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
factory.rs Resumable EVM and heap-allocated callstack (#9360) 2018-10-02 22:33:19 +08:00
lib.rs Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
machine.rs Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
pod_account.rs Add a optional json dump state to evm-bin (#9706) 2018-11-25 20:12:59 +01:00
pod_state.rs Add a optional json dump state to evm-bin (#9706) 2018-11-25 20:12:59 +01:00
state_db.rs Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
test_helpers.rs Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
transaction_ext.rs Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00
tx_filter.rs Extract blockchain from ethcore (#10114) 2019-01-04 14:05:46 +01:00