aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-12Merge #15378: tests: Added missing tests for RPC wallet errorsMarcoFalke
2019-02-12[rpc] mining: Omit uninitialized currentblockweight, currentblocktxMarcoFalke
2019-02-12Merge #13787: Test for Windows encoding issueMarcoFalke
2019-02-12Merge #14543: [QA] minor p2p_sendheaders fix of height in coinbaseMarcoFalke
2019-02-11tests: Added missing tests for RPC wallet errorsBen Carman
2019-02-12tests: accept unicode characters on WindowsChun Kuan Lee
2019-02-11Split DecodePSBT into Base64 and Raw versionsGlenn Willen
2019-02-11Merge #15337: rpc: Fix for segfault if combinepsbt called with empty inputsMarcoFalke
2019-02-11Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider
2019-02-10[wallet] Support creating a blank walletAndrew Chow
2019-02-08Merge #15370: test_runner: Remove unused --force optionMarcoFalke
2019-02-08qa: Add tool-prefix to functional test readmeMarcoFalke
2019-02-08Merge #14242: Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0...Wladimir J. van der Laan
2019-02-07test_runner: Remove unused --force optionMarcoFalke
2019-02-07Merge #14491: Allow descriptor imports with importmultiWladimir J. van der Laan
2019-02-07Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an inval...practicalswift
2019-02-08Merge #14667: Add deriveaddresses RPC util methodMeshCollider
2019-02-06qa: Drop RPC connection if --usecliJoão Barbosa
2019-02-05Merge #14519: tests: add utility to easily profile node performance with perfMarcoFalke
2019-02-05Add test for importing via descriptorMeshCollider
2019-02-04rpc: Fix for segfault if combinepsbt called with empty inputsbenthecarman
2019-02-04qa: Test .walletlock file is closedJoão Barbosa
2019-02-02test: Fix race in p2p_invalid_messagesMarcoFalke
2019-02-02Make PID file creating errors fatalHennadii Stepanov
2019-02-01Merge #15247: qa: Use wallet to retrieve raw transactionsMarcoFalke
2019-02-01Merge #15235: Do not import private keys to wallets with private keys disabledWladimir J. van der Laan
2019-01-31Do not import private keys to wallets with private keys disabledAndrew Chow
2019-01-31tests: unify RPC argument to cli argument conversion and handle dicts and listsAndrew Chow
2019-01-31Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing walle...MarcoFalke
2019-01-31Merge #15244: gdb attaching to process during tests has non-sudo solutionWladimir J. van der Laan
2019-01-31Merge #15246: qa: Add tests for invalid message headersWladimir J. van der Laan
2019-01-31gdb attaching to process during tests has non-sudo solutionGregory Sanders
2019-01-30[tests] Add wallet-tool testJoão Barbosa
2019-01-30Merge #15163: Correct units for "-dbcache" and "-prune"Wladimir J. van der Laan
2019-01-30Merge #15159: [RPC] Remove lookup to UTXO set from GetTransactionMarcoFalke
2019-01-30Correct units for "-dbcache" and "-prune"Hennadii Stepanov
2019-01-29[rpc] util: add deriveaddresses methodSjors Provoost
2019-01-26qa: Use wallet to retrieve raw transactionsMarcoFalke
2019-01-26[RPC] Update getrawtransaction interfaceAmiti Uttarwar
2019-01-25qa: Style-only fixes in touched filesMarcoFalke
2019-01-24Docs: Update python docs to reflect that wildcard imports are disallowedBen Woosley
2019-01-24qa: Add tests for invalid message headersMarcoFalke
2019-01-24tests: unify RPC argument to cli argument conversion and handle dicts and listsAndrew Chow
2019-01-24submitheader: more directly test missing prev block headerGregory Sanders
2019-01-24remove some magic mining constants in functional testsGregory Sanders
2019-01-24Merge #15193: Default -whitelistforcerelay to offWladimir J. van der Laan
2019-01-23Merge #15196: [test]: Update all subprocess.check_output functions to be Pyth...Jonas Schnelli
2019-01-22Merge #14353: REST: add blockhash call, fetch blockhash by heightJonas Schnelli
2019-01-22Default -whitelistforcerelay to offSuhas Daftuar
2019-01-22tests: add utility to easily profile node performance with perfJames O'Beirne