chore(rln): add artifacts and config for rln ceremony#34
Open
curryrasul wants to merge 3 commits into
Open
Conversation
* feat: Add check-ceremonies GitHub Action * feat: responsive styles * feat: add firebase package, service configuration and utilities * chore: add .env to ignore * feat: add custom interfaces for p0tion firebase documents * refactor: organize mocked project object to support p0tion data * refactor: fetch ceremony data * refactor: grab data from circuits, participants and contributions * fix: wrong array update lead to missing contributions data * refactor: add direct link download button for final contribution and update one-command for contribution * chore(config) - add updated p0tionconfig.json files * chore(ceremonies) - add working r1cs and wasm and change path in workflow * chore(ceremonies) - re upload sample r1cs and wasm to ceremonies/example * docs(PR_TEMPLATE) - add config details on the PR template (privacy-ethereum#20) * docs(PR_TEMPLATE) - add config details on the PR template * chore(template) - cleanup template * chore(repo) - add various READMEs and other repo guidelines (privacy-ethereum#21) * docs(repo) - add various READMEs and general repo guidelines * docs(repo) - add title to main README * docs(repo) - cleanup missing header * feat(setup ceremony) - setup ceremony using GitHub actions (privacy-ethereum#7) * feat(setup ceremony) - setup ceremony using GitHub actions * feat(setup ceremony) - add extra workflows to verify PRs and setup a ceremony * feat(workflows) - set PRs actions to only run when branch ends with -ceremony Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com> Co-authored-by: Jeeiii <giacomo.corrias7@gmail.com> Co-authored-by: ctrlc03 <93448202+ctrlc03@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 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.
DefinitelySetup Pull Request Template
RLN Trusted Setup Ceremony
Trusted setup ceremony for the Rate-Limiting Nullifier protocol
Description
Groth16 trusted setup ceremony for the RLN (Rate-Limiting Nullifier protocol, circom-rln version).
RLN protocol uses two separate circuits:
rln.circom has compile-time metaparameters; main parameter is depth of the Merkle tree, used in the protocol. It was decided that there will be separate setup for a range [16, 32] (as in Semaphore protocol). Therefore there will be trusted setup for 17 rln.circom circuits and one withdraw.circom circuit.
Uploads
Additional Notes
No additional notes.
Confirmation