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 pagination for the UTXO tab #457

Merged
merged 6 commits into from Sep 29, 2020

Conversation

ben-kaufman
Copy link
Contributor

This both adds pagination to the UTXO tab and does some very significant optimizations to it which speeds it up very significantly with a large number of UTXOs. There probably is some more room for improvement, optimization, and maybe general refactoring around this, but I think for now this should be good enough.

Fix #451

src/cryptoadvance/specter/wallet.py Outdated Show resolved Hide resolved
src/cryptoadvance/specter/wallet.py Outdated Show resolved Hide resolved
ben-kaufman and others added 4 commits September 29, 2020 20:32
Co-authored-by: Luke <51127079+PulpCattel@users.noreply.github.com>
Co-authored-by: Luke <51127079+PulpCattel@users.noreply.github.com>
@stepansnigirev stepansnigirev merged commit 7749aa6 into cryptoadvance:master Sep 29, 2020
@ben-kaufman ben-kaufman deleted the utxo-pagination branch September 30, 2020 03:05
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

Successfully merging this pull request may close these issues.

Add pagination to UTXO tab
3 participants