openethereum/ethcore/src/client
Andrew Jones 14361cc7b1 Move ethcore::Error to error_chain (#8386)
* WIP

* Convert Ethcore error to use error_chain

* Use error_chain for ImportError and BlockImportError

* Fix error pattern matches for error_chain in miner

* Implement explicit From for AccountsError

* Fix pattern matches for ErrorKinds

* Handle ethcore error_chain in light client

* Explicitly define Result type to avoid shadowing

* Fix remaining Error pattern matches

* Fix tab space formatting

* Helps if the tests compile

* Fix error chain matching after merge
2018-04-19 11:52:54 +02:00
..
ancient_import.rs Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
chain_notify.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
client.rs Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +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 Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
mod.rs Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00
private_notify.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
test_client.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
trace.rs removed dummy wrapper structure - LogGroupPosition (#7922) 2018-02-19 10:52:33 +01:00
traits.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00