aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-08-14Avoid treating null RPC arguments different from missing argumentsRussell Yanofsky
2017-08-14Get rid of redundant RPC params.size() checksRussell Yanofsky
2017-08-14wallet: Avoid second mapWallet lookupJoão Barbosa
2017-08-14wallet: Fix memory leak when loading a corrupted wallet filepracticalswift
2017-08-14tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecryptpracticalswift
2017-08-14gitian: bump descriptors for masterWladimir J. van der Laan
2017-08-14build: bump version to 0.15.99Wladimir J. van der Laan
2017-08-14MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cppRussell Yanofsky
2017-08-14Merge #10607: scripted-diff: stop using the gArgs wrappersWladimir J. van der Laan
2017-08-14MOVEONLY: Fee functions wallet/wallet.cpp -> wallet/fees.cppRussell Yanofsky
2017-08-14Move some static functions out of wallet.h/cppRussell Yanofsky
2017-08-14remove unused gArgs wrappersMarko Bencun
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-14doc: Update release notes from wikiWladimir J. van der Laan
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-14Merge #11012: Make sure to clean up mapBlockSource if we've already seen the ...Wladimir J. van der Laan
2017-08-14Merge #11028: Avoid masking of difficulty adjustment errors by checkpointsWladimir J. van der Laan
2017-08-14Merge #11022: Basic keypool topupWladimir J. van der Laan
2017-08-14Merge #10968: Add instructions for parallel gitian builds.Wladimir J. van der Laan
2017-08-13Add instructions for multi-processor gitian buildsCharlie Lee
2017-08-12[Trivial] Add a comment on the use of prevector in script.Gregory Maxwell
2017-08-12Merge #11032: [qa] Fix block message processing error in sendheaders.pyMarcoFalke