-
Notifications
You must be signed in to change notification settings - Fork 0
Add artifacts storage #9
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
Merged
Merged
Conversation
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
Some links were misformatted, some pointed to non-existing sections. Fix that. Add table of contents. Add command use examples. Move the paragraph about Gnark version to the top, because it's kind of important info. Signed-off-by: Wojciech Zmuda <[email protected]> readme: add table of contents Readme
For information purposes track the number of approved contributors and display the counter after every accepted contribution and on keys generation. Signed-off-by: Wojciech Zmuda <[email protected]>
Create a storage interface with a tmpfs backend. Store every ceremony artifact (i.e. every accepted intermediate contribution, SRS commons and generated keys) in tmpfs. This allows to regenerate keys from the contirbutions using the offline mode commands. Signed-off-by: Wojciech Zmuda <[email protected]>
Ceremony log is necessary for ceremony atestation. It documents the course of contributions and contains beacon, which is necessary for regenerating keys out of original contributions in the offline mode. The log is stored in persistent storage in a structured JSON format. It is also pretty-printed to stdout during the ceremony. Signed-off-by: Wojciech Zmuda <[email protected]>
6920a6a to
e031f8e
Compare
piohei
reviewed
Sep 3, 2025
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 think both my comments are optionals. ;) The tool looks good and works as it is! 🚀
piohei
approved these changes
Sep 3, 2025
Add a storage backend for AWS S3. Configure the server to use this backend if relevant config is provided. Otherwise fall back to tmpfs. Signed-off-by: Wojciech Zmuda <[email protected]>
e031f8e to
dc9c9e4
Compare
piohei
approved these changes
Sep 5, 2025
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.
Looks good!
Sign up for free
to 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.
Storage has two modes:
Readme changes say it all, so please refer there.