aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2019-08-05Merge #16363: test: Add test for BIP30 duplicate txMarcoFalke
2019-08-05Merge #16509: test: Adapt test framework for chains other than "regtest"MarcoFalke
2019-07-31test: Adapt test framework for chains other than "regtest"MarcoFalke
2019-07-31test: Fix “local variable 'e' is assigned to but never used”Ben Woosley
2019-07-26test: Fail early on disconnect in mininode.wait_for_*MarcoFalke
2019-07-19Merge #16152: Disable bloom filtering by default.fanquake
2019-07-09test: Properly serialize BIP34 coinbase heightMarcoFalke
2019-07-01TEST: Replace hard-coded hex tx with classesSteven Roose
2019-06-17Merge #15982: tests: Make msg_block a witness blockMarcoFalke
2019-06-06Disable bloom filtering by default.Matt Corallo
2019-05-17test: Speed up cache creationMarcoFalke
2019-05-17test: Bump MAX_NODES to 12MarcoFalke
2019-05-16Merge #15990: Add tests and documentation for blocksonlyWladimir J. van der Laan
2019-05-14Merge #15963: [tests] Make random seed logged and settableMarcoFalke
2019-05-13test: Add test for p2p_blocksonlyMarcoFalke
2019-05-10test: Format predicate source as multiline on errorMarcoFalke
2019-05-09[tests] Make random seed logged and settableJohn Newbery
2019-05-08tests: Make msg_block a witness blockMarcoFalke
2019-05-08test: Remove True argument to CBlock::serializeMarcoFalke
2019-05-08Merge #15664: change default Python block serialization to witnessMarcoFalke
2019-05-03[tests] Comment for why logging config is set as command-line args.John Newbery
2019-04-30[tests] log thread names by default in functional testsJohn Newbery
2019-04-29Merge #15897: QA/mininode: Send all headers upfront in send_blocks_and_test t...MarcoFalke
2019-04-26Merge #15895: QA: Avoid re-reading config.ini unnecessarilyMarcoFalke
2019-04-25QA/mininode: Send all headers upfront in send_blocks_and_test to avoid sendin...Luke Dashjr
2019-04-25QA: Avoid re-reading config.ini unnecessarilyLuke Dashjr
2019-04-18Add comments to Python ECDSA implementationJohn Newbery
2019-04-18Pure python ECPieter Wuille
2019-04-11Merge #15773: test: Add BitcoinTestFramework::sync_* methodsMarcoFalke
2019-04-09Merge #15629: init: Throw error when network specific config is ignoredMarcoFalke
2019-04-09test: Add BitcoinTestFramework::sync_* methodsMarcoFalke
2019-04-09test: Pass at most one node group to sync_allMarcoFalke
2019-04-09Merge #15771: qa: Prevent concurrency issues reading .cookie fileMarcoFalke
2019-04-09qa: Prevent concurrency issues reading .cookie fileJoão Barbosa
2019-04-08test: Properly log named args in authproxyMarcoFalke
2019-04-08Merge #15495: Add regtests for HTTP status codesJonas Schnelli
2019-04-02change default Python block serialization to witnessGregory Sanders
2019-03-22doc: Fix all typos reported by codespellMarcoFalke
2019-03-19qa: mininode: Clearer error message on invalid magic bytesMarcoFalke
2019-03-14wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2019-03-02build: Require python 3.5MarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2019-03-01Add regtests for HTTP status codes.Daniel Kraft
2019-02-25Merge #15419: qa: Always refresh cache to be out of ibdMarcoFalke
2019-02-25test: Simplify create_cacheMarcoFalke
2019-02-19qa: Always refresh stale cache to be out of ibdMarcoFalke
2019-02-19qa: Remove mocktime unless requiredMarcoFalke
2019-02-19Merge #15404: [test] Remove -txindex to start nodesWladimir J. van der Laan