mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
* companion pr for paritytech/substrate#6235 * ??? * nah doesn't work for my branch * bump Cargo.lock * bump kusama spec versin * bump kusama spec version * revert to master * bump Cargo.lock Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
Generated
+367
-345
File diff suppressed because it is too large
Load Diff
@@ -8,6 +8,7 @@ license = "GPL-3.0"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
|
sc-light = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["test-helpers"], default-features = false }
|
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["test-helpers"], default-features = false }
|
||||||
substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
|
|||||||
@@ -30,11 +30,11 @@ use sp_runtime::traits::{Block as BlockT, Header as HeaderT, Hash as HashT, Hash
|
|||||||
use sc_consensus::LongestChain;
|
use sc_consensus::LongestChain;
|
||||||
use sc_client_api::light::{RemoteCallRequest, RemoteBodyRequest};
|
use sc_client_api::light::{RemoteCallRequest, RemoteBodyRequest};
|
||||||
use sc_service::client::{
|
use sc_service::client::{
|
||||||
light::{
|
genesis, Client as SubstrateClient, LocalCallExecutor
|
||||||
|
};
|
||||||
|
use sc_light::{
|
||||||
call_executor::GenesisCallExecutor, backend as light_backend,
|
call_executor::GenesisCallExecutor, backend as light_backend,
|
||||||
new_light_blockchain, new_light_backend,
|
new_light_blockchain, new_light_backend,
|
||||||
},
|
|
||||||
genesis, Client as SubstrateClient, LocalCallExecutor
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// A prelude to import in tests.
|
/// A prelude to import in tests.
|
||||||
|
|||||||
Reference in New Issue
Block a user