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

[bug] Extension sends large payloads to fetch transactions #25

Open
rithvikvibhu opened this issue May 13, 2022 · 0 comments
Open

[bug] Extension sends large payloads to fetch transactions #25

rithvikvibhu opened this issue May 13, 2022 · 0 comments

Comments

@rithvikvibhu
Copy link
Collaborator

A user has this issue of the extension stuck at Inserting TX # 512 of 1181:
image

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.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant