aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_basic.py
Commit message (Expand)AuthorAgeFilesLines
* Merge #15485: add rpc_misc.py, mv test getmemoryinfo, add test mallocinfoMarcoFalke2019-03-011-6/+0
|\
| * add rpc_misc.py, mv test getmemoryinfo, add test mallocinfoAdam Jonas2019-02-261-6/+0
* | Address test todos by removing -txindex to nodes.Amiti Uttarwar2019-02-171-2/+0
* | tests: Added missing tests for RPC wallet errorsBen Carman2019-02-111-0/+26
* | Merge #15247: qa: Use wallet to retrieve raw transactionsMarcoFalke2019-02-011-12/+14
|\ \ | |/ |/|
| * qa: Use wallet to retrieve raw transactionsMarcoFalke2019-01-261-6/+6
| * qa: Style-only fixes in touched filesMarcoFalke2019-01-251-6/+8
* | [RPC] Update getrawtransaction interfaceAmiti Uttarwar2019-01-261-0/+2
|/
* [tests] Add wallet_balance.pyJohn Newbery2018-11-301-13/+0
* Merge #14410: rpcwallet: 'ischange' field for 'getaddressinfo' RPCMarcoFalke2018-11-041-1/+17
|\
| * tests: add test for 'getaddressinfo' RPC result 'ischange' fieldwhythat2018-10-131-1/+17
* | [tests] Move deterministic address import to setup_nodesJohn Newbery2018-11-011-4/+3
* | [tests] Small fixups before deprecating generateJohn Newbery2018-10-161-2/+3
|/
* Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke2018-09-241-1/+7
|\
| * Consistently use ParseHashV to validate hash inputs in rpcBen Woosley2018-08-071-1/+7
* | qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | Merge #13566: Fix get balancePieter Wuille2018-07-131-0/+9
|\ \
| * | [RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.John Newbery2018-06-291-0/+9
* | | [qa] wallet_basic: Specify minimum required amount for listunspentMarcoFalke2018-06-251-2/+2
|/ /
* | Merge #13160: wallet: Unlock spent outputsWladimir J. van der Laan2018-06-241-0/+9
|\ \ | |/ |/|
| * test: Output should be unlocked when spentJoão Barbosa2018-05-251-0/+9
* | [tests] Remove 'account' API from wallet functional testsJohn Newbery2018-05-021-17/+15
|/
* [tests] Fix flake8 warnings in several wallet functional testsJohn Newbery2018-05-011-77/+88
* [tests] Set -deprecatedrpc=accounts in testsJohn Newbery2018-04-161-5/+6
* Merge #12716: Fix typos and cleanup in various filesMarcoFalke2018-03-211-1/+1
|\
| * Fix typosDimitris Apostolou2018-03-211-1/+1
* | test: Use wait_until in tests where time was used for pollingBen Woosley2018-03-151-2/+2
|/
* scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow2018-02-171-3/+3
* scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow2018-02-161-1/+1
* Create getaddressinfo RPC and deprecate parts of validateaddressAndrew Chow2018-02-161-1/+10
* [tests] Rename wallet_* functional tests.Anthony Towns2018-01-251-0/+446