Solution: LP-0002 — Private M-of-N Multisig#102
Open
nizarsyahmi37 wants to merge 2 commits into
Open
Conversation
Add solutions/LP-0002.md linking to the implementation at github.com/nizarsyahmi37/private-m-of-n-multisig: a Risc0 threshold circuit + SPEL verifier with nullifier-based double-vote prevention over shielded LEZ accounts. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
Adds
solutions/LP-0002.mdfor prize LP-0002 — Private M-of-N Multisig.Implementation repo: https://github.com/nizarsyahmi37/private-m-of-n-multisig
What's delivered
A private M-of-N multisig primitive for LEZ: members hold shielded accounts; approvals leave no public trace of who voted; on-chain state reveals only that a threshold of M was met.
#[lez_program]verifier runningenv::verify(APPROVE_CIRCUIT_IMAGE_ID, …)NullifierEntryPDAs keyed by(proposal_id, nullifier)pmsigCLI; resumable, reorg-awareApprovalSessionRISC0_USE_DOCKER=1) with image-id drift sentinelsdemo.shwrapping thequickstartflowHonest status
The core cryptography, verifier program, SDK/CLI, IDL, benchmarks, licensing, and reproducible demo script are complete and CI-green. Open items (marked in the checklist) remain as the prize-submission follow-on: LEZ-testnet deployment + an executed on-chain instance, a narrated demo video, and the optional Basecamp GUI.
The solution file's Success Criteria Checklist reflects exactly which criteria are met vs. outstanding.