Skip to content

Commit

Permalink
chore: remove standalone folder
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj committed Nov 29, 2023
1 parent 9103eff commit 5afb4dc
Show file tree
Hide file tree
Showing 35 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ members = [
"client/rpc/*",
"client/rpc-core/*",
"client/voter",
"standalone/node",
"standalone/runtime",
"standalone/runtime/evm_tracer",
"node",
"runtime",
"runtime/evm_tracer",
"pallets/*",
"pallets/roles",
"pallets/jobs/rpc",
Expand Down Expand Up @@ -80,7 +80,7 @@ dkg-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag
webb-relayer-gadget = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.7" }
webb-relayer-gadget-cli = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.7" }

tangle-runtime = { package = "tangle-standalone-runtime", path = "standalone/runtime" }
tangle-runtime = { package = "tangle-standalone-runtime", path = "runtime" }

# Tangle Dependencies
pallet-ecdsa-claims = { path = "pallets/claims", default-features = false }
Expand Down Expand Up @@ -307,7 +307,7 @@ rpc-core-types = { path = "client/rpc-core/types" }
rpc-debug = { path = "client/rpc/debug" }
rpc-trace = { path = "client/rpc/trace" }
rpc-txpool = { path = "client/rpc/txpool" }
evm-tracer = { path = "standalone/runtime/evm_tracer", default-features = false }
evm-tracer = { path = "runtime/evm_tracer", default-features = false }

[profile.release]
panic = "unwind"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion standalone/node/src/command.rs → node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl SubstrateCli for Cli {
// generates the spec for mainnet
"mainnet" => Box::new(chain_spec::tangle_mainnet_config(4006)?),
"tangle-testnet" => Box::new(chain_spec::ChainSpec::from_json_bytes(
&include_bytes!("../../../chainspecs/testnet/tangle-standalone.json")[..],
&include_bytes!("../../chainspecs/testnet/tangle-standalone.json")[..],
)?),
path =>
Box::new(chain_spec::ChainSpec::from_json_file(std::path::PathBuf::from(path))?),
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5afb4dc

Please sign in to comment.