There were some RPC/RPC options deprecated in v0.16. Those can now be removed from master since v0.16 has been branched.
estimatefeeRPC has been removed. Thefeature_fee_estimation.pytest 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
errorsfield returned bygetmininginfohas been deprecated and replaced by awarningfield. (#10858) - providing addresses as inputs to
createmultisighas been deprecated. Users should useaddmultisigaddressinstead (#11415) - The return format from
addmultisigaddresshas 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)