aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_balance.py
AgeCommit message (Expand)Author
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2023-04-26rpc: return block hash & height in getbalances, gettransaction & getwalletinf...Harris
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-28Merge bitcoin/bitcoin#26480: test: Remove wallet option from non-wallet testsAndrew Chow
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-10-29RPC: listunspent, add "include immature coinbase" flagfurszy
2022-08-27test: Fix wallet_balance intermittent issueMacroFake
2022-08-18test: speedup wallet tests by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2022-07-03rpc, wallet: Document and test mempool scan after importprivkeyJoão Barbosa
2022-07-03rpc, wallet: Document and test mempool scan after importaddressJoão Barbosa
2022-03-25[wallet] don't create long chains by defaultglozow
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-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2020-12-06Merge #19893: test: Remove or explain syncwithvalidationinterfacequeueMarcoFalke
2020-11-01Move import and watchonly tests to be legacy wallet only in wallet_balance.pyAndrew Chow
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-10-08Revert "test: Add missing sync_all to wallet_balance test"MarcoFalke
2020-09-29test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky
2020-06-18test: move sync_blocks and sync_mempool functions to test_framework.pyRoy Shao
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-05Improve getbalances coverage in wallet_balance testsJon Atack
2019-12-09test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-10-21Expand on wallet_balance.py comment from https://github.com/bitcoin/bitcoin/p...Jeremy Rubin
2019-10-21Update comment in test/functional/wallet_balance.pyJeremy Rubin
2019-10-21Update wallet_balance.py test to reflect new behaviorJeremy Rubin
2019-09-17scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke
2019-06-28test: Add missing sync_all to wallet_balance testMarcoFalke
2019-05-23wallet_balance.py: Prevent edge casesSteven Roose
2019-05-02rpc: Add getbalances RPCMarcoFalke
2019-04-30test: Add reorg test to wallet_balanceMarcoFalke
2019-04-30test: Check that wallet txs not in the mempool are untrustedMarcoFalke
2019-04-30test: Add getunconfirmedbalance test with conflictsMarcoFalke
2019-04-30test: Add wallet_balance test for watchonlyMarcoFalke
2019-03-31qa: Check unconfirmed balance after loadwalletJoão Barbosa
2018-11-30[tests] Add wallet_balance.pyJohn Newbery