Skip to content

Commit

Permalink
Remove pallet template (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo authored Apr 12, 2024
1 parent 3ccbab0 commit 5399b2d
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 343 deletions.
16 changes: 0 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
resolver = "2"
members = [
"node",
"pallets/*",
"runtime/*",
]

Expand Down Expand Up @@ -139,4 +138,3 @@ ismp-parachain-runtime-api = { git="https://github.com/Szegoo/hyperbridge.git",
# Local
regionx-primitives = { path = "./runtime/primitives", default-features = false }
regionx-runtime = { path = "./runtime/regionx", default-features = false }
pallet-parachain-template = { path = "./pallets/template", default-features = false }
41 changes: 0 additions & 41 deletions pallets/template/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion pallets/template/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions pallets/template/src/benchmarking.rs

This file was deleted.

121 changes: 0 additions & 121 deletions pallets/template/src/lib.rs

This file was deleted.

74 changes: 0 additions & 74 deletions pallets/template/src/mock.rs

This file was deleted.

38 changes: 0 additions & 38 deletions pallets/template/src/tests.rs

This file was deleted.

4 changes: 0 additions & 4 deletions runtime/regionx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ smallvec = { workspace = true }

# Local
regionx-primitives = { workspace = true }
pallet-parachain-template = { workspace = true, default-features = false }

# Polytope Labs
ismp = { workspace = true, default-features = false }
Expand Down Expand Up @@ -112,7 +111,6 @@ std = [
"pallet-balances/std",
"pallet-collator-selection/std",
"pallet-message-queue/std",
"pallet-parachain-template/std",
"regionx-primitives/std",
"pallet-session/std",
"pallet-sudo/std",
Expand Down Expand Up @@ -157,7 +155,6 @@ runtime-benchmarks = [
"pallet-balances/runtime-benchmarks",
"pallet-collator-selection/runtime-benchmarks",
"pallet-message-queue/runtime-benchmarks",
"pallet-parachain-template/runtime-benchmarks",
"pallet-sudo/runtime-benchmarks",
"pallet-timestamp/runtime-benchmarks",
"pallet-xcm/runtime-benchmarks",
Expand Down Expand Up @@ -186,7 +183,6 @@ try-runtime = [
"pallet-balances/try-runtime",
"pallet-collator-selection/try-runtime",
"pallet-message-queue/try-runtime",
"pallet-parachain-template/try-runtime",
"pallet-session/try-runtime",
"pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime",
Expand Down
Loading

0 comments on commit 5399b2d

Please sign in to comment.