Limit blockexplorer versions to 1.x.y

Per semver semantics when blockexplorer 2.0.0 is released it will be
incompatible in some way with 1.x.y and thus should be opt in.
This commit is contained in:
Michael Vines
2019-02-18 16:48:32 -08:00
parent e0b8f4202d
commit 3f14466965

View File

@ -194,7 +194,7 @@ local|tar)
fi fi
if [[ $nodeType = apinode ]]; then if [[ $nodeType = apinode ]]; then
npm install @solana/blockexplorer npm install @solana/blockexplorer@1
npx solana-blockexplorer > blockexplorer.log 2>&1 & npx solana-blockexplorer > blockexplorer.log 2>&1 &
fi fi
./multinode-demo/fullnode.sh "${args[@]}" "$entrypointIp":~/solana "$entrypointIp:8001" > fullnode.log 2>&1 & ./multinode-demo/fullnode.sh "${args[@]}" "$entrypointIp":~/solana "$entrypointIp:8001" > fullnode.log 2>&1 &