RPC errors & logs (#1845)

* Refactoring errors in RPC

* Updating jsonrpc-core

* Fixing code_at

* Avoid mentioning obvious segments in proof

[ci:skip]
This commit is contained in:
Tomasz Drwięga
2016-08-08 17:25:15 +02:00
committed by Gav Wood
parent 7ed4bded52
commit 59b0f8c7a3
25 changed files with 602 additions and 462 deletions

View File

@@ -12,7 +12,7 @@ rustc_version = "0.1"
[dependencies]
rand = "0.3.14"
jsonrpc-core = "2.0"
jsonrpc-core = "2.1"
log = "0.3"
env_logger = "0.3"
ws = { git = "https://github.com/ethcore/ws-rs.git", branch = "stable" }