We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A user has this issue of the extension stuck at Inserting TX # 512 of 1181:
It's failing on getting transactions by addresses in bulk: https://hsd-dev.org/api-docs/?shell--curl#get-tx-by-addresses
The request payload is too large (HTTP 413 response). In this case, the 240 kB request that failed contains 100 addresses. The next ones even more.
The extension will mostly have to break it into multiple smaller requests.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A user has this issue of the extension stuck at Inserting TX # 512 of 1181:
It's failing on getting transactions by addresses in bulk: https://hsd-dev.org/api-docs/?shell--curl#get-tx-by-addresses
The request payload is too large (HTTP 413 response). In this case, the 240 kB request that failed contains 100 addresses. The next ones even more.
The extension will mostly have to break it into multiple smaller requests.
The text was updated successfully, but these errors were encountered: