This commit is contained in:
Gav Wood
2021-10-24 11:22:58 +02:00
parent 2ac537ee1f
commit 138f06d54c
3 changed files with 6 additions and 11 deletions
Generated
+4 -4
View File
@@ -2472,7 +2472,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1"
source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049"
dependencies = [
"Inflector",
"chrono",
@@ -8225,7 +8225,7 @@ dependencies = [
[[package]]
name = "remote-externalities"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1"
source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049"
dependencies = [
"env_logger 0.9.0",
"jsonrpsee-proc-macros",
@@ -10904,7 +10904,7 @@ dependencies = [
[[package]]
name = "substrate-build-script-utils"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1"
source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049"
dependencies = [
"platforms",
]
@@ -11451,7 +11451,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "try-runtime-cli"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1"
source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049"
dependencies = [
"jsonrpsee-ws-client",
"log",
-7
View File
@@ -484,13 +484,6 @@ sp_api::mock_impl_runtime_apis! {
BTreeMap::new()
}
fn assumed_validation_data(
_: ParaId,
_: Hash,
) -> Option<(PersistedValidationData<Hash, BlockNumber>, ValidationCodeHash)> {
None
}
fn validation_code_by_hash(_: ValidationCodeHash) -> Option<ValidationCode> {
None
}
+2
View File
@@ -146,6 +146,8 @@ impl xcm_executor::Config for XcmConfig {
type AssetTrap = ();
type AssetClaims = ();
type SubscriptionService = ();
type PalletInstancesInfo = AllPallets;
type MaxAssetsIntoHolding = MaxAssetsIntoHolding;
}
pub type XcmRouter = (