Skip to content

Commit

Permalink
generate fake inclusion proof, verify success
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Apr 20, 2024
1 parent fec83a7 commit f8075ae
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 23 deletions.
1 change: 1 addition & 0 deletions contracts/test/Verifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ describe("Verifier Contracts", () => {

verifyingKey = deploymentInfo.verifyingKey;

// !! Basically, we test inclusion_proof_solidity_calldata.json file that generated from prover binary, which we modified on this PoC.
const inclusionJson = fs.readFileSync(
path.resolve(
__dirname,
Expand Down
Loading

0 comments on commit f8075ae

Please sign in to comment.