aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2017-11-01Make listsinceblock refuse unknown block hashRussell 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-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
2017-06-12Merge #8694: Basic multiwallet supportWladimir J. van der Laan
2017-06-09Remove duplicate includespracticalswift
2017-06-08Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...Wladimir J. van der Laan
2017-06-06Wallet: Replace pwalletMain with a vector of wallet pointersLuke Dashjr
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift
2017-06-05RPC/Wallet: Add RBF support for fundrawtransactionLuke Dashjr
2017-06-05Wallet: Refactor FundTransaction to accept parameters via CCoinControlLuke Dashjr
2017-06-05scripted-diff: Remove PAIRTYPEJorge Timón
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-06-05Merge #10455: Simplify feebumper minimum fee code slightlyWladimir J. van der Laan
2017-05-25Simplify feebumper minimum fee code slightlyRussell Yanofsky