-
Notifications
You must be signed in to change notification settings - Fork 178
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
Feature request: history
via api
#1358
Comments
Concept ACK on idea, but note that this currently might be slow, especially on old wallets, I mean minutes. Not sure how well Jam will handle that. Related - #1349. |
Pump, due to "popular demand". A pair of |
Not sure how much. Still need to request all transactions from Bitcoin Core. This was my motivation why I worked on bitcoin/bitcoin#19443. |
Somewhat related - #420. Qt GUI does not use full history functionality, it just saves list for itself. It works well if you only use single wallet and only use Qt GUI, but not in other cases. |
But way forward I think would be to just expose history functionality we already have via API and then look from there how usable it is, what improvements we can make on top of that. And that would mean no pagination options for now, you always get full history. |
If that is acceptable for you, then yes, that would be awesome. Should pagination be supported in the future, I think this can easily be added in a backward compatible way. 💪 |
Actually paging might help, Btw, #1625 was great optimization, make it run few times faster for old wallets with a lots of tx history. |
Would it be possible to serve the output of
wallet-tool.py <wallet> history
via the api?Do you think this is a useful feature that should be implemented?
e.g. (simplified example)
Related issue in Jam: joinmarket-webui/jam#515
The text was updated successfully, but these errors were encountered: