chore: rename Docker test mode environment variable#171
Open
AaronFeickert wants to merge 1 commit intomainfrom
Open
chore: rename Docker test mode environment variable#171AaronFeickert wants to merge 1 commit intomainfrom
AaronFeickert wants to merge 1 commit intomainfrom
Conversation
d9a6803 to
d17e1c3
Compare
d17e1c3 to
14b5777
Compare
Collaborator
Author
Zk2u
approved these changes
Apr 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
It's possible to run Mosaic in an unsafe test mode, which uses lower cut-and-choose parameters to speed up testing. However, this mode is EXTREMELY UNSAFE to use in production. Recent work in #170 controls which mode is built and run in Docker via an environment variable
MOSAIC_REDUCED_CIRCUITS.This PR renames the compiled binary and environment variable to sound scary and help mitigate unintentional production misuse.
Type of Change
Notes to Reviewers
This partially addresses #148, which suggests renaming the feature flag that is used under the hood. That renaming is deferred to later.
Checklist
Related Issues
Partially addresses #148.