All the messages in reverse order than Value Transfers (the first VT have to be the last VTMessage)
All the messages from/to a specific address in reverse order as well than Value Transfers (the first VT have to be the last VTMessage about that address)
Now I have to sort the list from VT's every time that the App fetch the VT list (every 5 seconds). IMO if this task is done in a lower level: zingolib will be better for the consumers.
Ref: https://github.com/zingolabs/zingolib/issues/1461
The app needs two different queries for messages:
Now I have to sort the list from VT's every time that the App fetch the VT list (every 5 seconds). IMO if this task is done in a lower level:
zingolib
will be better for the consumers.