Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add basic full sync info + Add Snapshot Full sync for 2000k + height #1459

Closed
wants to merge 8 commits into from
14 changes: 14 additions & 0 deletions ci/parallel_sync/sync_then_diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ setup_vars() {
# Files and directories
DATADIR=${DATADIR:-".defi"}
DEBUG_FILE="$DATADIR/debug.log"
CONF_FILE="$DATADIR/defi.conf"
TMP_LOG=debug-tmp-$STOP_BLOCK.log
BASE_PATH=https://storage.googleapis.com
BUCKET=team-drop
Expand All @@ -35,6 +36,19 @@ setup_vars() {
NODE_RESTARTS=0
}

echo "======== Sync Test Info ==========
- Block range: ${START_BLOCK} - ${STOP_BLOCK}
- Base snapshot: grc.io/br-blockchains-dev/datadir-${START_BLOCK}
prasannavl marked this conversation as resolved.
Show resolved Hide resolved
- Reference logs:
- debug.log: $REF_LOG_PATH
- Commands used:
- $ACCOUNT_BALANCES_CMD
- $LIST_ANCHORS_CMD
- defid cmd: ${DEFI_CLI_CMD}
- defi.conf:
$(cat $CONF_FILE)
----------------------------------
"
# Start defid
start_node () {
echo "Syncing to block height: $STOP_BLOCK"
Expand Down