aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_block.py
AgeCommit message (Expand)Author
2020-03-22ci: Run feature_block and feature_abortnode in valgrindMarcoFalke
2020-03-17tests: simplify next_block() function in feature_blockJohn Newbery
2020-03-16Merge #18350: test: Fix mining to an invalid target + ensure that a new block...MarcoFalke
2020-03-14Fix mining to an invalid target + ensure that a new block has theSamer Afach
2020-03-02test: Bump timeouts to accomodate really slow disksMarcoFalke
2020-01-25bump test timeouts so that functional tests run in valgrindMicky Yun Chan
2019-10-14[test] rename SegwitVersion1SignatureHash()John Newbery
2019-09-18Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo...Wladimir J. van der Laan
2019-09-16test: Bump timeouts in slow running testsMarcoFalke
2019-08-05Merge #16363: test: Add test for BIP30 duplicate txMarcoFalke
2019-07-25[qa] Ensure we don't generate a too-big block in p2sh sigops testSuhas Daftuar
2019-07-09test: Add test for BIP30 duplicate txMarcoFalke
2019-06-21test: Require standard txs in regtestMarcoFalke
2019-06-02Added comments referencing multiple CVEs in tests and production code.lucash-dev
2019-05-04Merge #15141: Rewrite DoS interface between validation and net_processingWladimir J. van der Laan
2019-05-02[refactor] Add useful-for-dos "reason" field to CValidationStateMatt Corallo
2019-05-02Clean up banning levelsMatt Corallo
2019-04-25Fix missing input template by making minimal txGregory Sanders
2019-04-18Pure python ECPieter Wuille
2019-04-08scripted-diff: Rename sync_blocks to send_blocks to avoid name collisions and...MarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
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