openethereum/ethcore
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
..
benches Fixes bench and removes rustc_serialize dependency (#5988) 2017-10-11 17:39:12 +07:00
crypto ethcrypto renamed to ethcore-crypto and moved to ethcore dir (#8340) 2018-04-10 13:56:56 +02:00
evm remove evmjit (#8229) 2018-04-04 18:07:49 +09:00
light Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00
node_filter New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
private-tx Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
res Increase gasLimit to 8'000'000 (#8362) 2018-04-11 12:10:57 +02:00
service More code refactoring to integrate Duration (#8322) 2018-04-14 21:35:58 +02:00
src Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00
stratum ethcore-stratum crate moved to ethcore directory (#8338) 2018-04-10 10:13:42 +02:00
sync Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00
transaction Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00
types Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
vm Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
wasm Tweaks and add a Dockerfile for Android (#8036) 2018-04-05 14:38:50 +02:00
Cargo.toml Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00