openethereum/ethcore/src/snapshot
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
..
consensus Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
tests Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00
account.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
block.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
error.rs Detect too large packets in snapshot sync. (#7977) 2018-02-22 14:52:29 +01:00
io.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
mod.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
service.rs Unify and limit rocksdb dependency places (#8371) 2018-04-13 21:14:53 +02:00
traits.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
watcher.rs ethcore-service (#8089) 2018-03-13 11:49:57 +01:00