-
Notifications
You must be signed in to change notification settings - Fork 992
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
Replace default fmt::Display on core::Hash #2325
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We show block hashes in multiple places in the TUI.
It would be nice if we could do this in once and reuse it everywhere as necessary.
Actually I suspect this goes beyond the tui and we should scope this to include the api and the logs and everywhere else we see a block hash displayed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small change but looks good to me.
👍
Can you post a screenshot of the tui here so we can see how it looks visually?
Just a note here, this cause In old version, the file name is like:
In new version, the file name becomes:
Do remind users to upgrade nodes to latest version if anyone report this problem. Or try restarting multiple times to download state from a new version node. There's no problem in mainnet, since all nodes will use new version. |
The filename ends in |
Resolves #2314
Visually:
?r @antiochp