openethereum/rpc/src/v1
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
..
helpers Decoding headers can fail (#8570) 2018-05-09 12:05:56 +02:00
impls Decoding headers can fail (#8570) 2018-05-09 12:05:56 +02:00
tests Rlp decode returns Result (#8527) 2018-05-08 11:22:12 +02:00
traits typo, docs parity_chainId: empty string -> None (#8434) 2018-04-19 10:24:19 +01:00
types ethcore, rpc, machine: refactor block reward application and tracing (#8490) 2018-05-07 12:57:03 +02:00
extractors.rs Bump jsonrpc. (#7828) 2018-02-07 16:13:54 +01:00
informant.rs Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
metadata.rs Cap gas limit for dapp-originating requests. 2017-08-15 10:38:49 +02:00
mod.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00