mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
xcm-emulator tests: remove dependency on polkadot-service full-node (#3323)
Don't bring the full polkadot node (with all its dependencies) in `emulated-integration-tests-common` crate and deps.
This commit is contained in:
@@ -25,8 +25,7 @@ use polkadot_primitives::{AssignmentId, ValidatorId};
|
||||
|
||||
// Cumulus
|
||||
use emulated_integration_tests_common::{
|
||||
accounts, build_genesis_storage, get_account_id_from_seed, get_from_seed, get_host_config,
|
||||
validators,
|
||||
accounts, build_genesis_storage, get_account_id_from_seed, get_host_config, validators,
|
||||
};
|
||||
use parachains_common::Balance;
|
||||
use rococo_runtime_constants::currency::UNITS as ROC;
|
||||
@@ -71,7 +70,7 @@ pub fn genesis() -> Storage {
|
||||
x.4.clone(),
|
||||
x.5.clone(),
|
||||
x.6.clone(),
|
||||
get_from_seed::<BeefyId>("Alice"),
|
||||
x.7.clone(),
|
||||
),
|
||||
)
|
||||
})
|
||||
|
||||
@@ -26,7 +26,7 @@ use polkadot_primitives::{AssignmentId, ValidatorId};
|
||||
|
||||
// Cumulus
|
||||
use emulated_integration_tests_common::{
|
||||
accounts, build_genesis_storage, get_from_seed, get_host_config, validators,
|
||||
accounts, build_genesis_storage, get_host_config, validators,
|
||||
};
|
||||
use parachains_common::Balance;
|
||||
use westend_runtime_constants::currency::UNITS as WND;
|
||||
@@ -72,7 +72,7 @@ pub fn genesis() -> Storage {
|
||||
x.4.clone(),
|
||||
x.5.clone(),
|
||||
x.6.clone(),
|
||||
get_from_seed::<BeefyId>("Alice"),
|
||||
x.7.clone(),
|
||||
),
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user