Skip to content

Commit

Permalink
chore: cleanup topos test network setup (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko authored Nov 29, 2023
1 parent 014ddf6 commit 2820664
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 216 deletions.
3 changes: 0 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
!tools/init.sh
!tools/node_config
!tools/node_config/**/*
!tools/libp2p_keys.json
!tools/validator_bls_keys.json
!tools/validator_keys.json
!tools/liveness.sh
!tools/config/nextest.toml
!.git
Expand Down
5 changes: 0 additions & 5 deletions tools/env/node.env
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
RUST_LOG=warn,topos=warn

TOPOS_MINIMUM_TCE_CLUSTER_SIZE=7

TCE_ECHO_SAMPLE_SIZE=14
TCE_READY_SAMPLE_SIZE=14
TCE_DELIVERY_SAMPLE_SIZE=14
TCE_ECHO_THRESHOLD=11
TCE_READY_THRESHOLD=6
TCE_DELIVERY_THRESHOLD=10
Expand Down
2 changes: 0 additions & 2 deletions tools/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ JQ=$(which jq)
TOPOS_BIN=/usr/src/app/topos
TOPOS_HOME=/tmp/node_config
NODE="http://$HOSTNAME:1340"
TCE_EXT_HOST="/dns4/$HOSTNAME"
NODE_LIST_PATH=/tmp/shared/peer_nodes.json
FIXED_BOOT_PEER_ID="BOOT_NODE_1"
export TOPOS_HOME=$TOPOS_HOME

mkdir -p $TOPOS_HOME/node/test
Expand Down
48 changes: 0 additions & 48 deletions tools/libp2p_keys.json

This file was deleted.

1 change: 0 additions & 1 deletion tools/node_config/node/boot/consensus/validator-bls.key

This file was deleted.

1 change: 0 additions & 1 deletion tools/node_config/node/boot/consensus/validator.key

This file was deleted.

1 change: 0 additions & 1 deletion tools/node_config/node/boot/libp2p/libp2p.key

This file was deleted.

48 changes: 0 additions & 48 deletions tools/node_config/subnet/topos/genesis.json

This file was deleted.

5 changes: 0 additions & 5 deletions tools/peer-ids.json

This file was deleted.

51 changes: 0 additions & 51 deletions tools/validator_bls_keys.json

This file was deleted.

Loading

0 comments on commit 2820664

Please sign in to comment.