aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2017-11-09Wrap dumpwallet warning and note scripts aren't dumpedMeshCollider
2017-11-09Add wallet backup text to import*, add* and dumpwallet RPCsMeshCollider
2017-11-03[Wallet] always show help-line of wallet encryption callsJonas Schnelli
2017-11-01Avoid opening copied wallet databases simultaneouslyRussell Yanofsky
2017-11-01[wallet] Fix leak in CDB constructorJoão Barbosa
2017-11-01Ensure backupwallet fails when attempting to backup to source fileTomas van der Wansem
2017-11-01Make listsinceblock refuse unknown block hashRussell Yanofsky
2017-10-17Fix importmulti bug when importing an already imported keyPedro Branco
2017-10-09Update importprivkey named args documentationDusty Williams
2017-10-04rpc: Prevent `dumpwallet` from overwriting filesWladimir J. van der Laan
2017-10-04wallet: update stored witness in AddToWalletSuhas Daftuar
2017-10-03Acquire cs_main lock before cs_wallet during wallet initializationRussell Yanofsky
2017-10-03[wallet] Close DB on error.Karl-Johan Alm
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-21[wallet] Add logging to MarkReserveKeysAsUsedJohn Newbery
2017-08-21[wallet] Remove keypool_topup_cleanupsJohn Newbery
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 #11022: Basic keypool topupWladimir J. van der Laan
2017-08-10[wallet] keypool mark-used and topupJohn Newbery
2017-08-07[wallet] return correct error code from resendwallettransactionJohn Newbery
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-04[wallet] Add HasUnusedKeys() helperJohn Newbery
2017-08-04[wallet] Cache keyid -> keypool id mappingsJohn Newbery
2017-08-03Merge #10942: Eliminate fee overpaying edge case when subtracting fee from re...Wladimir J. van der Laan
2017-08-02[wallet] [moveonly] Move LoadKeyPool to cppMatt Corallo
2017-08-02[wallet] [moveonly] Move CAffectedKeysVisitorJonas Schnelli
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