bump vendor/nim-eth

and improve htop processes in launch_local_testnet.sh
This commit is contained in:
Ștefan Talpalaru 2020-02-23 01:56:29 +01:00
parent 9922267ca2
commit 8b8a99135f
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 5 additions and 2 deletions

View File

@ -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} )) \

2
vendor/nim-eth vendored

@ -1 +1 @@
Subproject commit 74d0247e6b69bf45d4e53c27e0089d5bb35b29ed
Subproject commit cb27813f3b4f2936f3f8c61c4791273b0df66d33