openethereum/ethcore/src/engines
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
..
authority_round Decoding headers can fail (#8570) 2018-05-09 12:05:56 +02:00
tendermint Rlp decode returns Result (#8527) 2018-05-08 11:22:12 +02:00
validator_set Block reward contract (#8419) 2018-04-20 12:32:00 +02:00
basic_authority.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
block_reward.rs ethcore, rpc, machine: refactor block reward application and tracing (#8490) 2018-05-07 12:57:03 +02:00
epoch.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
instant_seal.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
mod.rs ethcore, rpc, machine: refactor block reward application and tracing (#8490) 2018-05-07 12:57:03 +02:00
null_engine.rs ethcore, rpc, machine: refactor block reward application and tracing (#8490) 2018-05-07 12:57:03 +02:00
signer.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
transition.rs More code refactoring to integrate Duration (#8322) 2018-04-14 21:35:58 +02:00
vote_collector.rs improve quality of vote_collector module (#7984) 2018-02-27 18:29:43 +01:00