@@ -58,6 +58,7 @@ pallet-collator-staking = { git = "https://github.com/blockdeep/pallet-collator-
58
58
frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
59
59
frame-benchmarking-cli = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
60
60
frame-executive = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
61
+ frame-metadata-hash-extension = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
61
62
frame-support = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
62
63
frame-system = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
63
64
frame-system-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
@@ -89,8 +90,6 @@ sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", tag = "pol
89
90
sc-consensus = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
90
91
sc-executor = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
91
92
sc-network = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
92
- sc-network-sync = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
93
- sc-rpc = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
94
93
sc-service = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
95
94
sc-sysinfo = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
96
95
sc-telemetry = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
@@ -135,12 +134,8 @@ cumulus-pallet-session-benchmarking = { git = "https://github.com/paritytech/pol
135
134
cumulus-pallet-xcm = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
136
135
cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
137
136
cumulus-primitives-core = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
138
- cumulus-primitives-parachain-inherent = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
139
137
cumulus-primitives-utility = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
140
- cumulus-relay-chain-inprocess-interface = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
141
138
cumulus-relay-chain-interface = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
142
- cumulus-relay-chain-minimal-node = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
143
- cumulus-relay-chain-rpc-interface = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
144
139
parachain-info = { package = " staging-parachain-info" , git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
145
140
parachains-common = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
146
141
@@ -151,7 +146,6 @@ polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polk
151
146
polkadot-parachain-primitives = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
152
147
polkadot-primitives = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
153
148
polkadot-runtime-common = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
154
- polkadot-service = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
155
149
xcm = { package = " staging-xcm" , git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
156
150
xcm-builder = { package = " staging-xcm-builder" , git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
157
151
xcm-executor = { package = " staging-xcm-executor" , git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
0 commit comments