aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-03Merge #10942: Eliminate fee overpaying edge case when subtracting fee from re...Wladimir J. van der Laan
2017-08-01Merge #10788: [RPC] Fix addwitnessaddress by replacing ismine with producesig...Wladimir J. van der Laan
2017-07-28Clarify help message for -discardfeeAlex Morcos
2017-07-28[wallet] Specify wallet name in wallet loading errorsJohn Newbery
2017-07-28Reject invalid wallet filesJoão Barbosa
2017-07-28Reject duplicate wallet filenamesJoão Barbosa
2017-07-27Eliminate fee overpaying edge case when subtracting fee from recipientsAlex Morcos
2017-07-27Replace ismine with producesignature check in witnessifierAndrew Chow
2017-07-27Merge #10931: Fix misleading "Method not found" multiwallet errorsWladimir J. van der Laan
2017-07-26Change wallet method disabled error textRussell Yanofsky
2017-07-26Merge #10912: [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cppWladimir J. van der Laan
2017-07-26Fix misleading "Method not found" multiwallet errorsRussell Yanofsky
2017-07-26Merge #10854: Avoid using sizes on non-fixed-width types to derive protocol c...Wladimir J. van der Laan
2017-07-26Merge #10655: Properly document target_confirmations in listsinceblockWladimir J. van der Laan
2017-07-26[tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpppracticalswift
2017-07-25Merge #10799: Prevent user from specifying conflicting parameters to fundrawtxWladimir J. van der Laan
2017-07-25Properly document target_confirmations in listsinceblockRyan Havar
2017-07-25test: Make sure wallet.backup is created in temp pathWladimir J. van der Laan
2017-07-25Merge #10789: Punctuation/grammer fixes in rpcwallet.cppWladimir J. van der Laan
2017-07-24Merge #9622: [rpc] listsinceblock should include lost transactions when param...Wladimir J. van der Laan
2017-07-21listsinceblock: optionally find and list any transactions that were undone du...Karl-Johan Alm
2017-07-20[wallet] [rpc] Add listwallets RPCJohn Newbery
2017-07-20[wallet] [rpc] print wallet name in getwalletinfoJohn Newbery
2017-07-20[wallet] fix comment for CWallet::Verify()John Newbery
2017-07-20Merge #10783: [RPC] Various rpc argument fixesWladimir J. van der Laan
2017-07-20Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "...Wladimir J. van der Laan
2017-07-19Fix misspellings and remove safety verbiageSteven D. Lander
2017-07-19Merge #10817: Redefine Dust and add a discard_rateWladimir J. van der Laan
2017-07-18Merge #10784: Do not allow users to get keys from keypool without reserving themWladimir J. van der Laan
2017-07-18Do not allow users to get keys from keypool without reserving themMatt Corallo
2017-07-18Merge #10849: Multiwallet: simplest endpoint supportWladimir J. van der Laan
2017-07-18Remove unused variable int64_t nEndpracticalswift
2017-07-17Prevent user from specifying conflicting parameters to fundrawtxMatt Corallo
2017-07-17Add a discard_rateAlex Morcos
2017-07-17Avoid using sizes on non-fixed-width types to derive protocol constants.Gregory Maxwell
2017-07-17No longer ever reuse keypool indexesMatt Corallo
2017-07-17Select wallet based on the given endpointJonas Schnelli
2017-07-17Merge #10831: Batch flushing operations to the walletdb during top up and inc...Wladimir J. van der Laan
2017-07-17Print one log message per keypool top-up, not one per key.Gregory Maxwell
2017-07-17Increase wallet default keypool size to 1000.Gregory Maxwell
2017-07-17Pushdown walletdb though CWallet::AddKeyPubKey to avoid flushes.Gregory Maxwell
2017-07-17check for null values in rpc args and handle appropriatelyGregory Sanders
2017-07-17importmulti options are optionalGregory Sanders
2017-07-17fixup some rpc param counting for rpc helpGregory Sanders
2017-07-17Merge #10706: Improve wallet fee logic and fix GUI bugsWladimir J. van der Laan
2017-07-17Merge #10330: [wallet] fix zapwallettxes interaction with persistent mempoolMarcoFalke
2017-07-16Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...practicalswift
2017-07-16Pushdown walletdb object through GenerateNewKey/DeriveNewChildKey.Gregory Maxwell
2017-07-15Merge #10235: Track keypool entries as internal vs external in memoryPieter Wuille