@@ -71,14 +71,42 @@ pallet-collator-selection = { path = "../../../../pallets/collator-selection", d
71
71
parachain-info = { path = " ../../../../parachains/pallets/parachain-info" , default-features = false }
72
72
parachains-common = { path = " ../../../../parachains/common" , default-features = false }
73
73
74
+ # Bridges
75
+ bp-bridge-hub-rococo = { path = " ../../../../bridges/primitives/chain-bridge-hub-rococo" , default-features = false }
76
+ bp-bridge-hub-wococo = { path = " ../../../../bridges/primitives/chain-bridge-hub-wococo" , default-features = false }
77
+ bp-messages = { path = " ../../../../bridges/primitives/messages" , default-features = false }
78
+ bp-parachains = { path = " ../../../../bridges/primitives/parachains" , default-features = false }
79
+ bp-polkadot-core = { path = " ../../../../bridges/primitives/polkadot-core" , default-features = false }
80
+ bp-relayers = { path = " ../../../../bridges/primitives/relayers" , default-features = false }
81
+ bp-runtime = { path = " ../../../../bridges/primitives/runtime" , default-features = false }
82
+ bp-rococo = { path = " ../../../../bridges/primitives/chain-rococo" , default-features = false }
83
+ bp-wococo = { path = " ../../../../bridges/primitives/chain-wococo" , default-features = false }
84
+ pallet-bridge-grandpa = { path = " ../../../../bridges/modules/grandpa" , default-features = false }
85
+ pallet-bridge-messages = { path = " ../../../../bridges/modules/messages" , default-features = false }
86
+ pallet-bridge-parachains = { path = " ../../../../bridges/modules/parachains" , default-features = false }
87
+ pallet-bridge-relayers = { path = " ../../../../bridges/modules/relayers" , default-features = false }
88
+ bridge-runtime-common = { path = " ../../../../bridges/bin/runtime-common" , default-features = false }
89
+
74
90
[dev-dependencies ]
91
+ static_assertions = " 1.1"
75
92
bridge-hub-test-utils = { path = " ../test-utils" }
93
+ bridge-runtime-common = { path = " ../../../../bridges/bin/runtime-common" , features = [" integrity-test" ] }
76
94
77
95
[features ]
78
96
default = [
79
97
" std" ,
80
98
]
81
99
std = [
100
+ " bp-bridge-hub-rococo/std" ,
101
+ " bp-bridge-hub-wococo/std" ,
102
+ " bp-messages/std" ,
103
+ " bp-parachains/std" ,
104
+ " bp-polkadot-core/std" ,
105
+ " bp-relayers/std" ,
106
+ " bp-runtime/std" ,
107
+ " bp-rococo/std" ,
108
+ " bp-wococo/std" ,
109
+ " bridge-runtime-common/std" ,
82
110
" codec/std" ,
83
111
" log/std" ,
84
112
" scale-info/std" ,
@@ -98,6 +126,10 @@ std = [
98
126
" pallet-aura/std" ,
99
127
" pallet-authorship/std" ,
100
128
" pallet-balances/std" ,
129
+ " pallet-bridge-grandpa/std" ,
130
+ " pallet-bridge-messages/std" ,
131
+ " pallet-bridge-parachains/std" ,
132
+ " pallet-bridge-relayers/std" ,
101
133
" pallet-collator-selection/std" ,
102
134
" pallet-multisig/std" ,
103
135
" pallet-session/std" ,
@@ -131,24 +163,34 @@ std = [
131
163
]
132
164
133
165
runtime-benchmarks = [
166
+ " bridge-runtime-common/runtime-benchmarks" ,
134
167
" frame-benchmarking/runtime-benchmarks" ,
135
168
" frame-support/runtime-benchmarks" ,
136
169
" frame-system-benchmarking/runtime-benchmarks" ,
137
170
" frame-system/runtime-benchmarks" ,
138
171
" pallet-balances/runtime-benchmarks" ,
172
+ " pallet-bridge-grandpa/runtime-benchmarks" ,
173
+ " pallet-bridge-messages/runtime-benchmarks" ,
174
+ " pallet-bridge-parachains/runtime-benchmarks" ,
175
+ " pallet-bridge-relayers/runtime-benchmarks" ,
176
+ " pallet-collator-selection/runtime-benchmarks" ,
139
177
" pallet-multisig/runtime-benchmarks" ,
178
+ " cumulus-pallet-parachain-system/runtime-benchmarks" ,
140
179
" pallet-timestamp/runtime-benchmarks" ,
141
180
" pallet-utility/runtime-benchmarks" ,
142
181
" pallet-xcm/runtime-benchmarks" ,
143
182
" sp-runtime/runtime-benchmarks" ,
144
183
" xcm-builder/runtime-benchmarks" ,
145
184
" cumulus-pallet-session-benchmarking/runtime-benchmarks" ,
146
- " pallet-collator-selection/runtime-benchmarks" ,
147
185
" cumulus-pallet-xcmp-queue/runtime-benchmarks" ,
148
186
" pallet-xcm-benchmarks/runtime-benchmarks" ,
149
187
]
150
188
151
189
try-runtime = [
190
+ " pallet-bridge-grandpa/try-runtime" ,
191
+ " pallet-bridge-messages/try-runtime" ,
192
+ " pallet-bridge-parachains/try-runtime" ,
193
+ " pallet-bridge-relayers/try-runtime" ,
152
194
" cumulus-pallet-aura-ext/try-runtime" ,
153
195
" cumulus-pallet-dmp-queue/try-runtime" ,
154
196
" cumulus-pallet-parachain-system/try-runtime" ,
0 commit comments