aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_block.py
Commit message (Expand)AuthorAgeFilesLines
* Pure python ECPieter Wuille2019-06-211-6/+6
* Fix missing input template by making minimal txGregory Sanders2019-05-201-14/+0
* Merge #15059: test: Add basic test for BIP34Wladimir J. van der Laan2019-01-081-9/+21
|\
| * test: Add basic test for BIP34MarcoFalke2018-12-291-9/+21
* | test: Run invalid_txs.InputMissing test in feature_blockMarcoFalke2019-01-051-8/+17
* | Merge #14457: test: add invalid tx templates for use in functional testsWladimir J. van der Laan2019-01-021-12/+54
|\ \ | |/ |/|
| * test: add invalid tx templates for use in functional testsJames O'Beirne2018-11-271-12/+54
* | test: Bump timeout to run tests in travis thread sanitizerMarcoFalke2018-12-201-3/+3
|/
* qa: Check specific reject reasons in feature_blockMarcoFalke2018-11-131-10/+11
* tests: Make feature_block pass on centosMarcoFalke2018-11-091-1/+1
* Merge #14007: tests: Run functional test on Windows and enable it on AppveyorMarcoFalke2018-09-241-1/+1
|\
| * tests: Make it possible to run functional tests on WindowsChun Kuan Lee2018-09-171-1/+1
* | Changed functional tests which do not require wallets to run withoutsanket17292018-09-171-3/+0
|/
* Merge #14180: qa: Run all tests even if wallet is not compiledWladimir J. van der Laan2018-09-131-0/+3
|\
| * qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* | Merge #14119: qa: Read reject reasons from debug log, not p2p messagesWladimir J. van der Laan2018-09-081-40/+40
|\ \ | |/ |/|
| * qa: Read reject reasons from debug log, not p2p messagesMarcoFalke2018-08-311-40/+40
* | Fix typos reported by codespellpracticalswift2018-09-041-1/+1
|/
* scripted-diff: Use named arguments in feature_blockMarcoFalke2018-08-291-38/+38
* [Tests] Cleanup feature_block.py, remove unnecessary PreviousSpendableOutput ...Conor Scott2018-08-091-50/+44
* [Tests] Cleanup extra instances of create_transactionConor Scott2018-08-091-3/+3
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* qa: Avoid start/stop of the network thread mid-testMarcoFalke2018-06-251-3/+1
* qa: Pad scriptPubKeys to get minimum sized txsMarcoFalke2018-05-051-1/+2
* Merge #13003: qa: Add test for orphan handlingWladimir J. van der Laan2018-04-261-10/+12
|\
| * qa: Add test for orphan handlingMarcoFalke2018-04-161-10/+12
* | [tests] Fix feature_block flakinessJohn Newbery2018-04-201-1/+7
|/
* [tests] Change feature_block.py to use BitcoinTestFrameworkJohn Newbery2018-03-191-243/+234
* [tests] Add logging to feature_block.pyJohn Newbery2018-03-191-19/+58
* [tests] Tidy up feature_block.pyJohn Newbery2018-03-191-508/+497
* [tests] Fix flake8 warnings in feature_block.pyJohn Newbery2018-03-191-100/+109
* [tests] Rename feature_* functional tests.Anthony Towns2018-01-251-0/+1293