aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_listsinceblock.py
AgeCommit message (Expand)Author
2022-10-28rpc: make `address` field optionalw0xlt
2022-09-07test: Fix `wallet_listsinceblock.py` for BDB-only walletsHennadii Stepanov
2022-08-18test: speedup wallet tests by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2022-08-16rpc: add an include_change parameter to listsinceblockAntoine Poinsot
2022-07-19rpc: output wallet descriptors for received entries in listsinceblockAntoine Poinsot
2022-07-12scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCEMacroFake
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-29test: add listtransactions/listsinceblock "trusted" coverageJon Atack
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-11-05test: Fix intermittent issue in wallet_listsinceblockMarcoFalke
2020-11-01Avoid dumpprivkey in wallet_listsinceblock.pyAndrew Chow
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-08-12Cap listsinceblock target_confirmations paramAdam Stein
2020-03-24test: listsinceblock block height checksJon Atack
2020-03-09test: add logging to wallet_listsinceblock.pyJon 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-11-11rpc: Expose block height of wallet transactionsJoão Barbosa
2019-10-28Fix issue with conflicted mempool tx in listsinceblockAdam Jonas
2019-09-17test: Use connect_nodes when connecting nodes in the test_frameworkMarcoFalke
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09test: Pass at most one node group to sync_allMarcoFalke
2018-09-24Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-07Consistently use ParseHashV to validate hash inputs in rpcBen Woosley
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-02[tests] Remove 'account' API from wallet functional testsJohn Newbery
2018-05-01[tests] Fix flake8 warnings in several wallet functional testsJohn Newbery
2018-04-16[tests] Set -deprecatedrpc=accounts in testsJohn Newbery
2018-03-21Fix typosDimitris Apostolou
2018-02-17scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow
2018-01-25[tests] Rename wallet_* functional tests.Anthony Towns