There were some RPC/RPC options deprecated in v0.16. Those can now be removed from master since v0.16 has been branched.
estimatefee
RPC has been removed. Thefeature_fee_estimation.py
test has been updated to remove the RPC, but doesn’t yet have good coverage of the replacement RPCestimatesmartfee
. Improving the test coverage should be done in a new PR. (#11031)- the
errors
field returned bygetmininginfo
has been deprecated and replaced by awarning
field. (#10858) - providing addresses as inputs to
createmultisig
has been deprecated. Users should useaddmultisigaddress
instead (#11415) - The return format from
addmultisigaddress
has changed (#11415)
getwitnessaddress
was also deprecated in v0.16 and can be removed, but many tests are using that RPC, so it’s a larger job to remove. It should be removed in a separate PR (possibly after #11739 and #11398 have been merged and the segwit test code tidied up)