These are follow-ups to #18594:
release note for
-getinfomultiwallet balancesupdate the
-getinfohelp:
$ bitcoin-cli -h | grep -A3 getinfo
-getinfo
Get general information from the remote server, including the balances
of each loaded wallet when in multiwallet mode. Note that
-getinfo is the combined result of several RPCs (getnetworkinfo,
getblockchaininfo, getwalletinfo, getbalances, and in multiwallet
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_scaleto test_framework/util.py and improve the coverage ininterface_bitcoin_cli.py