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
Tests were failing in omgnetwork/ewallet#844 due to rapid consecutive inserts. The records could not be sorted by ID for creation time because the inserts were done within same milliseconds.
Subject of the issue
Tests were failing in omgnetwork/ewallet#844 due to rapid consecutive inserts. The records could not be sorted by ID for creation time because the inserts were done within same milliseconds.
See the workaround needed: omgnetwork/ewallet@ce9d98f
See ULID specs on monotonicity: https://github.com/ulid/spec#monotonicity
Steps to reproduce
Create multiple ULIDs within the same millisecond.
Expected behavior
ULIDs generated within a millisecond should be sortable by creation time.
Actual behavior
ULIDs generated within a millisecond are not sortable by creation time.
The text was updated successfully, but these errors were encountered: