Skip to content
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

Have the on-chain verify proofs functionality as optional in off-chain groups #326

Open
vplasencia opened this issue Nov 2, 2023 · 0 comments
Labels
refactoring ♻️ A code change that neither fixes a bug nor adds a feature
Milestone

Comments

@vplasencia
Copy link
Member

vplasencia commented Nov 2, 2023

Right now, an off-chain group will always be able to verify proofs on-chain because the data is always updated on-chain too. It would be nice to add a boolean to have this as a feature, then off-chain group admins will be able to decide whether they want this functionality in their groups or not. By default, the value can be false, which means that it will not save any on-chain data to verify proofs from this off-chain group on-chain.

More context:
https://github.com/privacy-scaling-explorations/bandada/blob/main/apps/api/src/app/groups/groups.service.ts

@vplasencia vplasencia added the refactoring ♻️ A code change that neither fixes a bug nor adds a feature label Nov 2, 2023
@vplasencia vplasencia added this to the 3. Tethys milestone Nov 2, 2023
@vplasencia vplasencia modified the milestones: 3. Tethys, 4. Dione Jan 2, 2024
@vplasencia vplasencia self-assigned this Jan 3, 2024
@vplasencia vplasencia removed their assignment Jan 12, 2024
@vplasencia vplasencia modified the milestones: 4. Dione, 5. Rhea May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring ♻️ A code change that neither fixes a bug nor adds a feature
Projects
Status: ♻️ Grooming
Development

No branches or pull requests

1 participant