aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_basic.py
AgeCommit message (Expand)Author
2024-03-27Merge bitcoin/bitcoin#27307: wallet: track mempool conflicts with wallet tran...Ryan Ofsky
2024-03-20wallet, rpc: show mempool conflicts in `gettransaction` resultishaanam
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2023-12-17wallet, mempool: propagete `checkChainLimits` error message to walletismaelsadeeq
2023-10-24test: refactor: support sending funds with outpoint resultSebastian Falbesoner
2023-08-21test: fix 'unknown named parameter' test in `wallet_basic`brunoerg
2023-07-27test: remove redundant test valuesJon Atack
2023-05-26test: Move test_chain_listunspent wallet check from mempool_packages to walle...MarcoFalke
2023-05-02Merge bitcoin/bitcoin#26094: rpc: Return block hash & height in getbalances, ...Andrew Chow
2023-05-01Merge bitcoin/bitcoin#26733: test: Add test for `sendmany` rpc that uses `sub...Andrew Chow
2023-04-26rpc: return block hash & height in getbalances, gettransaction & getwalletinf...Harris
2023-01-17Improve address decoding errorsAurèle Oulès
2023-01-13test: wallet: add coverage for `-spendzeroconfchange` settingSebastian Falbesoner
2023-01-01Add test for `sendmany` rpc that uses `subtractfeefrom` parameterYusuf Sahin HAMZA
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-09-15rpc: treat univalue type check error as RPC_TYPE_ERROR, not RPC_MISC_ERRORfurszy
2022-09-07test: Fix `wallet_basic.py` for BDB-only walletsHennadii Stepanov
2022-08-30test: simplify splitment with `sendall` in wallet_basicbrunoerg
2022-08-30test: use `sendall` when emptying walletbrunoerg
2022-08-18test: speedup wallet tests by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2022-08-16Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptorsAndrew Chow
2022-07-19rpc: output parent wallet descriptors for coins in listunspentAntoine Poinsot
2022-07-18univalue: Return more detailed type check error messagesMacroFake
2022-07-03test: pass `dustrelayfee=0` option for tests using dust (instead of `acceptno...Sebastian Falbesoner
2022-03-25Merge bitcoin/bitcoin#24502: wallet: don't create long chains by defaultMarcoFalke
2022-03-25[wallet] don't create long chains by defaultglozow
2022-02-01test: add wtxid in expected_fields for wallet_basicbrunoerg
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-17test: get and decode tx with a single `gettransaction` RPC callSebastian Falbesoner
2021-09-30Remove -rescan startup parameterSamuel Dobson
2021-09-03Merge bitcoin/bitcoin#17526: Add Single Random Draw as an additional coin sel...Samuel Dobson
2021-09-25Update lockunspent tests for lock persistenceSamuel Dobson
2021-09-23tests: wallet_basic lock needed unspentsAndrew Chow
2021-09-09Merge bitcoin/bitcoin#22788: scripted-diff: Use generate* from TestFrameworkmerge-script
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-06-22Disallow bech32m addresses for legacy wallet thingsAndrew Chow
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-05-09test: fee rate values that cannot be represented as sat/vBJon Atack
2021-05-09rpc: for sat/vB fee rates, limit ParseFixedPoint decimals to 3Jon Atack
2021-05-09test: type error and out of range fee rates where missingJon Atack
2021-05-09test: explicit fee rates with invalid amountsJon Atack
2021-05-06test: improve zero-value explicit fee rate coverageJon Atack
2021-04-16qa: Test default include_mempool value of gettxoutJoão Barbosa
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-01-24Better error messages for invalid addressesBezdrighin
2020-12-31scripted-diff: Bump copyright headersMarcoFalke