Quick fixups and updates for v0.21.0:
- handle larger BIP155
addrv2
addresses - add Signet chain
- add an additional space between the
net
andmping
columns; add missingtinyformat
andalgorithm
headers - s/uptime/age/ per 0xB10C suggestion, and make the column auto-adjusting variable width
- display
-
for oversized mping/ping times like1.17348e+06
, as reported by practicalswift
Edit: removed the release note commit, as this PR was not merged before the notes were moved to the wiki. It’s here:
0- A new `bitcoin-cli -netinfo` command returns a network peer connections
1 dashboard that displays data from the `getpeerinfo` and `getnetworkinfo` RPCs
2 in a human-readable format. An optional integer argument from `0` to `4` may
3 be passed to see various levels of detail. (#19643)