aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_basic.py
AgeCommit message (Expand)Author
2018-11-30[tests] Add wallet_balance.pyJohn Newbery
2018-10-24qa: Run all tests even if wallet is not compiledMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-13Merge #13566: Fix get balancePieter Wuille
2018-06-29[RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.John Newbery
2018-06-25[qa] wallet_basic: Specify minimum required amount for listunspentMarcoFalke
2018-06-24Merge #13160: wallet: Unlock spent outputsWladimir J. van der Laan
2018-05-25test: Output should be unlocked when spentJoão Barbosa
2018-05-02[tests] Remove 'account' API from wallet functional testsJohn Newbery
2018-05-01[tests] Fix flake8 warnings in several wallet functional testsJohn Newbery
2018-04-16[tests] Set -deprecatedrpc=accounts in testsJohn Newbery
2018-03-21Merge #12716: Fix typos and cleanup in various filesMarcoFalke
2018-03-21Fix typosDimitris Apostolou
2018-03-15test: Use wait_until in tests where time was used for pollingBen Woosley
2018-02-17scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow
2018-02-16scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow
2018-02-16Create getaddressinfo RPC and deprecate parts of validateaddressAndrew Chow
2018-01-25[tests] Rename wallet_* functional tests.Anthony Towns