aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2020-04-27Merge #16528: Native Descriptor Wallets using DescriptorScriptPubKeyManSamuel Dobson
2020-04-25test: use zero-argument super() shortcut (Python 3.0+)Sebastian Falbesoner
2020-04-24Merge #18712: test: display command line options passed to send_cli() in debu...MarcoFalke
2020-04-23Add a --descriptors option to various testsAndrew Chow
2020-04-23tests: Add RPCOverloadWrapper which overloads some disabled RPCsAndrew Chow
2020-04-23add importdescriptors RPC and tests for native descriptor walletsHugo Nguyen
2020-04-23Merge #18690: test: Check object hashes in wait_for_getdataMarcoFalke
2020-04-22test: check for matching object hashes in wait_for_getdataDanny Lee
2020-04-22test: Remove unused, undocumented and misleading CScript.__add__MarcoFalke
2020-04-21Merge #18704: test: Increase debugging to hunt down mempool_reorg intermitten...MarcoFalke
2020-04-21test: display command line options passed to send_cli() in debug logJon Atack
2020-04-20test: add further BIP37 size limit checks to p2p_filter.pySebastian Falbesoner
2020-04-19test: add wait_for_cookie_credentials() to test frameworkJon Atack
2020-04-19Merge #18610: scripted-diff: test: replace command with msgtype (naming)MarcoFalke
2020-04-19test: Increase debugging to hunt down mempool_reorg intermittent failureMarcoFalke
2020-04-19Merge #18633: test: Properly raise FailedToStartError when rpc shutdown befor...MarcoFalke
2020-04-18test: Properly raise FailedToStartError when rpc shutdown before warmup finis...MarcoFalke
2020-04-17test: Bump timeout in wallet_import_rescanMarcoFalke
2020-04-17Merge #18641: test: Create cached blocks not in the futureMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-15scripted-diff: test: replace command with msgtypeSebastian Falbesoner
2020-04-14test: Create cached blocks not in the futureMarcoFalke
2020-04-13Merge #18596: test: Try once more when RPC connection fails on WindowsMarcoFalke
2020-04-12Merge #18609: test: Remove REJECT message codeMarcoFalke
2020-04-12test: Remove REJECT message codeHennadii Stepanov
2020-04-12test: Try once more when RPC connection fails on WindowsMarcoFalke
2020-04-12test: Document why connection is re-constructed on windowsMarcoFalke
2020-04-12test: Remove python 3.4 workaroundMarcoFalke
2020-04-11refactor: test: improve wait_for{header,merkleblock} interfaceSebastian Falbesoner
2020-04-11test: complete impl. of msg_merkleblock and wait_for_merkleblockSebastian Falbesoner
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