Commit Graph

2035 Commits (b51bae1a5a4fa8ef7825dd1bb09e3f47f96d7a5a)

Author SHA1 Message Date
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
MarcoFalke 22a58811d4
Merge #17353: doc: Add ShellCheck to lint tests dependencies
5 years ago
Hennadii Stepanov 80c9e66ab8
build: Remove install command samples
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 94a26b192f
Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linter
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
randymcmillan ac831339cb
doc: Fix some misspellings
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
Hennadii Stepanov 2ad74b78c6
doc: Add ShellCheck to lint tests dependencies
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
MarcoFalke 222b7d0ca7
Merge #17330: test: Add shrinkdebugfile=0 to regtest bitcoin.conf
5 years ago
Suhas Daftuar c5377ffbbb [qa] Add shrinkdebugfile=0 to regtest bitcoin.conf
5 years ago
John Newbery 60582d6060 [linter] Strip trailing / in path for git-subtree-check
5 years ago
Luke Dashjr a6f6f77a86 QA: Add wallet_implicitsegwit to test the ability to transform keys between address types
5 years ago
Adam Jonas c98bd13e67 replace asserts in RPC code with CHECK_NONFATAL and add linter
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
MarcoFalke 6a97e8a060
Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyMan
5 years ago
Adam Jonas 436ad43643 Fix issue with conflicted mempool tx in listsinceblock
5 years ago
fanquake badca85e2c
Merge #16202: p2p: Refactor network message deserialization
5 years ago
Wladimir J. van der Laan 9ae468a6d5
Merge #17192: util: Add CHECK_NONFATAL and use it in src/rpc
5 years ago
Andrew Chow f201ba59ff Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
5 years ago
Wladimir J. van der Laan b688b859db
Merge #17004: validation: Remove REJECT code from CValidationState
5 years ago
Wladimir J. van der Laan 4258fd7377
Merge #17091: tests: Add test for loadblock option and linearize scripts
5 years ago
Pieter Wuille 6a91499496
Remove oversized message detection from log and interface
5 years ago