xcm-simulator tests (#363)

This commit is contained in:
Amar Singh
2024-11-26 13:30:00 -05:00
committed by GitHub
parent 8666cb50c1
commit 9a0e668deb
42 changed files with 1746 additions and 1 deletions
+26 -1
View File
@@ -3084,6 +3084,7 @@ dependencies = [
"parity-scale-codec",
"polkadot-parachain-primitives",
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"scale-info",
"smallvec",
"sp-api",
@@ -3098,6 +3099,7 @@ dependencies = [
"sp-runtime",
"sp-session",
"sp-std",
"sp-tracing",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
@@ -3106,6 +3108,7 @@ dependencies = [
"staging-xcm-executor",
"substrate-wasm-builder",
"xcm-primitives",
"xcm-simulator",
]
[[package]]
@@ -6748,7 +6751,7 @@ version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro-crate 3.2.0",
"proc-macro2",
"quote",
"syn 2.0.87",
@@ -16046,6 +16049,28 @@ dependencies = [
"staging-xcm-executor",
]
[[package]]
name = "xcm-simulator"
version = "16.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-stable2407-1#16b0fd09d9e9281c20ee0c1d8b87d011e3e3454e"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"paste",
"polkadot-core-primitives",
"polkadot-parachain-primitives",
"polkadot-primitives",
"polkadot-runtime-parachains",
"scale-info",
"sp-io",
"sp-runtime",
"sp-std",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
]
[[package]]
name = "xml-rs"
version = "0.8.22"