Commit Graph

1804 Commits (70cda342cd20d0e0cd9f28405457544036968f2d)

Author SHA1 Message Date
Samuel Dobson 4effd67bf4
Merge #17387: wallet_importmulti: use addresses of the same type as being imported
5 years ago
MarcoFalke 5ff798c39b
Merge #17439: refactor: Use proper MAX_SCRIPT_ELEMENT_SIZE constants consistently
5 years ago
Sebastian Falbesoner 8f2d7737cc test: add functional test for non-standard txs with too large scriptSig
5 years ago
fanquake a67352161c
test: skip tool_wallet test when bitcoin-wallet isn't compiled
5 years ago
fanquake e9277baed6
test: skip wallet_listreceivedby test when the cli isn't compiled
5 years ago
fanquake 621d398750
test: skip bitcoin_cli test when the cli isn't compiled
5 years ago
fanquake 1c23ea5fe6
test: fix bitcoind already running warnings on macOS
5 years ago
MarcoFalke 422ec33d45
Merge #17322: Fix input size assertion in wallet_bumpfee.py
5 years ago
Gregory Sanders 38516f9078 Fix input size assertion in wallet_bumpfee.py
5 years ago
MarcoFalke fac942ca57
test: Remove fragile assert_memory_usage_stable
5 years ago
MarcoFalke 8237889e8d
Merge #17435: test: check custom ancestor limit in mempool_packages.py
5 years ago
João Barbosa a5e77959c8 rpc: Expose block height of wallet transactions
5 years ago
Sebastian Falbesoner 49997813a4 test: check custom ancestor limit in mempool_packages.py
5 years ago
Hennadii Stepanov cb9d830a00
test: Use proper MAX_SCRIPT_ELEMENT_SIZE
5 years ago
fanquake 270616228b
Merge #17362: test: speed up wallet_avoidreuse, add logging
5 years ago
Jon Atack 0e7c90eb37
test: speed up wallet_avoidreuse.py
5 years ago
Jon Atack 6d50b2606e
test: add logging to wallet_avoidreuse.py
5 years ago
MarcoFalke e65b4160e9
Merge #17340: Tests: speed up fundrawtransaction test
5 years ago
John Newbery af7bae7340 [tests] Don't stop-start unnecessarily in rpc_fundrawtransaction.py
5 years ago
John Newbery 9a8505299b [tests] Use -whitelist in rpc_fundrawtransaction.py
5 years ago
Andrew Chow b84e776fd1 wallet_importmulti: use addresses of the same type as being imported
5 years ago
Wladimir J. van der Laan b05b28183c
Merge #16899: UTXO snapshot creation (dumptxoutset)
5 years ago
James O'Beirne 92b2f5306b test: add dumptxoutset RPC test
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 9c7806e4bf Doc: Remove backticks in test-shell.md code block
5 years ago
James Chiang d3ed06e2cd TestShell: Fix typo in TestShell warning printout
5 years ago
Samuel Dobson bdda137878
Merge #16766: wallet: Make IsTrusted scan parents recursively
5 years ago
Samuel Dobson bfc4c896d6
Merge #17258: Fix issue with conflicted mempool tx in listsinceblock
5 years ago
MarcoFalke bc38bb9a60
Merge #17288: Added TestShell class for interactive Python environments.
5 years ago
John Newbery 646b593bbd [tests] Speed up rpc_fundrawtransaction.py
5 years ago
MarcoFalke 6cb10c14c6
Merge #17199: test: use default address type (bech32) for wallet_bumpfee tests
5 years ago
JamesC 19139ee034 Add documentation for test_shell submodule
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
MarcoFalke 6a7c40bee4
Merge #15888: QA: Add wallet_implicitsegwit to test the ability to transform keys between address types
5 years ago
MarcoFalke bc3fcf3c0d
Merge #17327: test: add rpc_fundrawtransaction logging
5 years ago
Jon Atack ff22751417
test: rm ascii art in rpc_fundrawtransaction
5 years ago
Jon Atack 94fcc08541
test: add rpc_fundrawtransaction logging
5 years ago
Suhas Daftuar c5377ffbbb [qa] Add shrinkdebugfile=0 to regtest bitcoin.conf
5 years ago
Luke Dashjr a6f6f77a86 QA: Add wallet_implicitsegwit to test the ability to transform keys between address types
5 years ago
Wladimir J. van der Laan 3c40bc6726
Merge #15921: validation: Tidy up ValidationState interface
5 years ago
MarcoFalke fa144e6fde
rpc: Add generatetodescriptor
5 years ago
John Newbery 3004d5a12d [validation] Remove fMissingInputs from AcceptToMemoryPool()
5 years ago
Adam Jonas 436ad43643 Fix issue with conflicted mempool tx in listsinceblock
5 years ago