automerge
This commit is contained in:
@ -2,8 +2,10 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
# shellcheck source=multinode-demo/common.sh
|
||||||
|
source multinode-demo/common.sh
|
||||||
|
|
||||||
rm -f config/run/init-completed
|
rm -rf config/run/init-completed config/ledger config/snapshot-ledger
|
||||||
|
|
||||||
timeout 15 ./run.sh &
|
timeout 15 ./run.sh &
|
||||||
pid=$!
|
pid=$!
|
||||||
@ -20,3 +22,8 @@ done
|
|||||||
curl -X POST -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":1, "method":"validatorExit"}' http://localhost:8899
|
curl -X POST -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":1, "method":"validatorExit"}' http://localhost:8899
|
||||||
|
|
||||||
wait $pid
|
wait $pid
|
||||||
|
|
||||||
|
$solana_ledger_tool create-snapshot --ledger config/ledger 1 config/snapshot-ledger
|
||||||
|
cp config/ledger/genesis.tar.bz2 config/snapshot-ledger
|
||||||
|
tar -C config/snapshot-ledger -xvf config/snapshot-ledger/genesis.tar.bz2
|
||||||
|
$solana_ledger_tool verify --ledger config/snapshot-ledger
|
||||||
|
Reference in New Issue
Block a user