Description
The example available in examples/verify uses the deprecated verifyBatchInclusion function which does not receive senderAddress. It should use the following function
function verifyBatchInclusion(
bytes32proofCommitment,
bytes32pubInputCommitment,
bytes32provingSystemAuxDataCommitment,
bytes20proofGeneratorAddr,
bytes32batchMerkleRoot,
bytesmemorymerkleProof,
uint256verificationDataBatchIndex,
addresssenderAddress
) externalviewonlyWhenNotPaused(2) returns (bool) {
...
}Also, the python scripts to generate the verification data does not work. It uses an old version of the encoded data file.
Description
The example available in
examples/verifyuses the deprecatedverifyBatchInclusionfunction which does not receivesenderAddress. It should use the following functionAlso, the python scripts to generate the verification data does not work. It uses an old version of the encoded data file.