-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: Hides the filler accounts args #34113
cli: Hides the filler accounts args #34113
Conversation
2d8291c
to
6d1ad93
Compare
Jeff, requesting your review to ensure it's OK to hide these CLI args. Trent, requesting your review since it touches CLI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ideally we never would have exposed these to the production binaries in the first place
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, lgtm
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #34113 +/- ##
=======================================
Coverage 81.9% 81.9%
=======================================
Files 812 812
Lines 219737 219739 +2
=======================================
+ Hits 180028 180054 +26
+ Misses 39709 39685 -24 |
(cherry picked from commit b4c652e)
(cherry picked from commit b4c652e)
cli: Hides the filler accounts args (#34113) (cherry picked from commit b4c652e) Co-authored-by: Brooks <[email protected]>
cli: Hides the filler accounts args (#34113) (cherry picked from commit b4c652e) Co-authored-by: Brooks <[email protected]>
Problem
The CLI args for filler accounts are meant for testing/debugging only, and should not be used by regular validators.
(We're also likely going to remove the filler accounts entirely, so removing the CLI args is a good first step.)
Summary of Changes
Hide these args.