Commit Graph

2444 Commits (89a28e02fa46f3d5eb07ab02aa34aa95c6fcee11)

Author SHA1 Message Date
Sjors Provoost 89a28e02fa
[test] add v0.16.3 backwards compatibility test
5 years ago
MarcoFalke 2e6a16b968
Merge #18855: tests: feature_backwards_compatibility.py test downgrade after upgrade
5 years ago
MarcoFalke cce034b028
Merge #18839: test: Fix intermittent issues
5 years ago
MarcoFalke ddc0a600b3
Merge #18617: test: add factor option to adjust test timeouts
5 years ago
Andrew Chow 489ebfd7a1 tests: feature_backwards_compatibility.py test downgrade after upgrade
5 years ago
Harris 2742c34286
test: add factor option to adjust test timeouts
5 years ago
MarcoFalke 844d2070a2
Merge #18828: test: Strip down previous releases boilerplate
5 years ago
MarcoFalke fab7ee3990
test: Fix p2p_leak intermittent issue
5 years ago
MarcoFalke fa8614aea9
test: Fix intermittent p2p_segwit issue
5 years ago
MarcoFalke fa359d14c0
test: Strip down previous releases boilerplate
5 years ago
MarcoFalke a66ba6d029
Merge #18576: test: use unittest for test_framework unit testing
5 years ago
MarcoFalke 36c0abd8f6
Merge #18726: test: check misbehavior more independently in p2p_filter.py
5 years ago
MarcoFalke 978c5a2122
Merge #18485: test: Add mempool_updatefromblock.py
5 years ago
MarcoFalke e302830fae
Merge #18774: test: added test for upgradewallet RPC
5 years ago
Harris 66fe7b1a98
test: added test for upgradewallet RPC
5 years ago
fanquake 0ef0d33f75
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve wallet privacy
5 years ago
MarcoFalke ba348dbc51
Merge #18805: tests: Add missing sync_all to wallet_importdescriptors.py
5 years ago
MarcoFalke 6a60bfc76c
Merge #18765: test: Fix wallet_bumpfee intermittent error
5 years ago
Andrew Chow 7b2b06dfe3 tests: Add missing sync_all to wallet_importdescriptors.py
5 years ago
MarcoFalke fa301fec96
test: Fix wallet_bumpfee intermittent error
5 years ago
fanquake 65fb3dfc8d
Merge #18556: build: Drop make dist in gitian builds
5 years ago
Samuel Dobson eef90c14ed
Merge #16528: Native Descriptor Wallets using DescriptorScriptPubKeyMan
5 years ago
Gloria Zhao de8905adf2 test: use unittest and test_runner for test framework unit testing
5 years ago
MarcoFalke 9ddfce6712
Merge #18753: test: Fix intermittent failure in wallet_importmulti
5 years ago
MarcoFalke fa489011d9
test: Remove raw-tx byte juggling in mempool_reorg
5 years ago
Danny Lee cd543d9193 test: check misbehavior more independently in p2p_filter.py
5 years ago
MarcoFalke 3e7c118d65
Merge #18688: fuzz: Run in parallel
5 years ago
Sebastian Falbesoner 0956e46bff test: use zero-argument super() shortcut (Python 3.0+)
5 years ago
MarcoFalke 5f19155e5b
Merge #18724: test: add coverage for -rpcwallet cli option
5 years ago
MarcoFalke a215c61333
Merge #18756: refactor: test: use wait_for_getdata() in p2p_compactblocks.py
5 years ago
MarcoFalke 29637a5c56
Merge #18745: test: Check submitblock return values
5 years ago
Jon Atack 2495110012
test: add coverage for -rpcwallet cli option
5 years ago
Hennadii Stepanov 8098dea069
test: Add mempool_updatefromblock.py
5 years ago
MarcoFalke d1aa0ae1ad
Merge #18712: test: display command line options passed to send_cli() in debug log
5 years ago
MarcoFalke 85bae24d06
Merge #18752: test: Fix intermittent error in mempool_reorg
5 years ago
Sebastian Falbesoner c4027e7350 refactor: test: use wait_for_getdata() in p2p_compactblocks.py
5 years ago
MarcoFalke fa8b9b5d1f
test: Fix intermittent failure in wallet_importmulti
5 years ago
MarcoFalke fae98668d1
test: Fix intermittent error in mempool_reorg
5 years ago
Amiti Uttarwar 50fc4df6c4 [mempool] Persist unbroadcast set to mempool.dat
5 years ago
Amiti Uttarwar 297a178536 [test] Integration tests for unbroadcast functionality
5 years ago
Amiti Uttarwar 6851502472 [refactor/test] Extract P2PTxInvStore into test framework
5 years ago
Amiti Uttarwar dc1da48dc5 [wallet] Update the rebroadcast frequency to be ~1/day.
5 years ago
Andrew Chow 223588b1bb Add a --descriptors option to various tests
5 years ago
Andrew Chow 869f7ab30a tests: Add RPCOverloadWrapper which overloads some disabled RPCs
5 years ago
Andrew Chow 388ba94231 Change wallet_encryption.py to use signmessage instead of dumpprivkey
5 years ago
Andrew Chow 1346e14831 Functional tests for descriptor wallets
5 years ago
Hugo Nguyen f193ea889d add importdescriptors RPC and tests for native descriptor wallets
5 years ago
MarcoFalke 64139803f1
Merge #18690: test: Check object hashes in wait_for_getdata
5 years ago
MarcoFalke fa262712ca
test: Check submitblock return values
5 years ago
Danny Lee 9f5608c289 test: check for matching object hashes in wait_for_getdata
5 years ago