aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-04qt: Backup former GUI settings on `-resetguisettings`Wladimir J. van der Laan
2017-10-04when clearing addrman clear mapInfo and mapAddrGregory Sanders
2017-10-04wallet: update stored witness in AddToWalletSuhas Daftuar
2017-10-03Disallow uncompressed pubkeys in bitcoin-tx [multisig] output addsMatt Corallo
2017-10-03Replace save|restoreWindowGeometry with Qt functionsMeshCollider
2017-10-03[Qt] Add delay before filtering transactionsLucas Betschart
2017-10-03Remove custom fee radio groupAndrew Chow
2017-10-03rpc: make estimatesmartfee argument naming consistent with documentationWladimir J. van der Laan
2017-10-03rpc: update cli for estimatefee argument renameWladimir J. van der Laan
2017-10-03Fix division by zero in time remainingMeshCollider
2017-10-03qt: Use IsMine to validate custom change addressChris Moore
2017-10-03[Qt] Fix display of package name on 'open config file' tooltipDaniel Edgecumbe
2017-10-03Acquire cs_main lock before cs_wallet during wallet initializationRussell Yanofsky
2017-10-03rpc: Write authcookie atomicallyWladimir J. van der Laan
2017-10-03Avoid returning a BIP9Stats object with uninitialized valuespracticalswift
2017-10-03[wallet] Close DB on error.Karl-Johan Alm
2017-09-15qt: Translations update pre-0.15.0.1Wladimir J. van der Laan
2017-09-15Fix Qt 0.14.2->0.15.0 segfault if "total at least" is selectedMatt Corallo
2017-08-28qt: Translation update pre-rc3v0.15.0rc3Wladimir J. van der Laan
2017-08-28Changing -txindex requires -reindex, not -reindex-chainstateMatt Corallo
2017-08-28Output a bit more information for fee calculation report.Alex Morcos
2017-08-28Fix rounding errors in calculation of minimum change sizeAlex Morcos
2017-08-21qt: Update translations pre-rc2Wladimir J. van der Laan
2017-08-21Pass serialization flags and whether to include hex to TxToUnivAndrew Chow
2017-08-21Only return hex field once in getrawtransactionAndrew Chow
2017-08-21[wallet] Add logging to MarkReserveKeysAsUsedJohn Newbery
2017-08-21[wallet] Remove keypool_topup_cleanupsJohn Newbery
2017-08-21Add length check for CExtKey deserializationJonas Schnelli
2017-08-21Fix combinerawtransaction RPC help result sectionJonas Nick
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