Currently, we only provide LOTUS_DISABLE_F3. I propose adding two additional flags to resolve possible incidents without significantly impacting the entire F3 project.
LOTUS_DISABLE_F3_ACTIVATION=$epoch, which would disable the activation at a given epoch
LOTUS_DISABLE_F3_PASSTIVE_TESTING=1, which would disable passive testing components and leave only proper activation
Currently, we only provide
LOTUS_DISABLE_F3
. I propose adding two additional flags to resolve possible incidents without significantly impacting the entire F3 project.LOTUS_DISABLE_F3_ACTIVATION=$epoch
, which would disable the activation at a given epochLOTUS_DISABLE_F3_PASSTIVE_TESTING=1
, which would disable passive testing components and leave only proper activation