aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_block.py
AgeCommit message (Expand)Author
2019-01-08Merge #15059: test: Add basic test for BIP34Wladimir J. van der Laan
2019-01-05test: Run invalid_txs.InputMissing test in feature_blockMarcoFalke
2019-01-02Merge #14457: test: add invalid tx templates for use in functional testsWladimir J. van der Laan
2018-12-29test: Add basic test for BIP34MarcoFalke
2018-12-20test: Bump timeout to run tests in travis thread sanitizerMarcoFalke
2018-11-27test: add invalid tx templates for use in functional testsJames O'Beirne
2018-11-13qa: Check specific reject reasons in feature_blockMarcoFalke
2018-11-09tests: Make feature_block pass on centosMarcoFalke
2018-09-24Merge #14007: tests: Run functional test on Windows and enable it on AppveyorMarcoFalke
2018-09-17Changed functional tests which do not require wallets to run withoutsanket1729
2018-09-17tests: Make it possible to run functional tests on WindowsChun Kuan Lee
2018-09-13Merge #14180: qa: Run all tests even if wallet is not compiledWladimir J. van der Laan
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-09-08Merge #14119: qa: Read reject reasons from debug log, not p2p messagesWladimir J. van der Laan
2018-09-04Fix typos reported by codespellpracticalswift
2018-08-31qa: Read reject reasons from debug log, not p2p messagesMarcoFalke
2018-08-29scripted-diff: Use named arguments in feature_blockMarcoFalke
2018-08-09[Tests] Cleanup feature_block.py, remove unnecessary PreviousSpendableOutput ...Conor Scott
2018-08-09[Tests] Cleanup extra instances of create_transactionConor Scott
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-05-05qa: Pad scriptPubKeys to get minimum sized txsMarcoFalke
2018-04-26Merge #13003: qa: Add test for orphan handlingWladimir J. van der Laan
2018-04-20[tests] Fix feature_block flakinessJohn Newbery
2018-04-16qa: Add test for orphan handlingMarcoFalke
2018-03-19[tests] Change feature_block.py to use BitcoinTestFrameworkJohn Newbery
2018-03-19[tests] Add logging to feature_block.pyJohn Newbery
2018-03-19[tests] Tidy up feature_block.pyJohn Newbery
2018-03-19[tests] Fix flake8 warnings in feature_block.pyJohn Newbery
2018-01-25[tests] Rename feature_* functional tests.Anthony Towns