Skip to content

[569] Merkle Allowlist Claim Gate (Proof Verification)#653

Open
MaimunaY wants to merge 1 commit into
Pulsefy:mainfrom
MaimunaY:fix/569-merkle-allowlist-claim-gate-proof-verification
Open

[569] Merkle Allowlist Claim Gate (Proof Verification)#653
MaimunaY wants to merge 1 commit into
Pulsefy:mainfrom
MaimunaY:fix/569-merkle-allowlist-claim-gate-proof-verification

Conversation

@MaimunaY

Copy link
Copy Markdown
Contributor

Summary

  • Add multi-leaf Merkle proof integration tests for claim_with_proof (valid proof, non-member, tampered sibling, wrong leaf, malformed hex)
  • Rewrite tools/merkle-allowlist to use Soroban-compatible SHA-256 leaf/pair hashing (replacing EVM keccak256 tool)
  • Add snapshot coverage for new allowlist claim paths

Test plan

  • cargo test -p aid_escrow merkle
  • cargo test -p aid_escrow
  • node tools/merkle-allowlist/test.js

Closes #569

Add multi-leaf claim_with_proof tests and align the merkle-allowlist tool with aid_escrow SHA-256 hashing.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented Jun 26, 2026

Copy link
Copy Markdown

@MaimunaY is attempting to deploy a commit to the Cedarich's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jun 26, 2026

Copy link
Copy Markdown

@MaimunaY Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Cedarich

Copy link
Copy Markdown
Contributor

@MaimunaY fix worklow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Merkle Allowlist Claim Gate (Proof Verification)

2 participants