aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2020-04-08test: Properly raise FailedToStartError when rpc shutdown before warmup finishedMarcoFalke
2020-04-03test: add BIP37 remote crash bug [CVE-2013-5700] test to p2p_filter.pySebastian Falbesoner
2020-04-01Merge #18247: test: Wait for both veracks in add_p2p_connectionMarcoFalke
2020-03-31test: Wait for both veracks in add_p2p_connectionMarcoFalke
2020-03-31Merge #18474: test: check that peer is connected when calling sync_*MarcoFalke
2020-03-31test: add BIP37 'filterclear' test to p2p_filter.pySebastian Falbesoner
2020-03-30test: check that peer is connected when calling sync_*MarcoFalke
2020-03-30Merge #18334: test: Add basic test for BIP 37MarcoFalke
2020-03-25test: Add basic test for BIP 37MarcoFalke
2020-03-18Simplify bn2vch using int.to_bytesPieter Wuille
2020-03-17Merge #17319: Tests: remove bignum moduleMarcoFalke
2020-03-03test: Add bad-txns-*-toolarge test cases to invalid_txsMarcoFalke
2020-02-11[tests] check v0.17.1 and v0.18.1 backwards compatibilitySjors Provoost
2020-01-30Output a descriptor in createmultisig and addmultisigaddressAndrew Chow
2020-01-31Merge #16115: On bitcoind startup, write config args to debug.logMarcoFalke
2020-01-29on startup, write config options to debug.logLarry Ruane
2020-01-23test: Add p2p test for forcerelay permissionMarcoFalke
2020-01-23test: Make msg_tx a witness txMarcoFalke
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-08Merge #17578: rpc: simplify getaddressinfo labels, deprecate previous behaviorSamuel Dobson
2020-01-03rpc: simplify getaddressinfo labels, deprecate previous behaviorJon Atack
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-11Merge #17705: test: re-enable CLI test support by using EncodeDecimal in json...fanquake
2019-12-10Merge #17633: tests: Add option --valgrind to run the functional tests under ...MarcoFalke
2019-12-09test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake
2019-12-06tests: Use a default of supports_cli=True (instead of supports_cli=False)practicalswift
2019-12-04test: Print stderr when subprocess failsMarcoFalke
2019-12-01tests: Add option --valgrind to run nodes under valgrind in the functional testspracticalswift
2019-11-24test: add rpc getaddressinfo labels test coverageJon Atack
2019-11-18test: skip tool_wallet test when bitcoin-wallet isn't compiledfanquake
2019-11-14test: Remove fragile assert_memory_usage_stableMarcoFalke
2019-11-05TestShell: Return self from setup()James Chiang
2019-11-05TestShell: Simplify default setting of num_nodesJames Chiang
2019-11-05TestShell: Fix typo in TestShell warning printoutJames Chiang
2019-11-04Add TestShell classJames Chiang
2019-11-03Move argparse() to init()JamesC
2019-11-03Move assert num_nodes is set into main()JamesC
2019-11-03Clear TestNode objects after shutdownJamesC
2019-11-03Add closing and flushing of logging handlersJamesC
2019-11-03Refactor TestFramework main() into setup/shutdownJamesC
2019-11-03Remove network_event_loop instance in close()JamesC
2019-10-31[qa] Add shrinkdebugfile=0 to regtest bitcoin.confSuhas Daftuar
2019-10-30[tests] remove bignum.pyJohn Newbery
2019-10-30[tests] remove bn2bin()John Newbery
2019-10-30[tests] remove bn_bytes() functionJohn Newbery
2019-10-30[tests] remove mpi2vch() functionJohn Newbery
2019-10-30[tests] don't encode the integer size in bignumJohn Newbery
2019-10-30[tests] add function comments to bignumJohn Newbery
2019-10-30[tests] fix flake8 warnings in script.py and bignum.pyJohn Newbery
2019-10-30rpc: Add generatetodescriptorMarcoFalke