aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-13net: Add option `-enablebip61` to configure sending of BIP61 notificationsWladimir J. van der Laan
2018-05-13Merge #13221: travis: Rename the build stage "check_doc" to "lint"MarcoFalke
2018-05-12travis: Rename the build stage "check_doc" to "lint"practicalswift
2018-05-12Merge #13199: Bugfix: ensure consistency of m_failed_blocks after reconsiderb...Pieter Wuille
2018-05-12Merge #11423: [Policy] Several transaction standardness rulesWladimir J. van der Laan
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-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-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-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-05Merge #13080: mempool: Add compile time checking for ::mempool.cs runtime loc...MarcoFalke
2018-05-05Add compile time checking for all ::mempool.cs runtime locking assertionspracticalswift
2018-05-05qa: Pad scriptPubKeys to get minimum sized txsMarcoFalke
2018-05-04Merge #13163: Make it clear which functions that are intended to be translati...MarcoFalke
2018-05-05Policy to reject extremely small transactionsJohnson Lau
2018-05-05Add transaction tests for constant scriptCodeJohnson Lau
2018-05-05Add constant scriptCode policy in non-segwit scriptsJohnson Lau
2018-05-04Merge #13165: doc: Mention good first issue list in CONTRIBUTING.mdMarcoFalke
2018-05-04doc: Mention good first issue list in CONTRIBUTING.mdfanquake
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-05-03[logging] Don't incorrectly log that REJECT messages are unknown.John Newbery
2018-05-03Fix rescanblockchain rpc to property report progressBen Woosley