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
95 changes: 0 additions & 95 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,12 @@ kilt-runtime-api-staking = {path = "runtime-api/staking", default-features = fal
kilt-runtime-api-public-credentials = {path = "runtime-api/public-credentials", default-features = false}

# Internal KILT runtimes (with default disabled)
clone-runtime = {path = "runtimes/clone", default-features = false}
mashnet-node-runtime = {path = "runtimes/standalone", default-features = false}
peregrine-runtime = {path = "runtimes/peregrine", default-features = false}
spiritnet-runtime = {path = "runtimes/spiritnet", default-features = false}


# Benchmarking (with default disabled)
# Benchmarking (with default disabled)
cumulus-pallet-session-benchmarking = {git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37"}
frame-system-benchmarking = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37"}

Expand Down Expand Up @@ -131,7 +130,7 @@ sp-std = {git = "https://github.com/paritytech/substrate", default-features = fa
sp-transaction-pool = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37"}
sp-version = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37"}
try-runtime-cli = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37"}

# Polkadot (with default disabled)
pallet-xcm = {git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37"}
polkadot-parachain = {git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37"}
Expand Down
3 changes: 0 additions & 3 deletions nodes/parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ serde = {workspace = true, features = ["derive"]}
serde_json.workspace = true

# Internal dependencies
clone-runtime = {workspace = true, features = ["std"]}
peregrine-runtime = {workspace = true, features = ["std"]}
runtime-common = {workspace = true, features = ["std"]}
spiritnet-runtime = {workspace = true, features = ["std"]}
Expand Down Expand Up @@ -101,7 +100,6 @@ fast-gov = [
"runtime-common/fast-gov",
]
runtime-benchmarks = [
"clone-runtime/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks",
"frame-benchmarking-cli/runtime-benchmarks",
"polkadot-cli/runtime-benchmarks",
Expand All @@ -115,7 +113,6 @@ runtime-benchmarks = [
"xcm/runtime-benchmarks",
]
try-runtime = [
"clone-runtime/try-runtime",
"peregrine-runtime/try-runtime",
"polkadot-cli/try-runtime",
"polkadot-service/try-runtime",
Expand Down
73 changes: 0 additions & 73 deletions nodes/parachain/res/clone.json

This file was deleted.

75 changes: 0 additions & 75 deletions nodes/parachain/res/clone2.json

This file was deleted.

76 changes: 0 additions & 76 deletions nodes/parachain/res/clone3.json

This file was deleted.

1 change: 0 additions & 1 deletion nodes/parachain/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ use serde::{Deserialize, Serialize};
use sp_core::{Pair, Public};
use sp_runtime::traits::IdentifyAccount;

pub mod clone;
pub mod peregrine;
pub mod spiritnet;

Expand Down
Loading