aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2224 from mmicael1/1.21-reduce-tests-latencyRoss Nicoll2021-06-021-2/+4
|\
| * fix: reduce tests latencyMalta Micael2021-05-301-2/+4
* | Replace consensus values with Dogecoin equivalentsRoss Nicoll2021-06-021-3/+9
|/
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-1/+1
* Update max money to 10 billionRoss Nicoll2021-05-201-1/+1
* Change regtest block interval to match DogecoinRoss Nicoll2021-05-201-1/+1
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-202-10/+15
* 1.21 key prefix (#1710)Ross Nicoll2021-03-044-23/+23
* 1.21 codebase rebrand (#1711)barrystyle2021-02-203-20/+21
* Send and require SENDADDRV2 before VERACKPieter Wuille2020-12-101-1/+1
* Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan2020-11-162-0/+161
|\
| * test: Add test_framework/bdb.py module for inspecting bdb filesAndrew Chow2020-11-041-0/+152
| * tests: Add a sha256sum_file function to utilAndrew Chow2020-11-041-0/+9
* | Merge #20292: test: Fix intermittent feature_taproot issueWladimir J. van der Laan2020-11-092-9/+5
|\ \
| * | Small improvements to the Taproot functional testsPieter Wuille2020-11-031-2/+3
| * | test: Fix deser issue in create_blockMarcoFalke2020-11-031-7/+2
* | | fix ecdsa verify in test frameworkStepan Snigirev2020-11-051-1/+1
|/ /
* | tests: Add a --legacy-wallet that is mutually exclusive with --descriptorsAndrew Chow2020-11-011-2/+7
* | Add script equivalent of functions in address.pyAndrew Chow2020-11-011-1/+58
* | Use separate watchonly wallet for multisig in feature_nulldummy.pyAndrew Chow2020-11-011-10/+13
* | Skip --descriptor tests if sqlite is not compiledAndrew Chow2020-10-291-0/+11
* | wallet: Make -wallet setting not create walletsRussell Yanofsky2020-10-211-3/+8
* | test: Move (dis)?connect_nodes globals into TestFramework as helpersElliott Jin2020-10-202-45/+42
|/
* Merge #20159: test: mining_getblocktemplate_longpoll.py improvements (use Min...MarcoFalke2020-10-171-57/+0
|\
| * test: remove unused helpers random_transaction(), make_change() and gather_in...Sebastian Falbesoner2020-10-161-57/+0
* | Merge #19401: QA: Use GBT to get block versions correctMarcoFalke2020-10-161-8/+24
|\ \
| * | QA: blocktools: Accept block template to create_blockLuke Dashjr2020-09-121-8/+24
* | | Address functional test nitsPieter Wuille2020-10-151-3/+3
| |/ |/|
* | Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)Wladimir J. van der Laan2020-10-154-20/+341
|\ \
| * | tests: functional tests for Schnorr/Taproot/TapscriptPieter Wuille2020-10-123-17/+141
| * | tests: add BIP340 Schnorr signature support to test frameworkPieter Wuille2020-10-122-6/+203
* | | Update wallet_multiwallet.py for descriptor and sqlite walletsRussell Yanofsky2020-10-141-1/+1
* | | Merge #19954: Complete the BIP155 implementation and upgrade to TORv3fanquake2020-10-112-11/+104
|\ \ \
| * | | net: advertise support for ADDRv2 via new messageVasil Dimov2020-10-092-11/+104
* | | | Merge #20034: test: Get rid of default wallet hacksMarcoFalke2020-10-021-21/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | test: Get rid of default wallet hacksRussell Yanofsky2020-09-291-21/+14
| * | | test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky2020-09-291-0/+2
| |/ /
* | | Merge #19253: Tests: tidy up address.py and segwit_addr.pyMarcoFalke2020-10-012-38/+56
|\ \ \ | |/ / |/| |
| * | [tests] Replace bytes literals with hex literalsJohn Newbery2020-09-031-12/+12
| * | [tests] Fix pep8 style violations in address.pyJohn Newbery2020-09-031-12/+12
| * | [tests] Correct docstring for address.pyJohn Newbery2020-09-031-1/+4
| * | [tests] Tidy up imports in address.pyJohn Newbery2020-09-031-4/+1
| * | [tests] Remove unused optional verify_checksum parameterJohn Newbery2020-09-031-3/+7
| * | [tests] Rename segwit encode and decode functionsJohn Newbery2020-09-032-7/+7
| * | [tests] Move bech32 unit tests to test frameworkJohn Newbery2020-09-031-1/+15
* | | Merge #19804: test/refactor: reference p2p objects explicitly and remove conf...MarcoFalke2020-09-251-9/+0
|\ \ \
| * | | [test] remove confusing p2p propertygzhao4082020-09-101-9/+0
* | | | Merge #18267: BIP-325: Signet [consensus]Wladimir J. van der Laan2020-09-211-0/+1
|\ \ \ \
| * | | | test: basic signet testsKarl-Johan Alm2020-09-181-0/+1
* | | | | Merge #19781: test: add parameterized constructor for msg_sendcmpct()MarcoFalke2020-09-201-3/+3
|\ \ \ \ \