bitcoin/test/util
Michael Dietz 085b3a7299
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
1) add a new sane "address" field (for outputs that have an
   identifiable address, which doesn't include bare multisig)
2) with -deprecatedrpc: leave "reqSigs" and "addresses" intact
   (with all weird/wrong behavior they have now)
3) without -deprecatedrpc: drop "reqSigs" and "addresses" entirely,
   always.
2021-03-23 10:51:43 -04:00
..
data rpc: deprecate `addresses` and `reqSigs` from rpc outputs 2021-03-23 10:51:43 -04:00
bitcoin-util-test.py
rpcauth-test.py