From b02e35e8461a79f4dcb1edf5254e4b8773e3f742 Mon Sep 17 00:00:00 2001 From: Tsachi Herman <24438559+tsachiherman@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:07:35 -0400 Subject: [PATCH] set TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE for standalone network. --- standalone/core/etc/stellar-core.cfg | 1 + standalone/horizon/etc/stellar-captive-core.cfg | 1 + standalone/soroban-rpc/etc/stellar-captive-core.cfg | 1 + 3 files changed, 3 insertions(+) diff --git a/standalone/core/etc/stellar-core.cfg b/standalone/core/etc/stellar-core.cfg index 85034ec9..adb0fc29 100644 --- a/standalone/core/etc/stellar-core.cfg +++ b/standalone/core/etc/stellar-core.cfg @@ -6,6 +6,7 @@ PUBLIC_HTTP_PORT=true RUN_STANDALONE=__RUN_STANDALONE__ MANUAL_CLOSE=__MANUAL_CLOSE__ ARTIFICIALLY_ACCELERATE_TIME_FOR_TESTING=true +TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE=true NETWORK_PASSPHRASE="__NETWORK__" KNOWN_CURSORS=["HORIZON"] diff --git a/standalone/horizon/etc/stellar-captive-core.cfg b/standalone/horizon/etc/stellar-captive-core.cfg index 85d7c5aa..8609cc38 100644 --- a/standalone/horizon/etc/stellar-captive-core.cfg +++ b/standalone/horizon/etc/stellar-captive-core.cfg @@ -7,6 +7,7 @@ PUBLIC_HTTP_PORT=false PEER_PORT=11725 DATABASE="__DATABASE__" ARTIFICIALLY_ACCELERATE_TIME_FOR_TESTING=true +TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE=true UNSAFE_QUORUM=true FAILURE_SAFETY=0 diff --git a/standalone/soroban-rpc/etc/stellar-captive-core.cfg b/standalone/soroban-rpc/etc/stellar-captive-core.cfg index 95245571..9dcc5cf7 100644 --- a/standalone/soroban-rpc/etc/stellar-captive-core.cfg +++ b/standalone/soroban-rpc/etc/stellar-captive-core.cfg @@ -7,6 +7,7 @@ PUBLIC_HTTP_PORT=false PEER_PORT=11726 DATABASE="__DATABASE__" ARTIFICIALLY_ACCELERATE_TIME_FOR_TESTING=true +TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE=true ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=__ENABLE_SOROBAN_DIAGNOSTIC_EVENTS__ EXPERIMENTAL_BUCKETLIST_DB=true