mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Move srml RPC extensions to separate crates (#3791)
* Move srml-system RPC out. * Fix tests for system-rpc module. * Contracts RPC moved. * Fix rpc test. * Clean up. * Update lockfile. * Bump runtime version. * Update srml/contracts/rpc/runtime-api/src/lib.rs Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com> * Bump impl version.
This commit is contained in:
committed by
Gavin Wood
parent
642c8504c4
commit
dc92631180
@@ -31,6 +31,7 @@ cfg-if = "0.1.10"
|
||||
srml-babe = { path = "../../srml/babe", default-features = false }
|
||||
srml-timestamp = { path = "../../srml/timestamp", default-features = false }
|
||||
srml-system = { path = "../../srml/system", default-features = false }
|
||||
srml-system-rpc-runtime-api = { path = "../../srml/system/rpc/runtime-api", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-executor = { path = "../executor" }
|
||||
@@ -68,6 +69,7 @@ std = [
|
||||
"srml-babe/std",
|
||||
"srml-timestamp/std",
|
||||
"srml-system/std",
|
||||
"srml-system-rpc-runtime-api/std",
|
||||
"app-crypto/std",
|
||||
"session/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user