bitcoinknots / bitcoin

Bitcoin Knots enhanced Bitcoin node/wallet software
MIT License
200 stars 60 forks source link

cli: make -getinfo user friendly #37

Closed ghost closed 1 year ago

ghost commented 2 years ago

Does it make sense to add changes from https://github.com/bitcoin/bitcoin/pull/21832, https://github.com/bitcoin/bitcoin/pull/22547 and https://github.com/bitcoin/bitcoin/pull/22891?

-getinfo looks like this right now:

image

after adding changes from above 3 PRs it will look like this:

image

luke-jr commented 2 years ago

Probably. Unfortunately, at least the first one simply has too many conflicts for me to handle right now. I've got the other two marked as TODO, but that to-do includes evaluating feasibility for merging.