-
Notifications
You must be signed in to change notification settings - Fork 4
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
Extract configuration into JSON-file #54
Comments
s-medvedev
pushed a commit
that referenced
this issue
Jun 22, 2022
s-medvedev
pushed a commit
that referenced
this issue
Jun 29, 2022
s-medvedev
pushed a commit
that referenced
this issue
Jun 29, 2022
… if missing in args and config #54
s-medvedev
pushed a commit
that referenced
this issue
Jun 29, 2022
s-medvedev
added a commit
that referenced
this issue
Jul 4, 2022
* Extract configuration into JSON-file #54 * Remove voters-dir from wallet #54 * Add url into config, add payer to argumenta, use default solana payer if missing in args and config #54 * Use RPC URL from solana cli config by default #54 * Add launch-script into CI #56 * Fixes #56 * Fix launch-script name #56 * Fixes #56 * Add launch-script test into CI * Add comment about NEON realm address #56 * Update solana version #56 Co-authored-by: Semen Medvedev <sm@neonlabs.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now the configuration is set by command line parameters and files in
artifacts
directory. This requires passing a directory with keys to the user to check the created environment and proposals. Also, passing thetesting
parameter and thestart_time
through command line parameters complicates the process and makes it error prone.To fix this, it is proposed to bring all the parameters that determine the deployed configuration into a single configuration file.
The text was updated successfully, but these errors were encountered: