aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-15Add new test_bitcoin-qt static library dependenciesRussell Yanofsky
2017-03-15Add simple qt wallet test sending a transactionRussell Yanofsky
2017-03-15Add braces to if statements in Qt test_mainRussell Yanofsky
2017-03-15Fix RPC failure testing (2 of 2)John Newbery
2017-03-15fix gitian doc example typoLawrence Nahum
2017-03-14Initialize nRelockTimePatrick Strateman
2017-03-14Merge #9481: [Qt] Show more significant warning if we fall back to the defaul...Wladimir J. van der Laan
2017-03-14Merge #9955: Don't require segwit in getblocktemplate for segwit signalling o...Wladimir J. van der Laan
2017-03-14Merge #9497: CCheckQueue Unit TestsWladimir J. van der Laan
2017-03-14Test transaction selection when gbt called without segwit supportSuhas Daftuar
2017-03-14Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar
2017-03-14Merge #9970: Improve readability of segwit.py, smartfees.pyWladimir J. van der Laan
2017-03-14Merge #9505: Prevector Quick DestructWladimir J. van der Laan
2017-03-14Merge #8665: Assert all the things!Wladimir J. van der Laan
2017-03-14Merge #9977: QA: getblocktemplate_longpoll.py should always use >0 fee txMarcoFalke
2017-03-14Merge #9984: devtools: Make github-merge compute SHA512 from git, instead of ...Wladimir J. van der Laan
2017-03-13devtools: Make github-merge compute SHA512 from git, instead of worktreeWladimir J. van der Laan
2017-03-13Merge #9963: util: Properly handle errors during log message formattingWladimir J. van der Laan
2017-03-13Merge #9940: Fix verify-commits on OSX, update for new bad Tree-SHA512, point...Wladimir J. van der Laan
2017-03-13Merge #9514: release: Windows signing scriptWladimir J. van der Laan
2017-03-13Merge #9830: Add safe flag to listunspent resultWladimir J. van der Laan
2017-03-13Merge #9953: Fix shutdown hang with >= 8 -addnodes setWladimir J. van der Laan
2017-03-13util: Throw tinyformat::format_error on formatting errorWladimir J. van der Laan
2017-03-12Merge #9973: depends: fix zlib build on osxWladimir J. van der Laan
2017-03-12util: Properly handle errors during log message formattingWladimir J. van der Laan
2017-03-11QA: getblocktemplate_longpoll.py should always use >0 fee txSuhas Daftuar
2017-03-10Fix logging bug and improve readability of smartfees.pySuhas Daftuar
2017-03-10Improve readability of segwit.pySuhas Daftuar
2017-03-10Merge #9972: Fix extended rpc tests broken by #9768MarcoFalke
2017-03-10depends: fix zlib build on osxCory Fields
2017-03-10Make qt test compatible with TestChain100Setup frameworkRussell Yanofsky
2017-03-10Fix extended rpc tests broken by 8910b4717e5bb946ee6988f7fe9fd461f53a5935John Newbery
2017-03-10Make test_bitcoin.cpp compatible with Qt Test frameworkRussell Yanofsky
2017-03-10Add safe flag to listunspent resultNicolasDorier
2017-03-10Add COutput::fSafe member for safe handling of unconfirmed outputsRussell Yanofsky
2017-03-09Merge #9768: [qa] Add logging to test_framework.pyMarcoFalke
2017-03-09Update trusted-sha512-root-commit for new bad tree hashMatt Corallo
2017-03-09If GNU sha512sum is missing, try perl shasum in verify-commitsMatt Corallo
2017-03-09Fix travis failing to fetch keys from the sks keyserver poolMatt Corallo
2017-03-09Make verify-commits.sh non-recursiveMatt Corallo
2017-03-09Use logging in individual testsJohn Newbery
2017-03-09Use logging in test_framework/comptool.pyJohn Newbery
2017-03-09Use logging in test_framework/blockstore.pyJohn Newbery
2017-03-09Use logging in test_framework/util.pyJohn Newbery
2017-03-09Remove manual debug settings in qa tests.John Newbery
2017-03-09Always enable debug log and microsecond logging for test nodes.John Newbery
2017-03-09Use logging in mininode.pyJohn Newbery
2017-03-09Add logging to p2p-segwit.pyJohn Newbery
2017-03-09Add logging to test_framework.pyJohn Newbery
2017-03-09Merge #9962: [trivial] Fix typo in rpc/protocol.hMarcoFalke