zingolabs / zingolib

An API and test-app that exposes zcash functionality for app consumption
MIT License
15 stars 23 forks source link

new `zingolib` method for Value Transfers type `messages` for zingo-mobile #1501

Closed juanky201271 closed 2 days ago

juanky201271 commented 2 weeks ago

Ref: https://github.com/zingolabs/zingolib/issues/1461

The app needs two different queries for messages:

  1. All the messages in reverse order than Value Transfers (the first VT have to be the last VTMessage)
  2. 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.

juanky201271 commented 2 days ago

Thanks @dorianvp & @AloeareV. closing...