Skip to content

Conversation

@mkoura
Copy link
Collaborator

@mkoura mkoura commented Jan 20, 2026

Replaced manual environment variable checks with the new is_truthy function across common-start-fast, common-start-slow, and common.sh scripts. This ensures consistent handling of boolean-like environment variables such as ENABLE_LEGACY, MIXED_P2P, NO_CC, DRY_RUN, and SMASH. The is_truthy helper now supports common true values and improves code readability and maintainability.

Replaced manual environment variable checks with the new is_truthy function
across common-start-fast, common-start-slow, and common.sh scripts. This
ensures consistent handling of boolean-like environment variables such as
ENABLE_LEGACY, MIXED_P2P, NO_CC, DRY_RUN, and SMASH. The is_truthy helper
now supports common true values and improves code readability and
maintainability.
@mkoura mkoura merged commit 6e3f5b9 into master Jan 20, 2026
1 check passed
@mkoura mkoura deleted the use_is_truthy branch January 20, 2026 14:41
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