xcm-transactor on evm (#345)

This commit is contained in:
Amar Singh
2024-10-31 09:04:01 -04:00
committed by GitHub
parent 10bf20f9ec
commit 8b56b2990e
9 changed files with 327 additions and 2 deletions
+25 -1
View File
@@ -3041,6 +3041,7 @@ dependencies = [
"pallet-utility",
"pallet-whitelist",
"pallet-xcm",
"pallet-xcm-transactor",
"pallet-xcm-weight-trader",
"parachains-common",
"parity-scale-codec",
@@ -6704,7 +6705,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.77",
@@ -8198,6 +8199,29 @@ dependencies = [
"staging-xcm-executor",
]
[[package]]
name = "pallet-xcm-transactor"
version = "0.2.0"
source = "git+https://github.com/OpenZeppelin/moonbeam.git?branch=polkadot-stable2407-1#fab6e72fbaaeaa065ad983556d09d4c0e8755dfa"
dependencies = [
"cumulus-primitives-core",
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"orml-traits",
"parity-scale-codec",
"scale-info",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
"xcm-primitives",
]
[[package]]
name = "pallet-xcm-weight-trader"
version = "0.1.0"