index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
test_framework
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2224 from mmicael1/1.21-reduce-tests-latency
Ross Nicoll
2021-06-02
1
-2
/
+4
|
\
|
*
fix: reduce tests latency
Malta Micael
2021-05-30
1
-2
/
+4
*
|
Replace consensus values with Dogecoin equivalents
Ross Nicoll
2021-06-02
1
-3
/
+9
|
/
*
Add Dogecoin block subsidies
Ross Nicoll
2021-05-30
1
-1
/
+1
*
Update max money to 10 billion
Ross Nicoll
2021-05-20
1
-1
/
+1
*
Change regtest block interval to match Dogecoin
Ross Nicoll
2021-05-20
1
-1
/
+1
*
Dogecoin: Update coinbase maturity
Ross Nicoll
2021-05-20
2
-10
/
+15
*
1.21 key prefix (#1710)
Ross Nicoll
2021-03-04
4
-23
/
+23
*
1.21 codebase rebrand (#1711)
barrystyle
2021-02-20
3
-20
/
+21
*
Send and require SENDADDRV2 before VERACK
Pieter Wuille
2020-12-10
1
-1
/
+1
*
Merge #18836: wallet: upgradewallet fixes and additional tests
Wladimir J. van der Laan
2020-11-16
2
-0
/
+161
|
\
|
*
test: Add test_framework/bdb.py module for inspecting bdb files
Andrew Chow
2020-11-04
1
-0
/
+152
|
*
tests: Add a sha256sum_file function to util
Andrew Chow
2020-11-04
1
-0
/
+9
*
|
Merge #20292: test: Fix intermittent feature_taproot issue
Wladimir J. van der Laan
2020-11-09
2
-9
/
+5
|
\
\
|
*
|
Small improvements to the Taproot functional tests
Pieter Wuille
2020-11-03
1
-2
/
+3
|
*
|
test: Fix deser issue in create_block
MarcoFalke
2020-11-03
1
-7
/
+2
*
|
|
fix ecdsa verify in test framework
Stepan Snigirev
2020-11-05
1
-1
/
+1
|
/
/
*
|
tests: Add a --legacy-wallet that is mutually exclusive with --descriptors
Andrew Chow
2020-11-01
1
-2
/
+7
*
|
Add script equivalent of functions in address.py
Andrew Chow
2020-11-01
1
-1
/
+58
*
|
Use separate watchonly wallet for multisig in feature_nulldummy.py
Andrew Chow
2020-11-01
1
-10
/
+13
*
|
Skip --descriptor tests if sqlite is not compiled
Andrew Chow
2020-10-29
1
-0
/
+11
*
|
wallet: Make -wallet setting not create wallets
Russell Yanofsky
2020-10-21
1
-3
/
+8
*
|
test: Move (dis)?connect_nodes globals into TestFramework as helpers
Elliott Jin
2020-10-20
2
-45
/
+42
|
/
*
Merge #20159: test: mining_getblocktemplate_longpoll.py improvements (use Min...
MarcoFalke
2020-10-17
1
-57
/
+0
|
\
|
*
test: remove unused helpers random_transaction(), make_change() and gather_in...
Sebastian Falbesoner
2020-10-16
1
-57
/
+0
*
|
Merge #19401: QA: Use GBT to get block versions correct
MarcoFalke
2020-10-16
1
-8
/
+24
|
\
\
|
*
|
QA: blocktools: Accept block template to create_block
Luke Dashjr
2020-09-12
1
-8
/
+24
*
|
|
Address functional test nits
Pieter Wuille
2020-10-15
1
-3
/
+3
|
|
/
|
/
|
*
|
Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)
Wladimir J. van der Laan
2020-10-15
4
-20
/
+341
|
\
\
|
*
|
tests: functional tests for Schnorr/Taproot/Tapscript
Pieter Wuille
2020-10-12
3
-17
/
+141
|
*
|
tests: add BIP340 Schnorr signature support to test framework
Pieter Wuille
2020-10-12
2
-6
/
+203
*
|
|
Update wallet_multiwallet.py for descriptor and sqlite wallets
Russell Yanofsky
2020-10-14
1
-1
/
+1
*
|
|
Merge #19954: Complete the BIP155 implementation and upgrade to TORv3
fanquake
2020-10-11
2
-11
/
+104
|
\
\
\
|
*
|
|
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-10-09
2
-11
/
+104
*
|
|
|
Merge #20034: test: Get rid of default wallet hacks
MarcoFalke
2020-10-02
1
-21
/
+16
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
test: Get rid of default wallet hacks
Russell Yanofsky
2020-09-29
1
-21
/
+14
|
*
|
|
test, refactor: add default_wallet_name and wallet_data_filename variables
Russell Yanofsky
2020-09-29
1
-0
/
+2
|
|
/
/
*
|
|
Merge #19253: Tests: tidy up address.py and segwit_addr.py
MarcoFalke
2020-10-01
2
-38
/
+56
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[tests] Replace bytes literals with hex literals
John Newbery
2020-09-03
1
-12
/
+12
|
*
|
[tests] Fix pep8 style violations in address.py
John Newbery
2020-09-03
1
-12
/
+12
|
*
|
[tests] Correct docstring for address.py
John Newbery
2020-09-03
1
-1
/
+4
|
*
|
[tests] Tidy up imports in address.py
John Newbery
2020-09-03
1
-4
/
+1
|
*
|
[tests] Remove unused optional verify_checksum parameter
John Newbery
2020-09-03
1
-3
/
+7
|
*
|
[tests] Rename segwit encode and decode functions
John Newbery
2020-09-03
2
-7
/
+7
|
*
|
[tests] Move bech32 unit tests to test framework
John Newbery
2020-09-03
1
-1
/
+15
*
|
|
Merge #19804: test/refactor: reference p2p objects explicitly and remove conf...
MarcoFalke
2020-09-25
1
-9
/
+0
|
\
\
\
|
*
|
|
[test] remove confusing p2p property
gzhao408
2020-09-10
1
-9
/
+0
*
|
|
|
Merge #18267: BIP-325: Signet [consensus]
Wladimir J. van der Laan
2020-09-21
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
test: basic signet tests
Karl-Johan Alm
2020-09-18
1
-0
/
+1
*
|
|
|
|
Merge #19781: test: add parameterized constructor for msg_sendcmpct()
MarcoFalke
2020-09-20
1
-3
/
+3
|
\
\
\
\
\
[next]