openethereum/rpc/src/v1
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
..
helpers Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00
impls Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
tests Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
traits typo, docs parity_chainId: empty string -> None (#8434) 2018-04-19 10:24:19 +01:00
types Fix TODO comments (#8413) 2018-04-16 20:14:42 +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