Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable bulk requests for payment notes #174

Open
louilinn opened this issue Apr 26, 2023 · 1 comment
Open

Enable bulk requests for payment notes #174

louilinn opened this issue Apr 26, 2023 · 1 comment
Labels
enhancement 🎇 New feature or request

Comments

@louilinn
Copy link
Collaborator

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

@louilinn
Copy link
Collaborator Author

louilinn commented Sep 5, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🎇 New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant