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
Continuing from #621, it is necessary for us to support custom ordering in our paginated querying of storage records, such that the end user has more control over results appearing on page 1, but also to ensure that DB shuffling does not result in records being moved across pages, resulting in duplicate records across pages, or records being missed as offset is incremented.
Continuing from #621, it is necessary for us to support custom ordering in our paginated querying of storage records, such that the end user has more control over results appearing on page 1, but also to ensure that DB shuffling does not result in records being moved across pages, resulting in duplicate records across pages, or records being missed as offset is incremented.
This requires support in Askar: openwallet-foundation/askar#290
and in ACA-Py: openwallet-foundation/acapy#3001
The text was updated successfully, but these errors were encountered: