-
Notifications
You must be signed in to change notification settings - Fork 1k
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/batch requests #439
base: master
Are you sure you want to change the base?
Conversation
add block height to transaction response
Feature/batch requests
…quest handle error on block request
…quest handle error on block request more
Fix usage of req.addrs
There may be memory issues with very large batch requests, e.g. attempting to request every block in one request. What's the use case for this instead from making multiple HTTP requests? I'm working separately on optimizing memory usage for address summary queries with a large number of transactions. However with many addresses combined into one request, there may be a similar issue. With HD wallets querying several addresses at once could be useful (and potentially based on a range of block heights). |
@braydonf I'd like to use this api from browser, but browsers have limitations on number of simultaneous HTTP requests. So it is bottle neck of performance. Such improvement reduces time of operation in twice. |
No description provided.