aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2017-08-25Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cppWladimir J. van der Laan
2017-08-22Merge #11050: Avoid treating null RPC arguments different from missing argumentsWladimir J. van der Laan
2017-08-18Merge #11039: Avoid second mapWallet lookupWladimir J. van der Laan
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-16Use nullptr instead of zero (0) as the null pointer constantpracticalswift
2017-08-16Merge #10956: Fix typosMarcoFalke
2017-08-15Clean up getbalance RPC parameter handlingRussell 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-14Move some static functions out of wallet.h/cppRussell Yanofsky
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-08Fix typos.practicalswift
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-01Merge #10788: [RPC] Fix addwitnessaddress by replacing ismine with producesig...Wladimir J. van der Laan
2017-07-27Replace ismine with producesignature check in witnessifierAndrew Chow
2017-07-26Change wallet method disabled error textRussell Yanofsky
2017-07-26Fix misleading "Method not found" multiwallet errorsRussell Yanofsky
2017-07-26Merge #10655: Properly document target_confirmations in listsinceblockWladimir J. van der Laan
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-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-20Merge #10783: [RPC] Various rpc argument fixesWladimir J. van der Laan
2017-07-19Fix misspellings and remove safety verbiageSteven D. Lander
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-17Prevent user from specifying conflicting parameters to fundrawtxMatt Corallo
2017-07-17Select wallet based on the given endpointJonas Schnelli
2017-07-17check for null values in rpc args and handle appropriatelyGregory 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-14Properly bound check conf_target in wallet RPC callsAlex Morcos
2017-07-14Refactor to use CoinControl in GetMinimumFee and FeeBumperAlex Morcos
2017-07-14Make CoinControl a required argument to CreateTransactionAlex Morcos
2017-07-12getbalance example covers at least 6 confirmsGregory Sanders
2017-07-10Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos
2017-07-06Merge #10698: Be consistent in calling transactions "replaceable" for Opt-In RBFWladimir J. van der Laan
2017-07-05Use "replaceable" instead of "optIntoRbf" in fundrawtransaction.Matt Corallo
2017-06-29rpc: Update `generate` for developer notesWladimir J. van der Laan
2017-06-29rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan
2017-06-20Merge #10536: Remove unreachable or otherwise redundant codePieter Wuille
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-12Remove unreachable or otherwise redundant codepracticalswift