aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_listreceivedby.py
AgeCommit message (Expand)Author
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-08-18test: speedup wallet tests by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2022-06-22test: add coverage for 'listreceivedbyaddress' no change addrs returnfurszy
2022-05-23Merge bitcoin/bitcoin#25122: rpc: getreceivedbylabel, return early if no addr...Andrew Chow
2022-05-20rpc: getreceivedbylabel, don't loop over the entire wallet txs map if no dest...furszy
2022-05-19rpc: wallet: remove `-deprecatedrpc=exclude_coinbase` logicSebastian Falbesoner
2022-04-01test: Fix intermittent test failure in wallet_listreceivedby.pyMarcoFalke
2021-12-07Test including coinbase transactions in receivedby wallet rpcsAndrew Toth
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
2020-01-09test: remove getaddressinfo label testsJon Atack
2020-01-03rpc: simplify getaddressinfo labels, deprecate previous behaviorJon Atack
2019-11-24test: add rpc getaddressinfo labels test coverageJon Atack
2019-11-18test: skip wallet_listreceivedby test when the cli isn't compiledfanquake
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2018-11-01[tests] Move deterministic address import to setup_nodesJohn Newbery
2018-10-14Fix listreceivedbyaddress not taking address as a stringEric Scrivner
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-09-10qa: Premine to deterministic address with -disablewalletMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-23qa: Fix wallet_listreceivedby raceMarcoFalke
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-10[wallet] [rpc] introduce 'label' API for walletWladimir J. van der Laan
2018-03-19Rename account to label where appropriateRussell Yanofsky
2018-03-07Add tests of listreceivedbyaddress address filteringJeremy Rubin
2018-01-25[tests] Rename wallet_* functional tests.Anthony Towns