File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
bridges/snowbridge/pallets/inbound-queue-v2 Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ runtime-benchmarks = [
8686 " xcm-builder/runtime-benchmarks" ,
8787 " xcm-executor/runtime-benchmarks" ,
8888 " xcm/runtime-benchmarks" ,
89+ " snowbridge-test-utils/runtime-benchmarks"
8990]
9091try-runtime = [
9192 " frame-support/try-runtime" ,
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ std = [
126126 " sp-runtime/std" ,
127127 " sp-version/std" ,
128128 " subxt-signer" ,
129+ " secp256k1/std" ,
130+ " sp-state-machine/std"
129131]
130132runtime-benchmarks = [
131133 " frame-benchmarking/runtime-benchmarks" ,
@@ -140,10 +142,18 @@ runtime-benchmarks = [
140142 " sp-consensus-babe" ,
141143 " sp-consensus-slots" ,
142144 " sp-runtime/runtime-benchmarks" ,
145+ " pallet-balances/runtime-benchmarks" ,
146+ " pallet-proxy/runtime-benchmarks" ,
147+ " pallet-timestamp/runtime-benchmarks" ,
148+ " pallet-utility/runtime-benchmarks"
143149]
144150try-runtime = [
145151 " frame-support/try-runtime" ,
146152 " frame-system/try-runtime" ,
147153 " pallet-transaction-payment/try-runtime" ,
148154 " sp-runtime/try-runtime" ,
155+ " pallet-balances/try-runtime" ,
156+ " pallet-proxy/try-runtime" ,
157+ " pallet-timestamp/try-runtime" ,
158+ " pallet-utility/try-runtime"
149159]
You can’t perform that action at this time.
0 commit comments