@@ -35,70 +35,72 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive
3535serde = { version = " 1.0.189" }
3636parity-scale-codec = { version = " 3.6.5" , default-features = false , features = [" max-encoded-len" ] }
3737
38- frame-benchmarking = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
39- frame-support = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
40- frame-system = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
41- pallet-authority-discovery = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
42- pallet-authorship = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
43- pallet-babe = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
44- pallet-balances = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
45- pallet-elections-phragmen = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
46- pallet-message-queue = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
47- pallet-scheduler = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
48- pallet-session = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
49- pallet-staking = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
50- pallet-timestamp = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
51- pallet-treasury = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
52- pallet-vesting = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
53- pallet-transaction-payment = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
54- pallet-preimage = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
55- pallet-root-testing = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
56- sp-api = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
57- sp-application-crypto = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
58- sp-arithmetic = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
59- sp-authority-discovery = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
60- sp-blockchain = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
61- sp-consensus = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
62- sp-consensus-slots = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
63- sp-core = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
64- sp-debug-derive = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
65- sp-externalities = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
66- sp-inherents = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
67- sp-io = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
68- sp-keystore = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
69- sp-npos-elections = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
70- sp-panic-handler = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
71- sp-runtime = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
72- sp-runtime-interface = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
73- sp-session = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
74- sp-staking = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
75- sp-state-machine = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
76- sp-std = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
77- sp-storage = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
78- sp-timestamp = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
79- sp-trie = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
80- sp-version = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
81- sp-wasm-interface = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
82- sp-tracing = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
83- sp-maybe-compressed-blob = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
84- sp-weights = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
85- cumulus-primitives-core = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
86- cumulus-pallet-dmp-queue = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
87- cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
88- cumulus-pallet-xcm = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
89- parachain-info = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
90- pallet-xcm = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
91- polkadot-core-primitives = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
92- polkadot-runtime-parachains = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
93- polkadot-parachain-primitives = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
94- polkadot-primitives = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
95- xcm = { package = " staging-xcm" , git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
96- xcm-executor = { package = " staging-xcm-executor" , git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
97- xcm-builder = { package = " staging-xcm-builder" , git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
38+ cumulus-pallet-dmp-queue = { version = " 0.4.0" , default-features = false }
39+ cumulus-pallet-parachain-system = { version = " 0.4.0" , default-features = false }
40+ cumulus-pallet-xcm = { version = " 0.4.0" , default-features = false }
41+ cumulus-pallet-xcmp-queue = { version = " 0.4.0" , default-features = false }
42+ cumulus-primitives-core = { version = " 0.4.0" , default-features = false }
43+ frame-benchmarking = { version = " 25.0.0" , default-features = false }
44+ frame-support = { version = " 25.0.0" , default-features = false }
45+ frame-system = { version = " 25.0.0" , default-features = false }
46+ pallet-authority-discovery = { version = " 25.0.0" , default-features = false }
47+ pallet-authorship = { version = " 25.0.0" , default-features = false }
48+ pallet-babe = { version = " 25.0.0" , default-features = false }
49+ pallet-balances = { version = " 25.0.0" , default-features = false }
50+ pallet-elections-phragmen = { version = " 26.0.0" , default-features = false }
51+ pallet-message-queue = { version = " 28.0.0" , default-features = false }
52+ pallet-preimage = { version = " 25.0.0" , default-features = false }
53+ pallet-root-testing = { version = " 1.0.0" , default-features = false }
54+ pallet-scheduler = { version = " 26.0.0" , default-features = false }
55+ pallet-session = { version = " 25.0.0" , default-features = false }
56+ pallet-staking = { version = " 25.0.0" , default-features = false }
57+ pallet-timestamp = { version = " 24.0.0" , default-features = false }
58+ pallet-transaction-payment = { version = " 25.0.0" , default-features = false }
59+ pallet-treasury = { version = " 24.0.0" , default-features = false }
60+ pallet-vesting = { version = " 25.0.0" , default-features = false }
61+ pallet-xcm = { version = " 4.0.0" , default-features = false }
62+ parachain-info = { package = " staging-parachain-info" , version = " 0.4.0" , default-features = false }
63+ polkadot-core-primitives = { version = " 4.0.0" , default-features = false }
64+ polkadot-parachain-primitives = { version = " 3.0.0" , default-features = false }
65+ polkadot-primitives = { version = " 4.0.0" , default-features = false }
66+ polkadot-runtime-common = { version = " 4.0.0" , default-features = false }
67+ polkadot-runtime-parachains = { version = " 4.0.0" , default-features = false }
68+ sp-api = { version = " 23.0.0" , default-features = false }
69+ sp-application-crypto = { version = " 27.0.0" , default-features = false }
70+ sp-arithmetic = { version = " 20.0.0" , default-features = false }
71+ sp-authority-discovery = { version = " 23.0.0" , default-features = false }
72+ sp-blockchain = { version = " 25.0.0" , default-features = false }
73+ sp-consensus = { version = " 0.29.0" , default-features = false }
74+ sp-consensus-slots = { version = " 0.29.0" , default-features = false }
75+ sp-core = { version = " 25.0.0" , default-features = false }
76+ sp-debug-derive = { version = " 12.0.0" , default-features = false }
77+ sp-externalities = { version = " 0.23.0" , default-features = false }
78+ sp-inherents = { version = " 23.0.0" , default-features = false }
79+ sp-io = { version = " 27.0.0" , default-features = false }
80+ sp-keystore = { version = " 0.31.0" , default-features = false }
81+ sp-maybe-compressed-blob = { version = " 9.0.0" , default-features = false }
82+ sp-npos-elections = { version = " 23.0.0" , default-features = false }
83+ sp-panic-handler = { version = " 12.0.0" , default-features = false }
84+ sp-runtime = { version = " 28.0.0" , default-features = false }
85+ sp-runtime-interface = { version = " 21.0.0" , default-features = false }
86+ sp-session = { version = " 24.0.0" , default-features = false }
87+ sp-staking = { version = " 23.0.0" , default-features = false }
88+ sp-state-machine = { version = " 0.32.0" , default-features = false }
89+ sp-std = { version = " 12.0.0" , default-features = false }
90+ sp-storage = { version = " 17.0.0" , default-features = false }
91+ sp-timestamp = { version = " 23.0.0" , default-features = false }
92+ sp-tracing = { version = " 14.0.0" , default-features = false }
93+ sp-trie = { version = " 26.0.0" , default-features = false }
94+ sp-version = { version = " 26.0.0" , default-features = false }
95+ sp-wasm-interface = { version = " 18.0.0" , default-features = false }
96+ sp-weights = { version = " 24.0.0" , default-features = false }
97+ xcm = { package = " staging-xcm" , version = " 4.0.0" , default-features = false }
98+ xcm-builder = { package = " staging-xcm-builder" , version = " 4.0.0" , default-features = false }
99+ xcm-executor = { package = " staging-xcm-executor" , version = " 4.0.0" , default-features = false }
98100
99- xcm-simulator = { git = " https://github.com/paritytech//polkadot-sdk " , branch = " release-polkadot-v1.1 .0" }
100- sc-client-api = { git = " https://github.com/paritytech//polkadot-sdk " , branch = " release-polkadot-v1.1 .0" }
101- sc-client-db = { git = " https://github.com/paritytech//polkadot-sdk " , branch = " release-polkadot-v1.1 .0" }
102- sc-executor = { git = " https://github.com/paritytech//polkadot-sdk " , branch = " release-polkadot-v1.1 .0" }
103- sc-executor-common = { git = " https://github.com/paritytech//polkadot-sdk " , branch = " release-polkadot-v1.1 .0" }
104- sc-utils = { git = " https://github.com/paritytech//polkadot-sdk " , branch = " release-polkadot-v1.1 .0" }
101+ sc-client-api = { version = " 25.0 .0" }
102+ sc-client-db = { version = " 0.32 .0" }
103+ sc-executor = { version = " 0.29 .0" }
104+ sc-executor-common = { version = " 0.26 .0" }
105+ sc-utils = { version = " 11.0 .0" }
106+ xcm-simulator = { version = " 4.0 .0" }
0 commit comments