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
+1 we might have to dig if that is indeed a 1:1 replacement, but for sure the different checkBlock variants could be clarified a bit. I think if it's about index blocks they shouldn't accept empty indices ideally.
While working on #9203 we noticed (see comment) that many
checkBlock()
methods were checking blocks on an empty index like this:I think most of this kind of calls can be replaced by a global block check like:
The text was updated successfully, but these errors were encountered: