These are follow-ups to #18594:
-
release note for
-getinfo
multiwallet balances -
update the
-getinfo
help:
0$ bitcoin-cli -h | grep -A3 getinfo
1 -getinfo
2 Get general information from the remote server, including the balances
3 of each loaded wallet when in multiwallet mode. Note that
4 -getinfo is the combined result of several RPCs (getnetworkinfo,
5 getblockchaininfo, getwalletinfo, getbalances, and in multiwallet
6 mode, listwallets), each with potentially different state.
-
more robust bitcoin-cli -getinfo command parsing per review feedback in #18594 (review) and regression test coverage for that change
-
add
assert_scale
to test_framework/util.py and improve the coverage ininterface_bitcoin_cli.py