-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(stage_baches): rpc resequence stop stage on unwind #1297
Conversation
Quality Gate passedIssues Measures |
@hexoscott I removed an unneeded sleep and now only one is left that is waiting 1s between checks for new block on the datastream. I ran locally a sequencer + rpc and it doesn't skip blocks for me. |
Awesome! Working perfectly now with no delay between sequencer and RPC |
Resequence test is passing now. @V-Staykov please take a look at the fix. I am not sure if this is the optimal solution, because the RPC node took longer to catch up the reorg so I had to increase the timeout. Here is how I came up with the fix:
From the error, it seems clear that the DS connection established before should be stopped before setting a new bookmark. |
No description provided.