Commit Graph

488 Commits (3dc8c012f0a40756f3c4359dbe169c03d7c8a725)

Author SHA1 Message Date
MarcoFalke 67a72466e1
Merge #18247: test: Wait for both veracks in add_p2p_connection
5 years ago
MarcoFalke fa90647045
test: Wait for both veracks in add_p2p_connection
5 years ago
MarcoFalke d2db25233c
Merge #18474: test: check that peer is connected when calling sync_*
5 years ago
Sebastian Falbesoner 0055922958 test: add BIP37 'filterclear' test to p2p_filter.py
5 years ago
MarcoFalke fac3716b09
test: check that peer is connected when calling sync_*
5 years ago
MarcoFalke 7e1fc03b18
Merge #18334: test: Add basic test for BIP 37
5 years ago
MarcoFalke fa15699969
test: Add basic test for BIP 37
5 years ago
Pieter Wuille a3ad6459b7 Simplify bn2vch using int.to_bytes
5 years ago
MarcoFalke ad04f0d8a5
Merge #17319: Tests: remove bignum module
5 years ago
MarcoFalke faae5a9a35
test: Add bad-txns-*-toolarge test cases to invalid_txs
5 years ago
Sjors Provoost 8b1460dbd1
[tests] check v0.17.1 and v0.18.1 backwards compatibility
5 years ago
Andrew Chow 19a354b11f Output a descriptor in createmultisig and addmultisigaddress
5 years ago
MarcoFalke 1d1f8bbf57
Merge #16115: On bitcoind startup, write config args to debug.log
5 years ago
Larry Ruane b951b0973c on startup, write config options to debug.log
5 years ago
MarcoFalke aaaae4d0eb
test: Add p2p test for forcerelay permission
5 years ago
MarcoFalke faf40810d7
test: Make msg_tx a witness tx
5 years ago
MarcoFalke e09c701e01 scripted-diff: Bump copyright of files changed in 2020
5 years ago
Samuel Dobson 7ea3b85ecf
Merge #17578: rpc: simplify getaddressinfo labels, deprecate previous behavior
5 years ago
Jon Atack 60aba1f2f1
rpc: simplify getaddressinfo labels, deprecate previous behavior
5 years ago
MarcoFalke aaaaad6ac9
scripted-diff: Bump copyright of files changed in 2019
5 years ago
fanquake 3f1966ead6
Merge #17705: test: re-enable CLI test support by using EncodeDecimal in json.dumps()
5 years ago
MarcoFalke 3d6752779f
Merge #17633: tests: Add option --valgrind to run the functional tests under Valgrind
5 years ago
fanquake b6f9e3576a
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
5 years ago
practicalswift 5ac804a9eb tests: Use a default of supports_cli=True (instead of supports_cli=False)
5 years ago
MarcoFalke fa69cef13e
test: Print stderr when subprocess fails
5 years ago
practicalswift 5db506ba59 tests: Add option --valgrind to run nodes under valgrind in the functional tests
5 years ago
Jon Atack 33f5fc32e5
test: add rpc getaddressinfo labels test coverage
5 years ago
fanquake a67352161c
test: skip tool_wallet test when bitcoin-wallet isn't compiled
5 years ago
MarcoFalke fac942ca57
test: Remove fragile assert_memory_usage_stable
5 years ago
James Chiang 2493770e36 TestShell: Return self from setup()
5 years ago
James Chiang a8dea45524 TestShell: Simplify default setting of num_nodes
5 years ago
James Chiang d3ed06e2cd TestShell: Fix typo in TestShell warning printout
5 years ago
James Chiang f5112369cf Add TestShell class
5 years ago
JamesC 5155602a63 Move argparse() to init()
5 years ago
JamesC 2ab01462f4 Move assert num_nodes is set into main()
5 years ago
JamesC 614c645643 Clear TestNode objects after shutdown
5 years ago
JamesC 6f40820757 Add closing and flushing of logging handlers
5 years ago
JamesC 6b71241291 Refactor TestFramework main() into setup/shutdown
5 years ago
JamesC ede8b7608e Remove network_event_loop instance in close()
5 years ago
Suhas Daftuar c5377ffbbb [qa] Add shrinkdebugfile=0 to regtest bitcoin.conf
5 years ago
John Newbery 3ed772d221 [tests] remove bignum.py
5 years ago
John Newbery f950ec2520 [tests] remove bn2bin()
5 years ago
John Newbery 3b9b38579c [tests] remove bn_bytes() function
5 years ago
John Newbery a760aa14a9 [tests] remove mpi2vch() function
5 years ago
John Newbery 9a60bef50d [tests] don't encode the integer size in bignum
5 years ago
John Newbery 1dc68aee66 [tests] add function comments to bignum
5 years ago
John Newbery f31fc0e92e [tests] fix flake8 warnings in script.py and bignum.py
5 years ago
MarcoFalke fa144e6fde
rpc: Add generatetodescriptor
5 years ago
John Newbery eebcdfa86a [test] rename SegwitVersion1SignatureHash()
5 years ago
Sebastian Falbesoner 32d665c265 test: fix "tx-size-small" errors after default address change
5 years ago