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
We only analyze a block if it's needed, but that means that we need to
repeat the analysis until we stop adding new blocks.
Future work might optimize this if it proves to be a performance
bottleneck, but until then this solution is easy.
0 commit comments