Skip to content

Commit

Permalink
Add TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE to core and captive-core conf…
Browse files Browse the repository at this point in the history
…ig files
  • Loading branch information
2opremio committed Aug 29, 2023
1 parent 9d4ba7e commit 307681c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true
# Lower the expiration of persistent ledger entries
# so that ledger expiration/restoring becomes testeable
TESTING_MINIMUM_PERSISTENT_ENTRY_LIFETIME=10
TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE=true

[[VALIDATORS]]
NAME="local_core"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true
# Lower the expiration of persistent ledger entries
# so that ledger expiration/restoring becomes testeable
TESTING_MINIMUM_PERSISTENT_ENTRY_LIFETIME=10
TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE=true

[QUORUM_SET]
THRESHOLD_PERCENT=100
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stellar/go v0.0.0-20230825090709-76e07a4dbd21
github.com/stellar/go v0.0.0-20230829095205-a541e69acb5f
github.com/stretchr/testify v1.8.4
golang.org/x/mod v0.12.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ github.com/spf13/viper v1.3.2 h1:VUFqw5KcqRf7i70GOzW7N+Q7+gxVBkSSqiXB12+JQ4M=
github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s=
github.com/stellar/go v0.0.0-20230825090709-76e07a4dbd21 h1:OqDQXwl/IvYX4WNJJSQXxbArjjeCcoHgfnaZPndbc58=
github.com/stellar/go v0.0.0-20230825090709-76e07a4dbd21/go.mod h1:5/qoLl0pexA5OPi0BZvDsOc3532CJlHuRg1dnBxbsGg=
github.com/stellar/go v0.0.0-20230829095205-a541e69acb5f h1:bNIzaQjSYAOAkbAK9g2zY4dykWEltK5LCuEe4uEoygc=
github.com/stellar/go v0.0.0-20230829095205-a541e69acb5f/go.mod h1:5/qoLl0pexA5OPi0BZvDsOc3532CJlHuRg1dnBxbsGg=
github.com/stellar/go-xdr v0.0.0-20211103144802-8017fc4bdfee h1:fbVs0xmXpBvVS4GBeiRmAE3Le70ofAqFMch1GTiq/e8=
github.com/stellar/go-xdr v0.0.0-20211103144802-8017fc4bdfee/go.mod h1:yoxyU/M8nl9LKeWIoBrbDPQ7Cy+4jxRcWcOayZ4BMps=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit 307681c

Please sign in to comment.