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

Create defrag-style TUI for wallet syncing #17

Merged
merged 6 commits into from
Apr 22, 2024
Merged

Create defrag-style TUI for wallet syncing #17

merged 6 commits into from
Apr 22, 2024

Conversation

str4d
Copy link
Collaborator

@str4d str4d commented Apr 20, 2024

No description provided.

Copy link
Contributor

@daira daira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK (modulo clippy failures).

@str4d
Copy link
Collaborator Author

str4d commented Apr 22, 2024

Force-pushed to fix clippy lints.

str4d added 2 commits April 22, 2024 22:18
Previously we were using floor division to determine the number of
blocks per cell, which would then exceed the number of cells available
to render, leading to information around the chain tip not being shown.
We now use ceiling division, as well as specifically rendering blocks
above the chain tip as "ignored" with no background (rather than as
"chain tip" scan ranges).
@str4d str4d merged commit 01e872a into main Apr 22, 2024
17 checks passed
@str4d str4d deleted the defrag branch April 22, 2024 22:45
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.

2 participants