Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Jun 16, 2022
1 parent 8160dce commit ba50ece
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,6 @@ start:
# run in foreground. Only for testing, use a daemon for net.
RUST_LOG=error cargo run -p diem-node -- --config ${DATA_PATH}/validator.node.yaml

# Start a fullnode instead of a validator node
start-full:
cargo run -p diem-node -- --config ${DATA_PATH}/fullnode.node.yaml

daemon:
mkdir -p ~/.config/systemd/user/
cp ./ol/util/diem-node.service ~/.config/systemd/user/
Expand Down Expand Up @@ -504,7 +500,7 @@ testnet: clear fix testnet-init testnet-genesis start
testnet-onboard: clear fix
MNEM='${MNEM}' cargo run -p onboard -- val --github-org OLSF --repo dev-genesis --chain-id 1
# start a node with fullnode.node.yaml configs
make start-full
make start



Expand Down
1 change: 0 additions & 1 deletion config/management/genesis/src/ol_node_files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ pub fn make_fullnode_cfg(
c.base.waypoint = WaypointConfig::FromConfig(waypoint);
c.base.role = RoleType::FullNode;
// c.execution.genesis_file_location = output_dir.clone().join("genesis.blob");

// prune window exists to prevent state snapshots from taking up too much space.
c.storage.prune_window = Some(100_000);

Expand Down

0 comments on commit ba50ece

Please sign in to comment.