aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2020-11-16Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan
2020-11-09Merge #20292: test: Fix intermittent feature_taproot issueWladimir J. van der Laan
2020-11-05fix ecdsa verify in test frameworkStepan Snigirev
2020-11-04test: Add test_framework/bdb.py module for inspecting bdb filesAndrew Chow
2020-11-04tests: Add a sha256sum_file function to utilAndrew Chow
2020-11-03Small improvements to the Taproot functional testsPieter Wuille
2020-11-03test: Fix deser issue in create_blockMarcoFalke
2020-11-01tests: Add a --legacy-wallet that is mutually exclusive with --descriptorsAndrew Chow
2020-11-01Add script equivalent of functions in address.pyAndrew Chow
2020-11-01Use separate watchonly wallet for multisig in feature_nulldummy.pyAndrew Chow
2020-10-29Skip --descriptor tests if sqlite is not compiledAndrew Chow
2020-10-21wallet: Make -wallet setting not create walletsRussell Yanofsky
2020-10-20test: Move (dis)?connect_nodes globals into TestFramework as helpersElliott Jin
2020-10-17Merge #20159: test: mining_getblocktemplate_longpoll.py improvements (use Min...MarcoFalke
2020-10-16test: remove unused helpers random_transaction(), make_change() and gather_in...Sebastian Falbesoner
2020-10-16Merge #19401: QA: Use GBT to get block versions correctMarcoFalke
2020-10-15Address functional test nitsPieter Wuille
2020-10-15Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)Wladimir J. van der Laan
2020-10-14Update wallet_multiwallet.py for descriptor and sqlite walletsRussell Yanofsky
2020-10-12tests: functional tests for Schnorr/Taproot/TapscriptPieter Wuille
2020-10-12tests: add BIP340 Schnorr signature support to test frameworkPieter Wuille
2020-10-11Merge #19954: Complete the BIP155 implementation and upgrade to TORv3fanquake
2020-10-09net: advertise support for ADDRv2 via new messageVasil Dimov
2020-10-02Merge #20034: test: Get rid of default wallet hacksMarcoFalke
2020-10-01Merge #19253: Tests: tidy up address.py and segwit_addr.pyMarcoFalke
2020-09-29test: Get rid of default wallet hacksRussell Yanofsky
2020-09-29test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky
2020-09-25Merge #19804: test/refactor: reference p2p objects explicitly and remove conf...MarcoFalke
2020-09-21Merge #18267: BIP-325: Signet [consensus]Wladimir J. van der Laan
2020-09-20Merge #19781: test: add parameterized constructor for msg_sendcmpct()MarcoFalke
2020-09-19Merge #19940: rpc: Return fee and vsize from testmempoolacceptfanquake
2020-09-18test: basic signet testsKarl-Johan Alm
2020-09-16[test] add get_vsize util for more programmatic testinggzhao408
2020-09-12QA: blocktools: Accept block template to create_blockLuke Dashjr
2020-09-10[test] remove confusing p2p propertygzhao408
2020-09-09test: Run rpc_txoutproof.py even with wallet disabledMarcoFalke
2020-09-09test: MiniWallet: Default fee_rate in send_self_transfer, Pass in utxo_to_spendMarcoFalke
2020-09-09test: bugfix: Actually pick largest utxoMarcoFalke
2020-09-09Merge #19800: test: MockwalletMarcoFalke
2020-09-07test: Use MiniWalet in p2p_feefilterMarcoFalke
2020-09-03[tests] Replace bytes literals with hex literalsJohn Newbery
2020-09-03[tests] Fix pep8 style violations in address.pyJohn Newbery
2020-09-03[tests] Correct docstring for address.pyJohn Newbery
2020-09-03[tests] Tidy up imports in address.pyJohn Newbery
2020-09-03[tests] Remove unused optional verify_checksum parameterJohn Newbery
2020-09-03[tests] Rename segwit encode and decode functionsJohn Newbery
2020-09-03[tests] Move bech32 unit tests to test frameworkJohn Newbery
2020-09-03Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa...Wladimir J. van der Laan
2020-09-03Merge #19816: test: Rename wait until helper to wait_until_helperfanquake
2020-09-02Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processingWladimir J. van der Laan