aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-21Merge #15278: Improve PID file error handlingWladimir J. van der Laan
2019-02-20Merge #15439: tests: remove byte.hex() to keep compatibilityMarcoFalke
2019-02-19Merge #15404: [test] Remove -txindex to start nodesWladimir J. van der Laan
2019-02-19Merge #15415: [test] functional: allow custom cwd, use tmpdir as defaultMarcoFalke
2019-02-19[test] functional: set cwd of nodes to tmpdirSjors Provoost
2019-02-19tests: remove byte.hex() to keep compatibilityAkio Nakamura
2019-02-18Merge #15397: Remove manual byte editing in wallet_tx_clone func testMarcoFalke
2019-02-17Address test todos by removing -txindex to nodes.Amiti Uttarwar
2019-02-16Merge #15368: Descriptor checksumsWladimir J. van der Laan
2019-02-16Merge #13932: Additional utility RPCs for PSBTWladimir J. van der Laan
2019-02-16Implement analyzepsbt RPC and testsAndrew Chow
2019-02-15Make descriptor checksums mandatory in deriveaddresses and importmultiPieter Wuille
2019-02-15Add getdescriptorinfo to compute checksumPieter Wuille
2019-02-15Descriptor checksumPieter Wuille
2019-02-16Implement joinpsbts RPC and testsAndrew Chow
2019-02-16Implement utxoupdatepsbt RPC and testsAndrew Chow
2019-02-15Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblo...MarcoFalke
2019-02-14Import public keys in orderAndrew Chow
2019-02-14Test pubkey import to keypoolAndrew Chow
2019-02-14Fetch keys from keypool when private keys are disabledAndrew Chow
2019-02-15Merge #14021: Import key origin data through descriptors in importmultiMeshCollider
2019-02-14Test importing descriptors with key origin informationAndrew Chow
2019-02-14Merge #15295: fuzz: Add test/fuzz/test_runner.py and run it in travisMarcoFalke
2019-02-14Merge #14481: Add P2SH-P2WSH support to listunspent RPCWladimir J. van der Laan
2019-02-14fuzz: test_runner: Better error message when built with aflMarcoFalke
2019-02-14Remove hdmasterkeyidAndrew Chow
2019-02-14Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider
2019-02-13qa: Add test/fuzz/test_runner.pyMarcoFalke
2019-02-13Remove manual byte editing in wallet_tx_clone func testGregory Sanders
2019-02-13Add test for P2SH-P2WSH in signrawtransactionwithkey and listunspentMeshCollider
2019-02-12Merge #15238: [QA] remove some magic mining constants in functional testsMarcoFalke
2019-02-12Merge #15216: Scripts and tools: Replace script name with a special parameterMarcoFalke
2019-02-12Replace script name with special parameterHennadii Stepanov
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