openethereum/rpc/src/v1/impls
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
..
light Decoding headers can fail (#8570) 2018-05-09 12:05:56 +02:00
eth.rs Decoding headers can fail (#8570) 2018-05-09 12:05:56 +02:00
eth_filter.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
eth_pubsub.rs Keep all enacted blocks notify in order (#8524) 2018-05-07 12:58:25 +02:00
mod.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
net.rs ethcore-sync (#8347) 2018-04-10 12:13:49 +02:00
parity.rs Decoding headers can fail (#8570) 2018-05-09 12:05:56 +02:00
parity_accounts.rs Fix wallet import (#7873) 2018-02-14 14:21:58 +01:00
parity_set.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
personal.rs More code refactoring to integrate Duration (#8322) 2018-04-14 21:35:58 +02:00
private.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
pubsub.rs Drop jsonrpc_core::Error 2017-11-14 12:17:48 +01:00
rpc.rs Drop jsonrpc_core::Error 2017-11-14 12:17:48 +01:00
secretstore.rs SecretStore: secretstore_generateDocumentKey RPC (#7864) 2018-03-01 10:00:44 +01:00
signer.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
signing.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
signing_unsafe.rs Removes redundant parentheses, whitelists them in generated code (#7721) 2018-01-31 09:48:37 +01:00
traces.rs Decoding headers can fail (#8570) 2018-05-09 12:05:56 +02:00
web3.rs No hardcoded client name (#8368) 2018-04-11 14:41:06 +02:00