Add beefy-gadget-rpc tests (#10555)

* beefy: add RPC tests

* beefy: add more RPC tests
This commit is contained in:
Adrian Catangiu
2021-12-26 16:48:51 +02:00
committed by GitHub
parent 849cf6ce5c
commit 747af9e65a
3 changed files with 142 additions and 0 deletions
+8
View File
@@ -26,3 +26,11 @@ sp-runtime = { version = "4.0.0", path = "../../../primitives/runtime" }
beefy-gadget = { version = "4.0.0-dev", path = "../." }
beefy-primitives = { version = "4.0.0-dev", path = "../../../primitives/beefy" }
[dev-dependencies]
serde_json = "1.0.50"
sc-rpc = { version = "4.0.0-dev", path = "../../rpc", features = [
"test-helpers",
] }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }