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

Add wallet fragmentation check #176

Open
arobsn opened this issue Aug 2, 2024 · 0 comments
Open

Add wallet fragmentation check #176

arobsn opened this issue Aug 2, 2024 · 0 comments
Labels
blocked enhancement New feature or request

Comments

@arobsn
Copy link
Member

arobsn commented Aug 2, 2024

As described in #165, the old and UTxO count verifications are very inefficient and expensive.

The old UTxO check was optimized in #175, but unfortunately addresses { boxesCount } suggested in #165 returns all boxes, both spent and unspent, so it's not suitable for checking the number of unspent boxes.

Since the fragmentation check is not critical, I decided to turn it off for now until a proper way to check the number of unspent boxes is implemented on ergo-graphql or other backend.

@arobsn arobsn added enhancement New feature or request blocked labels Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant