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
bitcoin does not produces new blocks for 2 hours (Can mock by not calling generate for N amount of time)
bitcoin produces 4 blocks really fast (Using setmocktime)
bitcoin produces 2 blocks with incorrect timestamps (Using setmocktime)
Create da blocks while sequencer is looking for nonce and make sure sequencer process new da block in parallel (Regression fixed in Use spawn_blocking for da queue citrea#1311)
The text was updated successfully, but these errors were encountered:
setmocktime
)setmocktime
)The text was updated successfully, but these errors were encountered: