Skip to content

Commit

Permalink
chore: Remove temporary node template (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d authored Sep 16, 2024
1 parent 62e02aa commit 3a5bc4c
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 2,715 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@ members = [
"core-primitives",
"frame/babel",
"frame/multimap",
"node",
"primitives/cosmos",
"primitives/ethereum",
"primitives/runtime",
"runtime/common",
"runtime/solochain",
]

[workspace.dependencies]
frame-babel = { path = "frame/babel", default-features = false }
noir-core-primitives = { path = "core-primitives", default-features = false }
noir-runtime-common = { path = "runtime/common", default-features = false }
noir-solochain-runtime = { path = "runtime/solochain", default-features = false }
np-cosmos = { path = "primitives/cosmos", default-features = false }
np-ethereum = { path = "primitives/ethereum", default-features = false }
np-runtime = { path = "primitives/runtime", default-features = false }
Expand Down
66 changes: 0 additions & 66 deletions node/Cargo.toml

This file was deleted.

7 changes: 0 additions & 7 deletions node/build.rs

This file was deleted.

181 changes: 0 additions & 181 deletions node/src/benchmarking.rs

This file was deleted.

Loading

0 comments on commit 3a5bc4c

Please sign in to comment.