mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-02-14 06:55:07 -05:00
* Added flag to disable rewards/penatlty logging * Added flag disable log info validator function * Added flag to disable rewards/penatlty logging * Changed value to not have it log when it is on and have it logged when it's off * Added flag to disable rewards/penatlty logging * Built for cli & types * fixing flag issue * Added ctxCli to the validator struct * Accepted change * Fixing conditionals and merge conflicts * Added bracket * fixed the return statement to its proper place * Added validator conditional for logging penalties & rewards * Added conditional for logging penality/reward info * Making conditional command line log refactorable * also part of the last commit * Changed value variable to lowercase * Fixed if conditional for penalty reward validation * Synced with master * Fixed bazel build * Syncing with master * Sync with master * Added true values to logValidator Balances * Changed values from true to false * FIX WIP * Added variables to the validators * Added negation for logValidatorBalances variable The name of the flag is DisablePenaltyRewardLogFlag. Since the name of the var is logValidatorBalances. We are assuming that the variable will have a positive. It makes more sense to negate the disable flag as a value rather than keep it positive. Co-Authored-By: frederickalcantara <frederickaalcantara@gmail.com> * fixed password * Remove prevBalance line