## Describe the bug - Some times `eth_new_block_filter` test is failing in the CI: https://github.com/ChainSafe/forest/actions/runs/29575927536/job/87871568399?pr=7380 - This is possibly because of lack of handling of reverted tipsets or null rounds (need to be verified) ## Log output <!-- Please paste the log output derived from the error. --> <details> <summary>Log Output</summary> ```Paste log output here test eth_newBlockFilter works ... FAILED revert ``` </details> ## Expected behaviour Should work correctly everytime ## Screenshots <!-- If applicable, add screenshots to help explain your problem. --> ## Environment (please complete the following information): - OS: - Branch/commit - Hardware ## Other information and links <!-- Add any other context about the problem here. --> <!-- Thank you 🙏 -->
Describe the bug
Some times
eth_new_block_filtertest is failing in the CI: https://github.com/ChainSafe/forest/actions/runs/29575927536/job/87871568399?pr=7380This is possibly because of lack of handling of reverted tipsets or null rounds (need to be verified)
Log output
Log Output
Expected behaviour
Should work correctly everytime
Screenshots
Environment (please complete the following information):
Other information and links