Skip to content

Allow disabling of skipping known results in pubnet catchup#251

Merged
jayz22 merged 1 commit intostellar:mainfrom
bboston7:allow-disabling-skipping-known-results
Mar 7, 2025
Merged

Allow disabling of skipping known results in pubnet catchup#251
jayz22 merged 1 commit intostellar:mainfrom
bboston7:allow-disabling-skipping-known-results

Conversation

@bboston7
Copy link
Contributor

@bboston7 bboston7 commented Mar 7, 2025

The --catchup-skip-known-results-for-testing flag was implemented as a 0 argument flag whose presence enables the feature. However, the flag was also enabled by default, leaving no way to turn it off. This changes the flag to an option that takes a boolean argument, allowing for the flag to be disabled by setting it to false
(--catchup-skip-known-results-for-testing=false).

The `--catchup-skip-known-results-for-testing` flag was implemented as a
0 argument flag whose presence enables the feature. However, the flag
was also enabled by default, leaving no way to turn it off. This changes
the flag to an option that takes a boolean argument, allowing for the
flag to be disabled by setting it to false
(--catchup-skip-known-results-for-testing=false).
@bboston7 bboston7 requested review from jayz22 and marta-lokhova March 7, 2025 18:09
@jayz22 jayz22 merged commit 9933df4 into stellar:main Mar 7, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants