Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions common/horizon/etc/horizon.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ export HISTORY_ARCHIVE_URLS="__ARCHIVE__"
export ADMIN_PORT=6060
export PORT=8001
export CHECKPOINT_FREQUENCY=64
export INGEST_DISABLE_STATE_VERIFICATION=True
1 change: 1 addition & 0 deletions local/horizon/etc/horizon.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ export HISTORY_ARCHIVE_URLS="__ARCHIVE__"
export ADMIN_PORT=6060
export PORT=8001
export CHECKPOINT_FREQUENCY=8
export INGEST_DISABLE_STATE_VERIFICATION=True
6 changes: 0 additions & 6 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -531,12 +531,6 @@ EOF

run_silent "chown-horizon" chown -R stellar:stellar .

if [[ "$NETWORK" = "local" || (".$PROTOCOL_VERSION" != ".none" && $PROTOCOL_VERSION -gt 19) ]] ; then
cat << EOF >> etc/horizon.env
export INGEST_DISABLE_STATE_VERIFICATION=True
EOF
fi

start_postgres
run_silent "init-horizon-db" sudo -u stellar ./bin/horizon db init
touch .quickstart-initialized
Expand Down