-
Notifications
You must be signed in to change notification settings - Fork 252
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
agave-validator revamp #4082
Comments
Before I go review the PR's, I want to ensure I understand the underlying issue / your plan of attack.
So to confirm, the main goal of this issue & the related PR's would be to get |
yeah, the main goal is to upgrade
I plan to reorganize the code by extracting arg parsing logic to some other places and adding more tests to ensure functionality. |
btw, here's the vision for the future: #4083. |
Motivation
I would like to get
agave-validator
capture environment variables directly so that we can avoid this hardcoded logic:agave/multinode-demo/bootstrap-validator.sh
Lines 26 to 30 in 8c3a6bb
currently, we are using clap v2, which has a known bug
ref: https://www.github.com/clap-rs/clap/issues/1476#issuecomment-850292210
it's super painful to upgrade v2 to v4/v5 directly and we also lack sufficient tests to ensure the behavior.
Proposed Solution
agave-validator
(the vision for the future: [wip] agave-validator revamp all #4083.)agave-validator
capture environment variables directlyThe text was updated successfully, but these errors were encountered: