mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Sanitize UniversalLocation witth GlobalConsensus + XCM small nits and improvements (#4238)
This PR: - sanitizes all `UniversalLocation`s with `GlobalConsensus` (when possible) - addressing [comment](https://github.com/paritytech/polkadot-sdk/pull/4025#discussion_r1557361473) - adds `DefaultConfig` for `pallet-xcm-benchmarks` for `system`
This commit is contained in:
@@ -29,7 +29,6 @@ log = { workspace = true, default-features = true }
|
||||
[dev-dependencies]
|
||||
pallet-balances = { path = "../../../substrate/frame/balances" }
|
||||
pallet-assets = { path = "../../../substrate/frame/assets" }
|
||||
sp-core = { path = "../../../substrate/primitives/core" }
|
||||
sp-tracing = { path = "../../../substrate/primitives/tracing" }
|
||||
xcm = { package = "staging-xcm", path = ".." }
|
||||
# temp
|
||||
|
||||
Reference in New Issue
Block a user