tentative fix for local network simulation to fix justification and finalization

This commit is contained in:
Dustin Brody 2019-07-11 18:08:27 +02:00
parent 4a5154c694
commit 4fdea7a300
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC

View File

@ -14,8 +14,8 @@ mkdir -p "$VALIDATORS_DIR"
cd "$GIT_ROOT"
mkdir -p $BUILD_OUTPUTS_DIR
# Run with "SHARD_COUNT=4 ./start.sh" to change these
DEFS="-d:SHARD_COUNT=${SHARD_COUNT:-4} " # Spec default: 1024
# Run with "SHARD_COUNT=8 ./start.sh" to change these
DEFS="-d:SHARD_COUNT=${SHARD_COUNT:-8} " # Spec default: 1024
DEFS+="-d:SLOTS_PER_EPOCH=${SLOTS_PER_EPOCH:-8} " # Spec default: 64
DEFS+="-d:SECONDS_PER_SLOT=${SECONDS_PER_SLOT:-12} " # Spec default: 6