Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ panic = 'unwind'
[workspace]
members = [
'node',
'pallets/template',
'runtime',
]
68 changes: 0 additions & 68 deletions pallets/template/Cargo.toml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ git = 'https://github.com/paritytech/substrate.git'
rev = 'd6c33e7ec313f9bd5e319dc0a5a3ace5543f9617'
version = '3.0.0'

[dependencies.pallet-template]
default-features = false
path = '../pallets/template'
version = '3.0.0'

[dependencies.pallet-oracle]
default-features = false
path = '../pallets/oracle'
Expand Down Expand Up @@ -209,7 +204,6 @@ runtime-benchmarks = [
'frame-system/runtime-benchmarks',
'hex-literal',
'pallet-balances/runtime-benchmarks',
'pallet-template/runtime-benchmarks',
'pallet-timestamp/runtime-benchmarks',
'sp-runtime/runtime-benchmarks',
]
Expand All @@ -225,7 +219,6 @@ std = [
'pallet-indices/std',
'pallet-randomness-collective-flip/std',
'pallet-sudo/std',
'pallet-template/std',
'pallet-oracle/std',
'pallet-timestamp/std',
'pallet-transaction-payment-rpc-runtime-api/std',
Expand Down