Skip to content

Commit 4ae0372

Browse files
authored
build: update to polkadot v0.9.42 (open-web3-stack#914)
* build: update to polkadot v0.9.42 * build: rewrite versions in Cargo.toml * refactor: update to use new fungible traits * fix: workaround for deprecated constants in #[weight]
1 parent a4977fe commit 4ae0372

File tree

45 files changed

+965
-489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+965
-489
lines changed

Cargo.dev.toml

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -37,71 +37,71 @@ resolver = "2"
3737
split-debuginfo = "unpacked"
3838

3939
[patch.'https://github.com/paritytech/substrate']
40-
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
41-
frame-support = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
42-
frame-system = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
43-
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
44-
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
45-
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
46-
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
47-
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
48-
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
49-
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
50-
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
51-
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
52-
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
53-
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
54-
pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
55-
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
56-
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
57-
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
58-
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
59-
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
60-
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
61-
sp-api = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
62-
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
63-
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
64-
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
65-
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
66-
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
67-
sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
68-
sp-core = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
69-
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
70-
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
71-
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
72-
sp-io = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
73-
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
74-
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
75-
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
76-
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
77-
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
78-
sp-session = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
79-
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
80-
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
81-
sp-std = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
82-
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
83-
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
84-
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
85-
sp-version = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
86-
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
87-
sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
88-
sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
89-
sp-weights = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
40+
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
41+
frame-support = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
42+
frame-system = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
43+
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
44+
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
45+
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
46+
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
47+
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
48+
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
49+
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
50+
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
51+
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
52+
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
53+
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
54+
pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
55+
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
56+
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
57+
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
58+
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
59+
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
60+
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
61+
sp-api = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
62+
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
63+
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
64+
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
65+
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
66+
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
67+
sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
68+
sp-core = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
69+
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
70+
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
71+
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
72+
sp-io = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
73+
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
74+
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
75+
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
76+
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
77+
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
78+
sp-session = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
79+
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
80+
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
81+
sp-std = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
82+
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
83+
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
84+
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
85+
sp-version = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
86+
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
87+
sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
88+
sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
89+
sp-weights = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
9090

9191
[patch.'https://github.com/paritytech/cumulus']
92-
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "e05c8d7f71734ed71188337c6cb0d30715f6320f" }
93-
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "e05c8d7f71734ed71188337c6cb0d30715f6320f" }
94-
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "e05c8d7f71734ed71188337c6cb0d30715f6320f" }
95-
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "e05c8d7f71734ed71188337c6cb0d30715f6320f" }
96-
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "e05c8d7f71734ed71188337c6cb0d30715f6320f" }
92+
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
93+
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
94+
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
95+
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
96+
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
9797

9898
[patch.'https://github.com/paritytech/polkadot']
99-
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
100-
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
101-
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
102-
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
103-
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
104-
xcm = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
105-
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
106-
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
107-
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
99+
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
100+
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
101+
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
102+
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
103+
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
104+
xcm = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
105+
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
106+
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
107+
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }

asset-registry/Cargo.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,37 @@ serde = { version = "1.0.136", optional = true }
1313
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] }
1414

1515
# substrate
16-
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" }
17-
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" }
18-
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" }
19-
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" }
16+
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.42" }
17+
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.42" }
18+
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.42" }
19+
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.42" }
2020

2121
# polkadot
22-
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.40" }
23-
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.40" }
24-
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.40" }
25-
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.40" }
22+
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.42" }
23+
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.42" }
24+
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.42" }
25+
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.42" }
2626

2727
# orml
2828
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }
2929

3030
[dev-dependencies]
3131
# substrate
32-
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }
33-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }
34-
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" }
32+
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
33+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
34+
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.42" }
3535

3636
# cumulus
37-
cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.40" }
38-
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.40" }
39-
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.40" }
40-
cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.40" }
41-
parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.40" }
37+
cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
38+
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
39+
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
40+
cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
41+
parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
4242

4343
# polkadot
44-
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.40" }
45-
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.40" }
46-
xcm-simulator = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.40" }
44+
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42" }
45+
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42" }
46+
xcm-simulator = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42" }
4747

4848
# orml
4949
orml-tokens = { path = "../tokens" }

0 commit comments

Comments
 (0)