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
Please answer the following questions for yourself before submitting an issue.
I am not running a deprecated version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
Expected Behavior
The function should process events even though the fromBlock and endBlock is the same. This is a minor issue as this situation only occurs in test environment when all events occurred in 1 block.
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
The function should process events even though the fromBlock and endBlock is the same. This is a minor issue as this situation only occurs in test environment when all events occurred in 1 block.
Current Behavior
As seen in this line https://github.com/privacy-scaling-explorations/maci/blob/dev/contracts/ts/genMaciState.ts#L62, the code does not enter the for loop if fromBlock === lastBlock
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: