Skip to content

Commit

Permalink
removed klaos
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Jun 28, 2024
1 parent 3a7f0c0 commit 161fe42
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 4,701 deletions.
88 changes: 0 additions & 88 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,3 @@ test-utils = { path = "./utils/test", default-features = false }

# runtime
laos-runtime = { path = "./runtime/laos", default-features = false }
klaos-runtime = { path = "./runtime/klaos", default-features = false }
3 changes: 0 additions & 3 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ hex-literal = { workspace = true }

# Local
laos-runtime = { workspace = true, features = ["std"] }
klaos-runtime = { workspace = true, features = ["std"] }

# Substrate
frame-benchmarking = { workspace = true }
Expand Down Expand Up @@ -95,7 +94,6 @@ default = [
txpool = ["fc-rpc/txpool"]
runtime-benchmarks = [
"laos-runtime/runtime-benchmarks",
"klaos-runtime/runtime-benchmarks",
"polkadot-cli/runtime-benchmarks",
"polkadot-service/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
Expand All @@ -107,7 +105,6 @@ runtime-benchmarks = [
try-runtime = [
"try-runtime-cli/try-runtime",
"laos-runtime/try-runtime",
"klaos-runtime/try-runtime",
"polkadot-cli/try-runtime",
"polkadot-service/try-runtime",
"sp-runtime/try-runtime",
Expand Down
238 changes: 0 additions & 238 deletions node/src/chain_spec/klaos.rs

This file was deleted.

1 change: 0 additions & 1 deletion node/src/chain_spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use sc_chain_spec::{ChainSpecExtension, ChainSpecGroup};
use serde::{Deserialize, Serialize};
use sp_core::{Pair, Public};

pub mod klaos;
pub mod laos;
mod predefined_accounts;

Expand Down
Loading

0 comments on commit 161fe42

Please sign in to comment.