@@ -11,7 +11,7 @@ edition = "2021"
11
11
targets = [" x86_64-unknown-linux-gnu" ]
12
12
13
13
[build-dependencies ]
14
- substrate-wasm-builder = { git = " https://github.com/paritytech/polkadot-sdk" , optional = true , branch = " release-polkadot-v1.2 .0" }
14
+ substrate-wasm-builder = { git = " https://github.com/paritytech/polkadot-sdk" , optional = true , branch = " release-polkadot-v1.4 .0" }
15
15
16
16
[dependencies ]
17
17
codec = { package = " parity-scale-codec" , version = " 3.0.0" , default-features = false , features = [" derive" ] }
@@ -25,63 +25,63 @@ pallet-sugondat-blobs = { path = "../../pallets/blobs", default-features = false
25
25
sugondat-primitives = { path = " ../../primitives" , default-features = false }
26
26
27
27
# Substrate
28
- frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , optional = true , branch = " release-polkadot-v1.2.0" }
29
- frame-executive = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
30
- frame-support = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
31
- frame-system = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
32
- frame-system-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , optional = true , branch = " release-polkadot-v1.2.0" }
33
- frame-system-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
34
- frame-try-runtime = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , optional = true , branch = " release-polkadot-v1.2.0" }
35
- pallet-aura = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
36
- pallet-authorship = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
37
- pallet-balances = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
38
- pallet-session = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
39
- pallet-sudo = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
40
- pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
41
- pallet-transaction-payment = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
42
- pallet-transaction-payment-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
43
- sp-api = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
44
- sp-block-builder = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
45
- sp-consensus-aura = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
46
- sp-core = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
47
- sp-genesis-builder = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
48
- sp-inherents = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
49
- sp-offchain = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
50
- sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
51
- sp-session = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
52
- sp-std = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
53
- sp-transaction-pool = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
54
- sp-version = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2.0" }
28
+ frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , optional = true , branch = " release-polkadot-v1.4.0" }
29
+ frame-executive = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
30
+ frame-support = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
31
+ frame-system = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
32
+ frame-system-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , optional = true , branch = " release-polkadot-v1.4.0" }
33
+ frame-system-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
34
+ frame-try-runtime = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , optional = true , branch = " release-polkadot-v1.4.0" }
35
+ pallet-aura = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
36
+ pallet-authorship = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
37
+ pallet-balances = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
38
+ pallet-message-queue = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.4.0" , default-features = false }
39
+ pallet-session = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
40
+ pallet-sudo = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
41
+ pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
42
+ pallet-transaction-payment = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
43
+ pallet-transaction-payment-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
44
+ sp-api = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
45
+ sp-block-builder = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
46
+ sp-consensus-aura = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
47
+ sp-core = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
48
+ sp-genesis-builder = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
49
+ sp-inherents = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
50
+ sp-offchain = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
51
+ sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
52
+ sp-session = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
53
+ sp-std = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
54
+ sp-transaction-pool = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
55
+ sp-version = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4.0" }
55
56
56
57
# Polkadot
57
- pallet-xcm = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2 .0" }
58
- polkadot-core-primitives = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2 .0" }
59
- polkadot-parachain-primitives = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2 .0" }
60
- polkadot-primitives = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2 .0" }
61
- polkadot-runtime-common = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2 .0" }
62
- xcm = { package = " staging-xcm" ,git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2 .0" }
63
- xcm-builder = { package = " staging-xcm-builder" , git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2 .0" }
64
- xcm-executor = { package = " staging-xcm-executor" , git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.2 .0" }
58
+ pallet-xcm = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4 .0" }
59
+ polkadot-core-primitives = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4 .0" }
60
+ polkadot-parachain-primitives = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4 .0" }
61
+ polkadot-primitives = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4 .0" }
62
+ polkadot-runtime-common = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4 .0" }
63
+ xcm = { package = " staging-xcm" ,git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4 .0" }
64
+ xcm-builder = { package = " staging-xcm-builder" , git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4 .0" }
65
+ xcm-executor = { package = " staging-xcm-executor" , git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.4 .0" }
65
66
66
67
# Cumulus
67
- cumulus-pallet-aura-ext = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" , default-features = false }
68
- cumulus-pallet-dmp-queue = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" , default-features = false }
69
- cumulus-pallet-parachain-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" , default-features = false , features = [ " parameterized-consensus-hook " ,] }
70
- cumulus-pallet-session-benchmarking = {git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" , default-features = false , version = " 3.0.0 " }
71
- cumulus-pallet-xcm = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" , default-features = false }
72
- cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" , default-features = false }
73
- cumulus-primitives-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" , default-features = false }
74
- cumulus-primitives-timestamp = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" , default-features = false }
75
- cumulus-primitives-utility = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" , default-features = false }
76
- pallet-collator-selection = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" , default-features = false }
77
- parachain-info = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" , default-features = false }
68
+ cumulus-pallet-aura-ext = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.4 .0" , default-features = false }
69
+ cumulus-pallet-parachain-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.4 .0" , default-features = false , features = [ " parameterized-consensus-hook " ,] }
70
+ cumulus-pallet-session-benchmarking = {git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.4 .0" , default-features = false , version = " 3.0.0 " }
71
+ cumulus-pallet-xcm = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.4 .0" , default-features = false }
72
+ cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.4 .0" , default-features = false }
73
+ cumulus-primitives-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.4 .0" , default-features = false }
74
+ cumulus-primitives-timestamp = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.4 .0" , default-features = false }
75
+ cumulus-primitives-utility = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.4 .0" , default-features = false }
76
+ pallet-collator-selection = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.4 .0" , default-features = false }
77
+ parachain-info = { package = " staging-parachain-info " , git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.4 .0" , default-features = false }
78
+ parachains-common = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.4 .0" , default-features = false }
78
79
79
80
[features ]
80
81
default = [ " std" ]
81
82
std = [
82
83
" codec/std" ,
83
84
" cumulus-pallet-aura-ext/std" ,
84
- " cumulus-pallet-dmp-queue/std" ,
85
85
" cumulus-pallet-parachain-system/std" ,
86
86
" cumulus-pallet-session-benchmarking/std" ,
87
87
" cumulus-pallet-xcm/std" ,
@@ -100,6 +100,7 @@ std = [
100
100
" pallet-authorship/std" ,
101
101
" pallet-balances/std" ,
102
102
" pallet-collator-selection/std" ,
103
+ " pallet-message-queue/std" ,
103
104
" pallet-sugondat-blobs/std" ,
104
105
" pallet-session/std" ,
105
106
" pallet-sudo/std" ,
@@ -108,6 +109,7 @@ std = [
108
109
" pallet-transaction-payment/std" ,
109
110
" pallet-xcm/std" ,
110
111
" parachain-info/std" ,
112
+ " parachains-common/std" ,
111
113
" polkadot-core-primitives/std" ,
112
114
" polkadot-parachain-primitives/std" ,
113
115
" polkadot-primitives/std" ,
@@ -147,6 +149,7 @@ runtime-benchmarks = [
147
149
" pallet-sudo/runtime-benchmarks" ,
148
150
" pallet-timestamp/runtime-benchmarks" ,
149
151
" pallet-xcm/runtime-benchmarks" ,
152
+ " parachains-common/runtime-benchmarks" ,
150
153
" polkadot-parachain-primitives/runtime-benchmarks" ,
151
154
" polkadot-runtime-common/runtime-benchmarks" ,
152
155
" sp-runtime/runtime-benchmarks" ,
@@ -156,7 +159,6 @@ runtime-benchmarks = [
156
159
157
160
try-runtime = [
158
161
" cumulus-pallet-aura-ext/try-runtime" ,
159
- " cumulus-pallet-dmp-queue/try-runtime" ,
160
162
" cumulus-pallet-parachain-system/try-runtime" ,
161
163
" cumulus-pallet-xcm/try-runtime" ,
162
164
" cumulus-pallet-xcmp-queue/try-runtime" ,
@@ -168,6 +170,7 @@ try-runtime = [
168
170
" pallet-authorship/try-runtime" ,
169
171
" pallet-balances/try-runtime" ,
170
172
" pallet-collator-selection/try-runtime" ,
173
+ " pallet-message-queue/try-runtime" ,
171
174
" pallet-sugondat-blobs/try-runtime" ,
172
175
" pallet-session/try-runtime" ,
173
176
" pallet-sudo/try-runtime" ,
0 commit comments