aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_basic.py
Commit message (Expand)AuthorAgeFilesLines
* Generate legacy addresses by defaultRoss Nicoll2021-06-121-1/+1
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-12/+15
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-7/+7
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-3/+3
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-8/+8
* test: add coverage for passing fee rate as a stringJon Atack2020-12-101-2/+27
* wallet: Do not treat default constructed types as None-typeMarcoFalke2020-11-191-4/+2
* wallet: provide valid values if invalid estimate mode passedJon Atack2020-11-121-2/+2
* wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack2020-11-121-4/+4
* wallet: introduce fee_rate (sat/vB) param/optionJon Atack2020-11-111-117/+61
* Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21Samuel Dobson2020-11-041-10/+23
|\
| * wallet: add sendtoaddress/sendmany explicit fee rate coverageJon Atack2020-10-291-6/+19
| * wallet: fix SetFeeEstimateMode() error messageJon Atack2020-10-251-4/+4
* | scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank2020-10-201-11/+10
|/
* doc: Remove double-whitespace from help string, other whitespace fixupsMarcoFalke2020-09-301-4/+5
* [test] Make sure send rpc returns fee reasonSishir Giri2020-09-281-0/+12
* [send] Make send RPCs return fee reasonSishir Giri2020-09-261-1/+0
* test: Fix flaky wallet_basic testFabian Jahr2020-09-051-0/+3
* Merge #19671: wallet: Remove -zapwallettxesfanquake2020-09-011-2/+0
|\
| * Remove -zapwallettxesAndrew Chow2020-08-311-2/+0
* | Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...Samuel Dobson2020-08-311-2/+10
|\ \ | |/ |/|
| * [rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coinsSjors Provoost2020-08-071-2/+10
* | test: Remove confusing and broken use of wait_until globalMarcoFalke2020-08-151-3/+2
* | refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-1/+1
|/
* Merge #18202: refactor: consolidate sendmany and sendtoaddress codeSamuel Dobson2020-07-121-2/+5
|\
| * [rpc] refactor: consolidate sendmany and sendtoaddress codeSjors Provoost2020-06-191-2/+5
* | tests for bumpfee / estimate_modesKarl-Johan Alm2020-06-241-0/+122
|/
* wallet: remove -salvagewalletAndrew Chow2020-05-251-2/+0
* test: Fix intermittent sync_blocks failuresMarcoFalke2020-05-051-7/+2
* Add a --descriptors option to various testsAndrew Chow2020-04-231-40/+44
* test: remove getaddressinfo label testsJon Atack2020-01-091-1/+1
* rpc: simplify getaddressinfo labels, deprecate previous behaviorJon Atack2020-01-031-5/+2
* tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
* test: add rpc getaddressinfo labels test coverageJon Atack2019-11-241-1/+5
* Change default address type to bech32Gregory Sanders2019-09-261-1/+1
* test: use named args for sendrawtransaction callsJon Atack2019-09-221-3/+3
* Merge #16898: test: Remove connect_nodes_biMarcoFalke2019-09-181-11/+11
|\
| * scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke2019-09-171-11/+11
* | Merge #16521: rpc: Use the default maxfeerate value as BTC/kBWladimir J. van der Laan2019-09-181-1/+1
|\ \ | |/ |/|
| * wallet/rpc: Use the default maxfeerate value as BTC/kBJoonmo Yang2019-08-181-1/+1
* | test: improve gettransaction test coverageJon Atack2019-09-151-3/+28
* | rpc: fix regression in gettransactionJon Atack2019-09-141-2/+2
* | [wallet] Rename 'decode' argument in gettransaction method to 'verbose'John Newbery2019-09-131-4/+4
* | tests: Add a new functional test for gettransactiondarosior2019-08-301-0/+5
|/
* test: Require standard txs in regtestMarcoFalke2019-06-211-0/+3
* test: Remove unused importsMarcoFalke2019-04-091-1/+0
* scripted-diff: use self.sync_* methodsMarcoFalke2019-04-091-2/+2
* test: Pass at most one node group to sync_allMarcoFalke2019-04-091-17/+17
* [rpc] remove resendwallettransactions RPCJohn Newbery2019-03-291-16/+1
* wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm2019-03-141-2/+2