Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Handle addresses with large number of transactions #28

Open
alokmenghrajani opened this issue Oct 18, 2018 · 0 comments
Open

Handle addresses with large number of transactions #28

alokmenghrajani opened this issue Oct 18, 2018 · 0 comments

Comments

@alokmenghrajani
Copy link
Contributor

alokmenghrajani commented Oct 18, 2018

We make a few assumptions which can lead us to miss transactions if there are too many. For example, we assume the electrum servers are not pruning transactions. We assume a single request is enough to get the full address history. Etc.

Instead of silently returning an incorrect balance, we should at least panic() if an address has too many transactions.

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

No branches or pull requests

1 participant