Add support for RPC state_getReadProof (#106)

* Add support for RPC `state_getReadProof`

* Format code

* Add test
This commit is contained in:
Yuanchao Sun
2020-05-07 14:41:27 +08:00
committed by GitHub
parent f2c42f88cf
commit 825f3ab64c
3 changed files with 48 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ hex = "0.4.0"
sp-rpc = { version = "2.0.0-alpha.7", package = "sp-rpc" }
sp-core = { version = "2.0.0-alpha.7", package = "sp-core" }
sp-transaction-pool = { version = "2.0.0-alpha.7", package = "sp-transaction-pool" }
sc-rpc-api = { version = "0.8.0-alpha.7", package = "sc-rpc-api" }
[dev-dependencies]
async-std = { version = "1.5.0", features = ["attributes"] }