Skip to content

Commit 85242d2

Browse files
committed
Remove pallet migrations
1 parent e97182c commit 85242d2

26 files changed

+9
-3910
lines changed

Cargo.lock

-106
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/Cargo.toml

-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ parity-scale-codec = { workspace = true, features = ["derive"] }
2222
scale-info = { workspace = true, features = ["derive"] }
2323

2424
# Local
25-
polimec-receiver.workspace = true
2625
macros.workspace = true
2726
polimec-common.workspace = true
2827
polimec-common-test-utils.workspace = true
@@ -87,8 +86,6 @@ assets-common.workspace = true
8786
# Runtimes
8887
rococo-runtime.workspace = true
8988
polimec-runtime.workspace = true
90-
penpal-runtime = { path = "penpal", default-features = false }
91-
9289

9390
[features]
9491
default = [ "development-settings", "instant-mode", "std" ]
@@ -128,10 +125,8 @@ std = [
128125
"parachain-info/std",
129126
"parachains-common/std",
130127
"parity-scale-codec/std",
131-
"penpal-runtime/std",
132128
"polimec-common-test-utils/std",
133129
"polimec-common/std",
134-
"polimec-receiver/std",
135130
"polimec-runtime/std",
136131
"polkadot-core-primitives/std",
137132
"polkadot-parachain-primitives/std",
@@ -182,10 +177,8 @@ runtime-benchmarks = [
182177
"pallet-vesting/runtime-benchmarks",
183178
"pallet-xcm/runtime-benchmarks",
184179
"parachains-common/runtime-benchmarks",
185-
"penpal-runtime/runtime-benchmarks",
186180
"polimec-common-test-utils/runtime-benchmarks",
187181
"polimec-common/runtime-benchmarks",
188-
"polimec-receiver/runtime-benchmarks",
189182
"polimec-runtime/runtime-benchmarks",
190183
"polkadot-parachain-primitives/runtime-benchmarks",
191184
"polkadot-primitives/runtime-benchmarks",

integration-tests/penpal/Cargo.toml

-217
This file was deleted.

0 commit comments

Comments
 (0)