You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure the start block is not overriden by the tx hash check. Also ensure we fetch logs at least for
1 block if fromBlock is equal to lastBlock
fix#1043fix#1044
Ensure the start block is not overriden by the tx hash check. Also ensure we fetch logs at least for
1 block if fromBlock is equal to lastBlock
fix#1043fix#1044
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
genProofs() should take the startBlock argument value if provided
Current Behavior
As seen in this line, fromBlock is set to 0 if transactionHash is not provided
https://github.com/privacy-scaling-explorations/maci/blob/dev/cli/ts/commands/genProofs.ts#L262C32-L263C1
Failure Information
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered: