aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_groups.py
AgeCommit message (Expand)Author
2022-09-03test: apply fixed feerate to avoid variable dynamic feesstickies-v
2022-08-30test: use `sendall` when emptying walletbrunoerg
2022-08-18test: speedup wallet tests by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2021-12-17wallet: Strictly match tx change type to improve privacyMarcoFalke
2021-11-16Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by defaultAndrew Chow
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-06-21test: remove `ToHex` helper, use .serialize().hex() insteadSebastian Falbesoner
2021-06-21test: introduce `tx_from_hex` helper for tx deserializationSebastian Falbesoner
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-03-11test: use fewer blocks in wallet_groups and move sync callJon Atack
2021-03-07test: add missing logging to wallet_groups.pyJon Atack
2020-08-18-maxapsfee: follow-up fixesKarl-Johan Alm
2020-08-18tests: add sync_all to fix race condition in wallet groups testKarl-Johan Alm
2020-08-17Merge #14582: wallet: always do avoid partial spends if fees are within a spe...Samuel Dobson
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-08-06test: test the implicit avoid partial spends functionalityKarl-Johan Alm
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-14test: Bump timeouts to avoid valgrind failuresMarcoFalke
2020-01-25Merge #17770: test: bump test timeouts so that functional tests run in valgrindMarcoFalke
2020-01-25bump test timeouts so that functional tests run in valgrindMicky Yun Chan
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-09-19Test: Move common function assert_approx() into util.pyfridokus
2018-12-22scripted-diff: Rename rpc_timewait to rpc_timeoutMarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-08-01qa: Extract rpc_timewait as test paramMarcoFalke
2018-07-30[qa] Add test for too-large wallet output groupsSuhas Daftuar
2018-07-24test: Add basic testing for wallet groupsKarl-Johan Alm