This PR address a feature requested in KERIA (https://github.com/WebOfTrust/keria/issues/266) to allow notifications to be ordered in reverse, and be filtered by the read status and the route parameter in the attrs (note.a.r) if exists.
To get the notes in reversed order I added a new function in LMDBer called getAllItemRvsdIter that returns the reversed iterator.
This PR address a feature requested in KERIA (https://github.com/WebOfTrust/keria/issues/266) to allow notifications to be ordered in reverse, and be filtered by the
read
status and theroute
parameter in theattrs
(note.a.r
) if exists.To get the notes in reversed order I added a new function in
LMDBer
calledgetAllItemRvsdIter
that returns the reversed iterator.