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
feat: wait for miner to be unblocked between blocks
In addition to waiting for the last block it mined to be processed, now
the miner will also wait to be unblocked. This ensures that the miner
does not start mining before it is unblocked by the chains coordinator
thread.
This solves flakiness in `tests::signer::v0::verify_mempool_caches`.
0 commit comments