aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2019-10-21Update wallet_balance.py test to reflect new behaviorJeremy Rubin
2019-10-21tests: Remove no longer needed UBSan suppressions (issues fixed). Add documen...practicalswift
2019-10-21Merge #17070: wallet: Avoid showing GUI popups on RPC errorsWladimir J. van der Laan
2019-10-21Merge #17176: ci: Cleanup macOS runsWladimir J. van der Laan
2019-10-18util: Add CHECK_NONFATAL and use it in src/rpcMarcoFalke
2019-10-18Refactor: split network transport deserializing from message containerJonas Schnelli
2019-10-17Merge #17177: doc: Describe log files + consistent paths in test READMEsMarcoFalke
2019-10-17doc: Describe log files + consistent paths in test READMEsMartin Erlandsson
2019-10-17doc: Document that GNU tools are required for lintersMarcoFalke
2019-10-14[test] rename SegwitVersion1SignatureHash()John Newbery
2019-10-14Merge #17124: test: speed up wallet_address_types by whitelisting peers (imme...MarcoFalke
2019-10-14Merge #17108: test: fix "tx-size-small" errors after default address changeMarcoFalke
2019-10-14Merge #17009: tests: Add EvalScript(...) fuzzing harnessMarcoFalke
2019-10-14test: fix "tx-size-small" errors after default address changeSebastian Falbesoner
2019-10-13test: speed up wallet_address_types by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2019-10-13tests: Add test for loadblock optionFabian Jahr
2019-10-13test: speedup wallet_backup by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2019-10-10tests: Add FuzzedDataProvider fuzzing helper from the Chromium projectpracticalswift
2019-10-10Merge #16973: test: Fix combine_logs.py for AppVeyor buildMarcoFalke
2019-10-10[logging] Don't log REJECT code when transaction is rejectedJohn Newbery
2019-10-09Merge #16821: Fix bug where duplicate PSBT keys are acceptedfanquake
2019-10-09Merge #15437: p2p: Remove BIP61 reject messagesWladimir J. van der Laan