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
The new block format assumes that prefixes are ordered
lexicographically. We now require the `Compare` function to adhere to
this assumption. This is already the case with our test comparators
and the CRDB comparator.
We add a `Comparer` wrapper that verifies this assumption, and we use
this in a low percentage of `invariant` test runs.
0 commit comments