-
Notifications
You must be signed in to change notification settings - Fork 38.7k
qt, docs: Fix bitcoin-qt -version output formatting
#14521
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
Conversation
|
@hebasto This screen is for "About Bitcoin Core", so I would like to have it kept as clean and professional looking as possible. There's a screen for "About Qt" under |
|
@molxyz If "trivial" PRs take too much time for devs, we have a delegation problem. Reviewing "trivial" PRs could and should be delegated appropriately. Please don't scare away newcomers that want to (learn how to) contribute. I am one them. |
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsNo conflicts as of last run. |
|
An uninteresting trip into all? the different place/ways we display version information (efaf2d8): After (This PR 368bd04): It seems that whatever |
|
@fanquake Thank you for your review. This PR is intended only for the |
368bd04 to
60ae463
Compare
|
Rebased. |
jonasschnelli
left a comment
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.
utACK 60ae463
60ae463 Fix `bitcoin-qt -version` output formatting (Hennadii Stepanov) Pull request description: This PR makes command line output of `bitcoin-qt -version` formatted in the same way as `bitcoind -version` output. Before:  After:  Tree-SHA512: fd8bd20e2108b9562bcbf6c094f950e867a5755994e8acc28b07e52fe73d04f783201c20bde47be2083ce89fb3ef9749f9c3757d479ad6c48ed09c633155f47e
Summary: > This PR makes command line output of `bitcoin-qt -version` formatted in the same way as `bitcoind -version` output. This is a backport of Core [[bitcoin/bitcoin#14521 | PR14521]] Test Plan: `src/qt/bitcoin-qt -version` Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D8352
…tting 60ae463 Fix `bitcoin-qt -version` output formatting (Hennadii Stepanov) Pull request description: This PR makes command line output of `bitcoin-qt -version` formatted in the same way as `bitcoind -version` output. Before:  After:  Tree-SHA512: fd8bd20e2108b9562bcbf6c094f950e867a5755994e8acc28b07e52fe73d04f783201c20bde47be2083ce89fb3ef9749f9c3757d479ad6c48ed09c633155f47e
…tting 60ae463 Fix `bitcoin-qt -version` output formatting (Hennadii Stepanov) Pull request description: This PR makes command line output of `bitcoin-qt -version` formatted in the same way as `bitcoind -version` output. Before:  After:  Tree-SHA512: fd8bd20e2108b9562bcbf6c094f950e867a5755994e8acc28b07e52fe73d04f783201c20bde47be2083ce89fb3ef9749f9c3757d479ad6c48ed09c633155f47e



This PR makes command line output of
bitcoin-qt -versionformatted in the same way asbitcoind -versionoutput.Before:

After:
