aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_watchonly.py
AgeCommit message (Collapse)Author
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-02-16test: disallow sendtoaddress/sendmany when private keys disabledJon Atack
2021-02-01scripted-diff: Remove setup_clean_chain if default is not changedFabian Jahr
-BEGIN VERIFY SCRIPT- git grep -l "self.setup_clean_chain = False" test/functional/*.py | xargs sed -i "/self.setup_clean_chain = False/d"; -END VERIFY SCRIPT-
2019-12-06tests: Use a default of supports_cli=True (instead of supports_cli=False)practicalswift
2019-08-28test: add executable flag for wallet_watchonly.pySebastian Falbesoner
2019-07-24tests: functional watch-only wallet testsWilliam Casarin
These test the new watch-only defaults for rpcs with include_watchonly and includeWatching options. Signed-off-by: William Casarin <jb55@jb55.com>