@@ -83,103 +83,103 @@ pallet-assets = { workspace = true }
83
83
[features ]
84
84
default = [" std" ]
85
85
std = [
86
- " codec/std" ,
87
- " cumulus-pallet-aura-ext/std" ,
88
- " cumulus-pallet-dmp-queue/std" ,
89
- " cumulus-pallet-parachain-system/std" ,
90
- " cumulus-pallet-xcm/std" ,
91
- " cumulus-pallet-xcmp-queue/std" ,
92
- " cumulus-primitives-aura/std" ,
93
- " cumulus-primitives-core/std" ,
94
- " cumulus-primitives-timestamp/std" ,
95
- " cumulus-primitives-utility/std" ,
96
- " frame-executive/std" ,
97
- " frame-support/std" ,
98
- " frame-system-rpc-runtime-api/std" ,
99
- " frame-system/std" ,
100
- " log/std" ,
101
- " pallet-assets/std" ,
102
- " pallet-aura/std" ,
103
- " pallet-authorship/std" ,
104
- " pallet-balances/std" ,
105
- " pallet-collator-selection/std" ,
106
- " pallet-contracts/std" ,
107
- " pallet-revive/std" ,
108
- " pallet-insecure-randomness-collective-flip/std" ,
109
- " pallet-session/std" ,
110
- " pallet-sudo/std" ,
111
- " pallet-xcm/std" ,
112
- " pallet-timestamp/std" ,
113
- " pallet-transaction-payment-rpc-runtime-api/std" ,
114
- " pallet-transaction-payment/std" ,
115
- " pallet-xcm/std" ,
116
- " parachain-info/std" ,
117
- " polkadot-parachain-primitives/std" ,
118
- " polkadot-runtime-common/std" ,
119
- " scale-info/std" ,
120
- " scale-info/std" ,
121
- " sp-api/std" ,
122
- " sp-block-builder/std" ,
123
- " sp-consensus-aura/std" ,
124
- " sp-core/std" ,
125
- " sp-inherents/std" ,
126
- " sp-offchain/std" ,
127
- " sp-runtime/std" ,
128
- " sp-session/std" ,
129
- " sp-std/std" ,
130
- " sp-transaction-pool/std" ,
131
- " sp-version/std" ,
132
- " substrate-wasm-builder" ,
133
- " xcm-builder/std" ,
134
- " xcm-executor/std" ,
135
- " xcm/std" ,
86
+ " codec/std" ,
87
+ " cumulus-pallet-aura-ext/std" ,
88
+ " cumulus-pallet-dmp-queue/std" ,
89
+ " cumulus-pallet-parachain-system/std" ,
90
+ " cumulus-pallet-xcm/std" ,
91
+ " cumulus-pallet-xcmp-queue/std" ,
92
+ " cumulus-primitives-aura/std" ,
93
+ " cumulus-primitives-core/std" ,
94
+ " cumulus-primitives-timestamp/std" ,
95
+ " cumulus-primitives-utility/std" ,
96
+ " frame-executive/std" ,
97
+ " frame-support/std" ,
98
+ " frame-system-rpc-runtime-api/std" ,
99
+ " frame-system/std" ,
100
+ " log/std" ,
101
+ " pallet-assets/std" ,
102
+ " pallet-aura/std" ,
103
+ " pallet-authorship/std" ,
104
+ " pallet-balances/std" ,
105
+ " pallet-collator-selection/std" ,
106
+ " pallet-contracts/std" ,
107
+ " pallet-revive/std" ,
108
+ " pallet-insecure-randomness-collective-flip/std" ,
109
+ " pallet-session/std" ,
110
+ " pallet-sudo/std" ,
111
+ " pallet-xcm/std" ,
112
+ " pallet-timestamp/std" ,
113
+ " pallet-transaction-payment-rpc-runtime-api/std" ,
114
+ " pallet-transaction-payment/std" ,
115
+ " pallet-xcm/std" ,
116
+ " parachain-info/std" ,
117
+ " polkadot-parachain-primitives/std" ,
118
+ " polkadot-runtime-common/std" ,
119
+ " scale-info/std" ,
120
+ " scale-info/std" ,
121
+ " sp-api/std" ,
122
+ " sp-block-builder/std" ,
123
+ " sp-consensus-aura/std" ,
124
+ " sp-core/std" ,
125
+ " sp-inherents/std" ,
126
+ " sp-offchain/std" ,
127
+ " sp-runtime/std" ,
128
+ " sp-session/std" ,
129
+ " sp-std/std" ,
130
+ " sp-transaction-pool/std" ,
131
+ " sp-version/std" ,
132
+ " substrate-wasm-builder" ,
133
+ " xcm-builder/std" ,
134
+ " xcm-executor/std" ,
135
+ " xcm/std" ,
136
136
]
137
137
138
138
runtime-benchmarks = [
139
- " cumulus-pallet-parachain-system/runtime-benchmarks" ,
140
- " cumulus-pallet-session-benchmarking/runtime-benchmarks" ,
141
- " cumulus-pallet-xcmp-queue/runtime-benchmarks" ,
142
- " frame-benchmarking/runtime-benchmarks" ,
143
- " frame-support/runtime-benchmarks" ,
144
- " frame-system-benchmarking/runtime-benchmarks" ,
145
- " frame-system/runtime-benchmarks" ,
146
- " hex-literal" ,
147
- " polkadot-parachain-primitives/runtime-benchmarks" ,
148
- " pallet-balances/runtime-benchmarks" ,
149
- " pallet-collator-selection/runtime-benchmarks" ,
150
- " pallet-sudo/runtime-benchmarks" ,
151
- " pallet-timestamp/runtime-benchmarks" ,
152
- " pallet-xcm/runtime-benchmarks" ,
153
- " polkadot-runtime-common/runtime-benchmarks" ,
154
- " sp-runtime/runtime-benchmarks" ,
155
- " xcm-builder/runtime-benchmarks" ,
156
- " xcm-executor/runtime-benchmarks" ,
139
+ " cumulus-pallet-parachain-system/runtime-benchmarks" ,
140
+ " cumulus-pallet-session-benchmarking/runtime-benchmarks" ,
141
+ " cumulus-pallet-xcmp-queue/runtime-benchmarks" ,
142
+ " frame-benchmarking/runtime-benchmarks" ,
143
+ " frame-support/runtime-benchmarks" ,
144
+ " frame-system-benchmarking/runtime-benchmarks" ,
145
+ " frame-system/runtime-benchmarks" ,
146
+ " hex-literal" ,
147
+ " polkadot-parachain-primitives/runtime-benchmarks" ,
148
+ " pallet-balances/runtime-benchmarks" ,
149
+ " pallet-collator-selection/runtime-benchmarks" ,
150
+ " pallet-sudo/runtime-benchmarks" ,
151
+ " pallet-timestamp/runtime-benchmarks" ,
152
+ " pallet-xcm/runtime-benchmarks" ,
153
+ " polkadot-runtime-common/runtime-benchmarks" ,
154
+ " sp-runtime/runtime-benchmarks" ,
155
+ " xcm-builder/runtime-benchmarks" ,
156
+ " xcm-executor/runtime-benchmarks" ,
157
157
]
158
158
159
159
try-runtime = [
160
- " cumulus-pallet-aura-ext/try-runtime" ,
161
- " cumulus-pallet-dmp-queue/try-runtime" ,
162
- " cumulus-pallet-parachain-system/try-runtime" ,
163
- " cumulus-pallet-xcm/try-runtime" ,
164
- " cumulus-pallet-xcmp-queue/try-runtime" ,
165
- " frame-executive/try-runtime" ,
166
- " frame-support/try-runtime" ,
167
- " frame-system/try-runtime" ,
168
- " frame-try-runtime/try-runtime" ,
169
- " pallet-aura/try-runtime" ,
170
- " pallet-authorship/try-runtime" ,
171
- " pallet-balances/try-runtime" ,
172
- " pallet-collator-selection/try-runtime" ,
173
- " pallet-contracts/try-runtime" ,
174
- " pallet-revive/try-runtime" ,
175
- " pallet-session/try-runtime" ,
176
- " pallet-sudo/try-runtime" ,
177
- " pallet-timestamp/try-runtime" ,
178
- " pallet-transaction-payment/try-runtime" ,
179
- " pallet-xcm/try-runtime" ,
180
- " parachain-info/try-runtime" ,
181
- " polkadot-runtime-common/try-runtime" ,
182
- " sp-runtime/try-runtime" ,
160
+ " cumulus-pallet-aura-ext/try-runtime" ,
161
+ " cumulus-pallet-dmp-queue/try-runtime" ,
162
+ " cumulus-pallet-parachain-system/try-runtime" ,
163
+ " cumulus-pallet-xcm/try-runtime" ,
164
+ " cumulus-pallet-xcmp-queue/try-runtime" ,
165
+ " frame-executive/try-runtime" ,
166
+ " frame-support/try-runtime" ,
167
+ " frame-system/try-runtime" ,
168
+ " frame-try-runtime/try-runtime" ,
169
+ " pallet-aura/try-runtime" ,
170
+ " pallet-authorship/try-runtime" ,
171
+ " pallet-balances/try-runtime" ,
172
+ " pallet-collator-selection/try-runtime" ,
173
+ " pallet-contracts/try-runtime" ,
174
+ " pallet-revive/try-runtime" ,
175
+ " pallet-session/try-runtime" ,
176
+ " pallet-sudo/try-runtime" ,
177
+ " pallet-timestamp/try-runtime" ,
178
+ " pallet-transaction-payment/try-runtime" ,
179
+ " pallet-xcm/try-runtime" ,
180
+ " parachain-info/try-runtime" ,
181
+ " polkadot-runtime-common/try-runtime" ,
182
+ " sp-runtime/try-runtime" ,
183
183
]
184
184
185
185
parachain = []
0 commit comments