aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_deprecated.py
AgeCommit message (Collapse)Author
2018-02-16Create getaddressinfo RPC and deprecate parts of validateaddressAndrew Chow
Moves the parts of validateaddress which require the wallet into getaddressinfo which is part of the wallet RPCs. Mark those parts of validateaddress which require the wallet as deprecated. Validateaddress will call getaddressinfo for the data that both share for right now. Moves IsMine functions to libbitcoin_common and then links libbitcoin_wallet before libbitcoin_common in order to prevent linker errors since IsMine is no longer used in libbitcoin_server.
2018-02-08[tests] Remove test for deprecated createmultsig optionJohn Newbery
2018-02-02[tests] Remove estimatefee from rpc_deprecated.py testJohn Newbery
2018-01-25[tests] Rename rpc_* functional tests.Anthony Towns