From 8b8a99135fbaa39cbaa896662762c7f4e388b109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sun, 23 Feb 2020 01:56:29 +0100 Subject: [PATCH] bump vendor/nim-eth and improve htop processes in launch_local_testnet.sh --- scripts/launch_local_testnet.sh | 5 ++++- vendor/nim-eth | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/launch_local_testnet.sh b/scripts/launch_local_testnet.sh index 7522dee09..faef2a54a 100755 --- a/scripts/launch_local_testnet.sh +++ b/scripts/launch_local_testnet.sh @@ -141,6 +141,9 @@ PIDS="" NODES_WITH_VALIDATORS=${NODES_WITH_VALIDATORS:-4} VALIDATORS_PER_NODE=$(( $RANDOM_VALIDATORS / $NODES_WITH_VALIDATORS )) +# for the p2pd path +source env.sh + for NUM_NODE in $(seq 0 $(( ${NUM_NODES} - 1 ))); do if [[ ${NUM_NODE} == 0 ]]; then BOOTSTRAP_ARG="" @@ -162,7 +165,7 @@ for NUM_NODE in $(seq 0 $(( ${NUM_NODES} - 1 ))); do done fi - stdbuf -o0 ./env.sh build/beacon_node \ + stdbuf -o0 build/beacon_node \ --nat=none \ --log-level=TRACE \ --tcp-port=$(( ${BOOTSTRAP_PORT} + ${NUM_NODE} )) \ diff --git a/vendor/nim-eth b/vendor/nim-eth index 74d0247e6..cb27813f3 160000 --- a/vendor/nim-eth +++ b/vendor/nim-eth @@ -1 +1 @@ -Subproject commit 74d0247e6b69bf45d4e53c27e0089d5bb35b29ed +Subproject commit cb27813f3b4f2936f3f8c61c4791273b0df66d33