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
Is your feature request related to a problem? Please describe.
At the moment it is only possible to request one payment note at a time. For the wallet statement export we need many payment notes during the export period. Requestibg the api 50+ or 100+ times slows down the export time.
Describe the solution you'd like
Enable requestibg payment notes based on an array of txhashes. Respond with txhash strings mapped to payment notes. For payment notes not in the db, dont include the hash in the response. Do not fail if tx hashes are missing in db.
Describe alternatives you've considered
Continue calling the api many times for each export.
Additional context
Issue number #623 in myxogastria
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
At the moment it is only possible to request one payment note at a time. For the wallet statement export we need many payment notes during the export period. Requestibg the api 50+ or 100+ times slows down the export time.
Describe the solution you'd like
Enable requestibg payment notes based on an array of txhashes. Respond with txhash strings mapped to payment notes. For payment notes not in the db, dont include the hash in the response. Do not fail if tx hashes are missing in db.
Describe alternatives you've considered
Continue calling the api many times for each export.
Additional context
Issue number #623 in myxogastria
The text was updated successfully, but these errors were encountered: