Solution: LP-0002 — Private M-of-N Multisig for LEZ - #115
Conversation
|
|
The current failing check is blocked before the validation script reads this solution file. Failing run: https://github.com/logos-co/lambda-prize/actions/runs/30554437421 The failing step is I opened a small workflow fix here: I also ran the repository validator locally against this PR branch after the LP-0002 fixes. The submission content passes the validator; the only remaining validator note is a non-blocking warning about test-file naming in the linked implementation repo. |
|
@duongja can you update your fork? ci should be working |
82a7687 to
7d4b058
Compare
|
Hello @weboko , done |
Summary
This PR submits a solution for LP-0002: Private M-of-N Multisig.
It adds:
solutions/LP-0002.mdThe solution links to the public implementation repository, narrated demo video, hosted testnet execution evidence, reviewer commands, and a checklist mapping the implementation to the prize success criteria.
Submission
solutions/LP-0002.mdccf39786f7ffbbb5494fb1c2cebfd02699099bc3ccf3978Key Evidence
execute_privatetransaction:e1805cae3ab6e46239cc823cc45d79e45a78ba80e57168e8fc50e240b9e70b59proposal_status: Executedproposal_approval_count: 2target_account_data_utf8: threshold-approvedReviewer Notes
The linked implementation repository includes:
create_multisigproposeexecute_privateRISC0_DEV_MODE=0Minimal reviewer command in the implementation repo:
Full local evidence:
export RISC0_DEV_MODE=0 ./scripts/preflight.sh --with-localnetHosted testnet evidence:
export RISC0_DEV_MODE=0 ./scripts/testnet-evidence.sh .local/testnet-evidence/latestNotes
The lambda-prize fork and this PR branch are updated onto upstream
masterwith the validator fix. The PR validation check is green on the latest submission commit.The current implementation documents one known ecosystem limitation explicitly:
Proof-cycle and local transaction-cost evidence are included in the implementation repository.