aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-11-06Merge #17340: Tests: speed up fundrawtransaction testMarcoFalke
2019-11-06[tests] Don't stop-start unnecessarily in rpc_fundrawtransaction.pyJohn Newbery
2019-11-06[tests] Use -whitelist in rpc_fundrawtransaction.pyJohn Newbery
2019-11-06Merge #17353: doc: Add ShellCheck to lint tests dependenciesMarcoFalke
2019-11-06build: Remove install command samplesHennadii Stepanov
2019-11-05Merge #16899: UTXO snapshot creation (dumptxoutset)Wladimir J. van der Laan
2019-11-05test: add dumptxoutset RPC testJames O'Beirne
2019-11-05TestShell: Return self from setup()James Chiang
2019-11-05TestShell: Simplify default setting of num_nodesJames Chiang
2019-11-05Doc: Remove backticks in test-shell.md code blockJames Chiang
2019-11-05TestShell: Fix typo in TestShell warning printoutJames Chiang
2019-11-05Merge #16766: wallet: Make IsTrusted scan parents recursivelySamuel Dobson
2019-11-05Merge #17258: Fix issue with conflicted mempool tx in listsinceblockSamuel Dobson
2019-11-04Merge #17288: Added TestShell class for interactive Python environments.MarcoFalke
2019-11-04[tests] Speed up rpc_fundrawtransaction.pyJohn Newbery
2019-11-04Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linterMarcoFalke
2019-11-04Merge #17199: test: use default address type (bech32) for wallet_bumpfee testsMarcoFalke
2019-11-04Add documentation for test_shell submoduleJamesC
2019-11-04doc: Fix some misspellingsrandymcmillan
2019-11-04Add TestShell classJames Chiang
2019-11-03Move argparse() to init()JamesC
2019-11-03Move assert num_nodes is set into main()JamesC
2019-11-03Clear TestNode objects after shutdownJamesC
2019-11-03Add closing and flushing of logging handlersJamesC
2019-11-03Refactor TestFramework main() into setup/shutdownJamesC
2019-11-03Remove network_event_loop instance in close()JamesC
2019-11-02doc: Add ShellCheck to lint tests dependenciesHennadii Stepanov
2019-11-01Merge #15888: QA: Add wallet_implicitsegwit to test the ability to transform ...MarcoFalke
2019-11-01Merge #17327: test: add rpc_fundrawtransaction loggingMarcoFalke
2019-11-01test: rm ascii art in rpc_fundrawtransactionJon Atack
2019-11-01test: add rpc_fundrawtransaction loggingJon Atack
2019-10-31Merge #17330: test: Add shrinkdebugfile=0 to regtest bitcoin.confMarcoFalke
2019-10-31[qa] Add shrinkdebugfile=0 to regtest bitcoin.confSuhas Daftuar
2019-10-31[linter] Strip trailing / in path for git-subtree-checkJohn Newbery
2019-10-30QA: Add wallet_implicitsegwit to test the ability to transform keys between a...Luke Dashjr
2019-10-30replace asserts in RPC code with CHECK_NONFATAL and add linterAdam Jonas
2019-10-30Merge #15921: validation: Tidy up ValidationState interfaceWladimir J. van der Laan
2019-10-30rpc: Add generatetodescriptorMarcoFalke
2019-10-29[validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery
2019-10-29Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyManMarcoFalke
2019-10-28Fix issue with conflicted mempool tx in listsinceblockAdam Jonas
2019-10-28Merge #16202: p2p: Refactor network message deserializationfanquake
2019-10-28Merge #17192: util: Add CHECK_NONFATAL and use it in src/rpcWladimir J. van der Laan
2019-10-25Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow
2019-10-24Merge #17004: validation: Remove REJECT code from CValidationStateWladimir J. van der Laan
2019-10-23Merge #17091: tests: Add test for loadblock option and linearize scriptsWladimir J. van der Laan
2019-10-23Remove oversized message detection from log and interfacePieter Wuille
2019-10-22test: use default address type (bech32) for wallet_bumpfee testsSebastian Falbesoner
2019-10-21Expand on wallet_balance.py comment from https://github.com/bitcoin/bitcoin/p...Jeremy Rubin
2019-10-21Update comment in test/functional/wallet_balance.pyJeremy Rubin