aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_notifications.py
AgeCommit message (Expand)Author
2021-04-26test: Fix feature_notifications.py intermittent issueMarcoFalke
2021-03-15Add new format string placeholders for walletnotify to include relevant block...Maayan Keshet
2021-01-27Setup wallets with descriptors for feature_notificationsAndrew Chow
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-10-27Merge #20167: test: Add test for -blockversionWladimir J. van der Laan
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-10-16test: Remove unused -blockversion from testsMarcoFalke
2020-09-29test: Get rid of default wallet hacksRussell Yanofsky
2020-09-06Change FILE_CHAR_BLOCKLIST to FILE_CHARS_DISALLOWEDBenoit Verret
2020-08-26test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz
2020-06-16test: Add missing sync_blocksMarcoFalke
2020-06-09change blacklist to blocklistTrentZ
2020-05-15wallet: Minimal fix to restore conflicted transaction notificationsRussell Yanofsky
2020-05-04test: Add test for conflicted wallet tx notificationsRussell Yanofsky
2020-01-31test: Check wallet name in -walletnotify scriptJoão Barbosa
2019-09-17scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke
2019-09-17test: Reformat python imports to aid scripted diffMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-02-25rpc/gui: Remove 'Unknown block versions being mined' warningWladimir J. van der Laan
2018-10-12tests: Stop node before removing the notification fileChun Kuan Lee
2018-09-25qa: Run more tests with wallet disabledMarcoFalke
2018-09-25tests: write the notification to different files to avoid race conditionChun Kuan Lee
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-12Explicitly specify encoding when opening text files in Python codepracticalswift
2018-04-08qa: Windows fixups for functional testsMarcoFalke
2018-01-25[tests] Rename feature_* functional tests.Anthony Towns