aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_listtransactions.py
AgeCommit message (Expand)Author
2021-12-22test: check for invalid listtransactions RPC parametersSebastian Falbesoner
2021-12-06test: remove unneeded sync_all() calls in wallet_listtransactions.pySebastian Falbesoner
2021-12-02test: fix: remove outdated TestNode.generate callsJames O'Beirne
2021-12-02Merge bitcoin/bitcoin#22929: wallet: Automatically add receiving destinations...W. J. van der Laan
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-22Merge bitcoin/bitcoin#23139: rpc: fix "trusted" field in TransactionDescripti...W. J. van der Laan
2021-10-12test: bip125-replaceable in listsinceblockbrunoerg
2021-10-06test: listtranscations with externally generated addressesS3RK
2021-09-29test: add listtransactions/listsinceblock "trusted" coverageJon Atack
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-07-16test: add logging to wallet_listtransactionsSebastian Falbesoner
2021-07-16test: remove unneeded/redundant code in wallet_listtransactionsSebastian Falbesoner
2021-07-16test: speedup wallet_listtransactions by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2021-06-21test: introduce `tx_from_hex` helper for tx deserializationSebastian Falbesoner
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-11-01Make import tests in wallet_listtransactions.py legacy wallet onlyAndrew Chow
2020-04-16rpc: Document all aliases for first arg of listtransactionsMarcoFalke
2019-11-11rpc: Expose block height of wallet transactionsJoão Barbosa
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2019-03-14wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2018-11-16Fix running individually through test_runner.py, as suggested by @MarcoFalke ...Kristaps Kaupe
2018-11-13[wallet] Restore ability to list incoming transactions by labelRussell Yanofsky
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
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-04-16[tests] Rename rpc_listtransactions.py to wallet_listtransactions.pyJohn Newbery