aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-14remove unused gArgs wrappersMarko Bencun
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
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-11Merge #10765: Tests: address placement should be deterministic by defaultMarcoFalke
2017-08-11[RPC] trivial: gettxout no longer shows version of txFelix Weis
2017-08-10Avoid masking of difficulty adjustment errors by checkpointsPieter Wuille
2017-08-10[wallet] keypool mark-used and topupJohn Newbery
2017-08-09Merge #10835: Rename member field according to the style guideMarcoFalke
2017-08-09qt: Periodic translations updateWladimir J. van der Laan
2017-08-09Merge #10963: [bench] Restore format state of cout after printing with std::f...MarcoFalke
2017-08-08Make sure to clean up mapBlockSource if we've already seen the blockCory Fields
2017-08-08Merge #10998: Fix upgrade cancel warningsWladimir J. van der Laan
2017-08-08Merge #11002: [wallet] return correct error code from resendwallettransactionWladimir J. van der Laan
2017-08-08Merge #10999: Fix amounts formatting in `decoderawtransaction`Wladimir J. van der Laan
2017-08-07[wallet] return correct error code from resendwallettransactionJohn Newbery
2017-08-07Skip remainder of init if upgrade is cancelledMatt Corallo
2017-08-07Merge #10301: Check if sys/random.h is required for getentropy.Wladimir J. van der Laan
2017-08-07doc: Add comment to use ValueFromAmount/AmountFromValue for JSON, not utilmon...Wladimir J. van der Laan
2017-08-07rpc: Use ValueFromAmount instead of FormatMoney in TxToUnivWladimir J. van der Laan
2017-08-07rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan
2017-08-07Merge #10995: Fix resendwallettransactions assert failure if -walletbroadcast=0Wladimir J. van der Laan
2017-08-07Merge #10919: Fix more init bugs.Wladimir J. van der Laan
2017-08-07Merge #10982: Disconnect network service bits 6 and 8 until Aug 1, 2018Wladimir J. van der Laan
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-06Fix resendwallettransactions assert failure if -walletbroadcast=0Matt Corallo
2017-08-06Disconnect network service bits 6 and 8 until Aug 1, 2018Matt Corallo
2017-08-05Merge #10988: qt: Increase BLOCK_CHAIN_SIZE constantsWladimir J. van der Laan
2017-08-05Merge #10977: [net] Fix use of uninitialized value in getnetworkinfo(const JS...Wladimir J. van der Laan
2017-08-05Merge #10986: Update chain transaction statisticsWladimir J. van der Laan
2017-08-05qt: Increase BLOCK_CHAIN_SIZE constantsWladimir J. van der Laan
2017-08-04[wallet] Add HasUnusedKeys() helperJohn Newbery
2017-08-04[wallet] Cache keyid -> keypool id mappingsJohn Newbery
2017-08-03Add undocumented -forcecompactdb to force LevelDB compactionsPieter Wuille
2017-08-03Update chain transaction statisticsPieter Wuille
2017-08-03Merge #10942: Eliminate fee overpaying edge case when subtracting fee from re...Wladimir J. van der Laan
2017-08-02[wallet] Don't hold cs_LastBlockFile while calling setBestChainJohn Newbery
2017-08-02[wallet] [moveonly] Move LoadKeyPool to cppMatt Corallo
2017-08-02[wallet] [moveonly] Move CAffectedKeysVisitorJonas Schnelli
2017-08-02[net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest& ...practicalswift
2017-08-02Merge #10958: Update to latest Bitcoin patches for LevelDBWladimir J. van der Laan
2017-08-02Fix typo in sendcoinsdialog.Masahiko Hyuga
2017-08-01Fix some broken init-time prints/constantsMatt Corallo
2017-08-01Check for empty coinsview instead of just-reset coinsview in initMatt Corallo
2017-08-01Fix resume-of-reindex-after-restartMatt Corallo
2017-08-01Always wait for threadGroup to exit in bitcoind shutdownMatt Corallo
2017-08-01Update LevelDB with latest Bitcoin-specific patchesPieter Wuille
2017-08-01Merge #10788: [RPC] Fix addwitnessaddress by replacing ismine with producesig...Wladimir J. van der Laan