-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Incorporate downloading Sphinx parameters using AWS cli #63
Conversation
a9c5b41
to
092e842
Compare
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.
Approved in spirit, though the CI error seems to indicate a need to check whether the artifacts are installed already
Yes. I'm currently re-building new parameters after merging #49, this is a time-consuming process. Once it finishes I can upload new parameters and |
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.
I'm ok with this change in principle too, as long as later on we incorporate the artifacts with the bundled releases somehow and only download them if they're not present
bd4fceb
to
9e2c6ad
Compare
9e2c6ad
to
89ccc1c
Compare
7cd967f
to
95f036b
Compare
* feat: Incorporate downloading using AWS cli * chore: SP1 -> Sphinx renaming in Solidity assets * ci: Add S3 credentials (#64) --------- Co-authored-by: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com>
* feat: Incorporate downloading using AWS cli * chore: SP1 -> Sphinx renaming in Solidity assets * ci: Add S3 credentials (#64) --------- Co-authored-by: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com>
This PR introduces specific version of Sphinx parameters downloaders using
aws
utility. This is necessary because our AWS bucket is not shared publicly for security reasons and can be accessed only by us currently.Please refer to AWS documentation for installing the
aws
and contact @samuelburnham for getting credentials for our AWS bucket (s3://sphinx-plonk-params
)