Skip to content

Commit

Permalink
remove template pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ghtStorm committed Jan 9, 2025
1 parent 13eb7b3 commit 1f51015
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 477 deletions.
131 changes: 58 additions & 73 deletions Cargo.lock

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

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

Expand Down Expand Up @@ -119,13 +118,4 @@ cumulus-primitives-parachain-inherent = { git = "https://github.com/atleta-netwo
cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }
pallet-collator-selection = { git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }
parachains-common = { git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }
parachain-info = { package = "staging-parachain-info", git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }

# Frontier Primitive
fp-account = { git = "https://github.com/atleta-network/frontier", branch = "atleta-polkadot-v1.11.0", default-features = false }
# fp-consensus = { git = "https://github.com/atleta-network/frontier", branch = "atleta-polkadot-v1.11.0", default-features = false }
# fp-dynamic-fee = { git = "https://github.com/atleta-network/frontier", branch = "atleta-polkadot-v1.11.0", default-features = false }
# fp-ethereum = { git = "https://github.com/atleta-network/frontier", branch = "atleta-polkadot-v1.11.0", default-features = false }
fp-evm = { git = "https://github.com/atleta-network/frontier", branch = "atleta-polkadot-v1.11.0", default-features = false }
fp-rpc = { git = "https://github.com/atleta-network/frontier", branch = "atleta-polkadot-v1.11.0", default-features = false }
fp-self-contained = { git = "https://github.com/atleta-network/frontier", branch = "atleta-polkadot-v1.11.0", default-features = false }
parachain-info = { package = "staging-parachain-info", git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "parachain-template-node"
name = "data-storage-node"
description = "A parachain node template built with Substrate and Cumulus, part of Polkadot Sdk."
version = "0.0.0"
license = "MIT-0"
Expand Down
55 changes: 0 additions & 55 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.

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

This file was deleted.

Loading

0 comments on commit 1f51015

Please sign in to comment.