aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-12Bump wallet version for pre split keypoolAndrew Chow
2018-05-12Use a keypool of presplit keys after upgrading to hd chain splitAndrew Chow
2018-05-12Allow -upgradewallet to upgradewallets to HDAndrew Chow
2018-05-12Test sethdseedAndrew Chow
2018-05-12Add 'sethdseed' RPC to initialize or replace HD seedChris Moore
2018-05-12Fix concurrency-related bugs in ActivateBestChainJesse Cohen
2018-05-12Do not unlock cs_main in ABC unless we've actually made progress.Matt Corallo
2018-05-12Merge #11423: [Policy] Several transaction standardness rulesWladimir J. van der Laan
2018-05-11Enable Travis checking for two Python linting rules we are currently not viol...practicalswift
2018-05-10Merge #13210: Enable W191 indentation contains tabs and W291 trailing whitesp...MarcoFalke
2018-05-10Merge #13075: [tests] Remove 'account' API from wallet functional testsMarcoFalke
2018-05-11Enable W191 and W291 flake8 checks.John Bampton
2018-05-10Merge #13192: [tests] Fixed intermittent failure in p2p_sendheaders.py.MarcoFalke
2018-05-10Merge #13201: [qa] Handle disconnect_node raceMarcoFalke
2018-05-10test: Ensure that recursive -includeconf produces appropriate warningsKarl-Johan Alm
2018-05-10util: warn about recursive -includeconf arguments in configuration filesKarl-Johan Alm
2018-05-09[tests] Remove spurious error log in p2p_segwit.pyJohn Newbery
2018-05-09Merge #13198: [qa] Avoid printing to console during cache creationMarcoFalke
2018-05-09Merge #13190: Have gArgs handle printing helpMarcoFalke
2018-05-09[qa] Handle disconnect_node raceSuhas Daftuar
2018-05-09[qa] Avoid printing to console during cache creationSuhas Daftuar
2018-05-09Make gArgs aware of the argumentsAndrew Chow
2018-05-09Merge #13185: Bugfix: the end of a reorged chain is invalid when connect failsWladimir J. van der Laan
2018-05-09Merge #12755: [tests] Better stderr testingWladimir J. van der Laan
2018-05-09Bugfix: ensure consistency of m_failed_blocks after reconsiderblockSuhas Daftuar
2018-05-09[tests] Allow stderr to be tested against specified stringJohn Newbery
2018-05-09[Tests] Use LIBC_FATAL_STDERR_=1 in testsJohn Newbery
2018-05-09[Tests] Write stdout/stderr to datadir instead of temp file.John Newbery
2018-05-09wallet: Improve logging when BerkeleyDB environment fails to closeTim Ruffing
2018-05-09Merge #13188: qa: Remove unused option --srcdirWladimir J. van der Laan
2018-05-09Merge #12265: [test] fundrawtransaction: lock watch-only shared addressWladimir J. van der Laan
2018-05-09Merge #13183: [travis] New travis job for CHECK_DOCS stepsWladimir J. van der Laan
2018-05-09Merge #10267: New -includeconf argument for including external configuration ...Wladimir J. van der Laan
2018-05-09[bitcoin-11004] creating another jobs for the CHECK_DOC=1, separated from the...Grady Laksmono
2018-05-09[tests] Fixed intermittent failure in p2p_sendheaders.py.lmanners
2018-05-08[qt]: changes sendcoinsdialog's box layout for improved readability.marcoagner
2018-05-08qa: Remove unused option --srcdirMarcoFalke
2018-05-07Merge #13184: RPC Docs: gettxout*: clarify bestblock and unspent countsMarcoFalke
2018-05-07Bugfix: the end of a reorged chain is invalid when connect failsPieter Wuille
2018-05-07RPC Docs: gettxout*: clarify bestblock and unspent countsDavid A. Harding
2018-05-07Merge #13094: tests: Add test for 64-bit Windows PE, modify 32-bit test resultsWladimir J. van der Laan
2018-05-07Merge #13079: Fix rescanblockchain rpc to properly report progressJonas Schnelli
2018-05-07Merge #13131: Add Windows shutdown handlerWladimir J. van der Laan
2018-05-07Merge #13149: Handle unsuccessful fseek(...):sWladimir J. van der Laan
2018-05-07Merge #13180: Fix re-declared scoped enum as unscoped (Causes issues with som...Jonas Schnelli
2018-05-07Merge #13162: [net] Don't incorrectly log that REJECT messages are unknown.Wladimir J. van der Laan
2018-05-06Remove enum specifier (to avoid re-declare scoped enum as unscoped)donaloconnor
2018-05-06replace modulus with FastModMartin Ankerl
2018-05-05Add Clang thread safety analysis annotationspracticalswift
2018-05-05Fix missing locking in CTxMemPool::setSanityCheck(double dFrequency)practicalswift