This commit is contained in:
NachoPal
2022-08-05 18:07:58 +02:00
committed by Ignacio Palacios
parent 45d338cb7c
commit afb02cbb58
15 changed files with 1157 additions and 11 deletions
Generated
+24
View File
@@ -165,6 +165,25 @@ version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
[[package]]
name = "asset-test-utils"
version = "1.0.0"
dependencies = [
"frame-support",
"frame-system",
"hex-literal",
"pallet-balances",
"pallet-collator-selection",
"pallet-session",
"parachains-common",
"sp-consensus-aura",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
"substrate-wasm-builder",
]
[[package]]
name = "async-attributes"
version = "1.1.2"
@@ -1869,6 +1888,7 @@ version = "0.1.0"
dependencies = [
"cumulus-primitives-core",
"frame-support",
"log",
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-parachain 0.9.27",
@@ -6463,6 +6483,7 @@ dependencies = [
name = "parachains-common"
version = "0.9.27"
dependencies = [
"cumulus-primitives-utility",
"frame-executive",
"frame-support",
"frame-system",
@@ -11398,6 +11419,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
name = "statemine-runtime"
version = "0.9.27"
dependencies = [
"asset-test-utils",
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
"cumulus-pallet-parachain-system",
@@ -11464,6 +11486,7 @@ dependencies = [
name = "statemint-runtime"
version = "0.9.27"
dependencies = [
"asset-test-utils",
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
"cumulus-pallet-parachain-system",
@@ -12939,6 +12962,7 @@ dependencies = [
name = "westmint-runtime"
version = "0.9.27"
dependencies = [
"asset-test-utils",
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
"cumulus-pallet-parachain-system",