mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 06:51:07 +00:00
Make test-client generic over runtime (#2824)
* Make test-client generic over runtime. * Make sure genesis storage is constructed correctly. * Use prelude in tests. * Add an example of how to use test-client with node/runtime. * Bump version. * Rename test-clients.
This commit is contained in:
committed by
Bastian Köcher
parent
cae324598f
commit
ad2d958248
@@ -29,7 +29,5 @@ tokio = "0.1.7"
|
||||
assert_matches = "1.1"
|
||||
futures = "0.1.17"
|
||||
sr-io = { path = "../sr-io" }
|
||||
test_client = { package = "substrate-test-client", path = "../test-client" }
|
||||
test_runtime = { package = "substrate-test-runtime", path = "../test-runtime" }
|
||||
consensus = { package = "substrate-consensus-common", path = "../consensus/common" }
|
||||
test-client = { package = "substrate-test-runtime-client", path = "../test-runtime/client" }
|
||||
rustc-hex = "2.0"
|
||||
|
||||
Reference in New Issue
Block a user