openethereum/ethcore/src/client
David 842b75c0e6 Decoding headers can fail (#8570)
* rlp::decode returns Result

* Fix journaldb to handle rlp::decode Result

* Fix ethcore to work with rlp::decode returning Result

* Light client handles rlp::decode returning Result

* Fix tests in rlp_derive

* Fix tests

* Cleanup

* cleanup

* Allow panic rather than breaking out of iterator

* Let decoding failures when reading from disk blow up

* syntax

* Fix the trivial grumbles

* Fix failing tests

* Make Account::from_rlp return Result

* Syntx, sigh

* Temp-fix for decoding failures

* Header::decode returns Result

Handle new return type throughout the code base.

* Do not continue reading from the DB when a value could not be read

* Fix tests

* Handle header decoding in light_sync

* Handling header decoding errors

* Let the DecodeError bubble up unchanged

* Remove redundant error conversion
2018-05-09 12:05:56 +02:00
..
ancient_import.rs Don't block sync when importing old blocks (#8530) 2018-05-09 08:49:34 +02:00
chain_notify.rs Keep all enacted blocks notify in order (#8524) 2018-05-07 12:58:25 +02:00
client.rs Decoding headers can fail (#8570) 2018-05-09 12:05:56 +02:00
config.rs Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00
error.rs KeyValueDB trait uses errors instead of strings 2017-10-16 12:11:35 +02:00
evm_test_client.rs Additional data in EVMTestClient (#7964) 2018-03-13 12:54:17 +01:00
io_message.rs Don't block sync when importing old blocks (#8530) 2018-05-09 08:49:34 +02:00
mod.rs Don't block sync when importing old blocks (#8530) 2018-05-09 08:49:34 +02:00
private_notify.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
test_client.rs Decoding headers can fail (#8570) 2018-05-09 12:05:56 +02:00
trace.rs removed dummy wrapper structure - LogGroupPosition (#7922) 2018-02-19 10:52:33 +01:00
traits.rs Don't block sync when importing old blocks (#8530) 2018-05-09 08:49:34 +02:00