aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-21Merge #11027: [RPC] Only return hex field once in getrawtransactionWladimir J. van der Laan
2017-08-20Merge #11091: test: Increase initial RPC timeout to 60 secondsWladimir J. van der Laan
2017-08-20test: Increase initial RPC timeout to 60 secondsWladimir J. van der Laan
2017-08-20gitian: quick hack to fix version string in releasesCory Fields
2017-08-19Build with --enable-werror under OS Xpracticalswift
2017-08-19Docs: Hash in ZMQ hash is raw bytes, not hexKarel Bílek
2017-08-18Comments: More comments on functions/globals in standard.h.Jim Posen
2017-08-18Merge #10952: [wallet] Remove vchDefaultKey and have better first run detectionWladimir J. van der Laan
2017-08-18Merge #11044: [wallet] Keypool topup cleanupsWladimir J. van der Laan
2017-08-18Merge #11039: Avoid second mapWallet lookupWladimir J. van der Laan
2017-08-18Merge #11066: Document the preference of nullptr over NULL or (void*)0Wladimir J. van der Laan
2017-08-18Merge #11080: doc: Update build-openbsd for 6.1Wladimir J. van der Laan
2017-08-18Merge #11081: Add length check for CExtKey deserialization (jonasschnelli, gu...Wladimir J. van der Laan
2017-08-18Merge #10878: Docs: Fix Markdown formatting issues in init.mdWladimir J. van der Laan
2017-08-18Merge #11083: Fix combinerawtransaction RPC help result sectionWladimir J. van der Laan
2017-08-18Document the preference of nullptr over NULL or (void*)0practicalswift
2017-08-18Merge #11071: Use static_assert(…, …) (C++11) instead of assert(…) wher...Wladimir J. van der Laan
2017-08-18Merge #10969: Declare single-argument (non-converting) constructors "explicit"Wladimir J. van der Laan
2017-08-17Fix combinerawtransaction RPC help result sectionJonas Nick
2017-08-17Add length check for CExtKey deserializationJonas Schnelli
2017-08-17Pass serialization flags and whether to include hex to TxToUnivAndrew Chow
2017-08-17doc: Update build-openbsd for 6.1Wladimir J. van der Laan
2017-08-17qa: Move wait_until to utilMarcoFalke
2017-08-17Prefer compile-time checking over run-time checkingpracticalswift
2017-08-16[wallet] Add logging to MarkReserveKeysAsUsedJohn Newbery
2017-08-16[wallet] Remove keypool_topup_cleanupsJohn Newbery
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-16Merge #10901: Fix constness of ArgsManager methodsMarcoFalke
2017-08-16Merge #10645: Use nullptr (C++11) instead of zero (0) as the null pointer con...MarcoFalke
2017-08-16Use nullptr instead of zero (0) as the null pointer constantpracticalswift
2017-08-16Merge #11056: disable jni in buildsWladimir J. van der Laan
2017-08-16Merge #10957: Avoid returning a BIP9Stats object with uninitialized valuesMarcoFalke
2017-08-16Merge #10965: Replace deprecated throw() with noexcept specifier (C++11)MarcoFalke
2017-08-16Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke
2017-08-16Merge #11011: [Trivial] Add a comment on the use of prevector in script.MarcoFalke
2017-08-16Merge #10680: Fix inconsistencies and grammar in various filesMarcoFalke
2017-08-16Merge #10956: Fix typosMarcoFalke
2017-08-16Merge #10705: Trivial: spelling fixesMarcoFalke
2017-08-16doc: spelling fixesklemens
2017-08-15Remove vchDefaultKey and have better first run detectionAndrew Chow
2017-08-15[tests] Add bitcoin_cli.py test scriptJohn Newbery
2017-08-15[tests] add TestNodeCLI class for calling bitcoin-cli for a nodeJohn Newbery
2017-08-15Merge #10711: [tests] Introduce TestNodeMarcoFalke
2017-08-15Clean up getbalance RPC parameter handlingRussell Yanofsky
2017-08-15Merge #11017: [wallet] Close DB on error.Jonas Schnelli
2017-08-15Merge #10964: Pass SendCoinsRecipient (208 bytes) by referenceJonas Schnelli
2017-08-15disable jni in buildsGregory Sanders
2017-08-15[tests] Introduce TestNodeJohn Newbery
2017-08-15Merge #11008: Enable disablesafemode by default.Wladimir J. van der Laan
2017-08-14Update developer notes after params.size() cleanupRussell Yanofsky