Skip to content
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

Fix CLI args precedence in Client/Signer/Aggregator #511

Closed
1 task
jpraynaud opened this issue Sep 20, 2022 · 1 comment
Closed
1 task

Fix CLI args precedence in Client/Signer/Aggregator #511

jpraynaud opened this issue Sep 20, 2022 · 1 comment
Assignees
Labels
bug ⚠️ Something isn't working D-medium Difficulty: medium P-low Priority: low

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Sep 20, 2022

Issue

The arguments passed through environment variables in the CLIs are ignored when a default value for a clap argument is set.

Task

  • Fix the precedence order of selection of arguments (or remove default values in clap)
@ghubertpalo
Copy link
Collaborator

In the Client, we shall not have to provide GENESIS_VERIFICATION_KEY unless restoring.

jpraynaud added a commit that referenced this issue Oct 4, 2022
Following update of arguments precedence in #511
jpraynaud added a commit that referenced this issue Oct 4, 2022
Following update of arguments precedence in #511
jpraynaud added a commit that referenced this issue Oct 10, 2022
Following update of arguments precedence in #511
jpraynaud added a commit that referenced this issue Oct 10, 2022
Following update of arguments precedence in #511
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ⚠️ Something isn't working D-medium Difficulty: medium P-low Priority: low
Projects
None yet
Development

No branches or pull requests

2 participants