From 74f5538bd37cb0d8a676f62e7af17cb3e82bfcf9 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 8 Aug 2018 15:55:17 -0700 Subject: [PATCH] Verify the ledger as a part of sanity --- ci/testnet-sanity.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/testnet-sanity.sh b/ci/testnet-sanity.sh index 9f1620c85..9f2eab4fd 100755 --- a/ci/testnet-sanity.sh +++ b/ci/testnet-sanity.sh @@ -16,6 +16,9 @@ if [[ -z $EXPECTED_NODE_COUNT ]]; then EXPECTED_NODE_COUNT=50 fi +echo "--- $NET_URL: verify ledger" +# Note: here we assume this script is actually running on the leader node... +sudo solana.ledger-tool --ledger /var/snap/solana/current/config/ledger verify echo "--- $NET_URL: wallet sanity" (