Uh oh!
There was an error while loading. Please reload this page.
feat: Incorporate downloading Sphinx parameters using AWS cli - #63
Merged
Conversation
storojs72
requested review from
huitseeker, samuelburnham, tchataigner and wwaredJune 20, 2024 13:19
storojs72force-pushed
the
generate-contracts
branch
from
June 20, 2024 13:21
a9c5b41 to
092e842Compare
samuelburnham
left a comment
Member
There was a problem hiding this comment.
Approved in spirit, though the CI error seems to indicate a need to check whether the artifacts are installed already
storojs72
commented
Jun 20, 2024
ContributorAuthor
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 |
wwared
reviewed
Jun 20, 2024
storojs72force-pushed
the
generate-contracts
branch
5 times, most recently
from
June 20, 2024 17:06
bd4fceb to
9e2c6adComparestorojs72force-pushed
the
generate-contracts
branch
from
June 20, 2024 17:08
9e2c6ad to
89ccc1cComparestorojs72force-pushed
the
generate-contracts
branch
from
June 20, 2024 19:09
7cd967f to
95f036bComparesamuelburnham
approved these changes
Jun 20, 2024
huitseeker pushed a commit
that referenced
this pull request
Jun 24, 2024
* 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>
wwared pushed a commit
that referenced
this pull request
Jun 24, 2024
* 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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces specific version of Sphinx parameters downloaders using
awsutility. 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
awsand contact @samuelburnham for getting credentials for our AWS bucket (s3://sphinx-plonk-params)