aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2017-03-10Add safe flag to listunspent resultNicolasDorier
2017-03-09Merge #9853: Fix error codes from various RPCsWladimir J. van der Laan
2017-03-08Refactor: Remove using namespace <xxx> from wallet/Karl-Johan Alm
2017-03-07Return correct error codes in fundrawtransaction().John Newbery
2017-03-07Return correct error codes in bumpfee().John Newbery
2017-03-03Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequestWladimir J. van der Laan
2017-02-27Wallet/RPC: Use filename rather than CWallet pointer, for lockwallet RPCRunLa...Luke Dashjr
2017-02-27More tightly couple EnsureWalletIsAvailable with GetWalletForJSONRPCRequest w...Luke Dashjr
2017-02-27Reformat touched lines with C++11Luke Dashjr
2017-02-27Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...Luke Dashjr
2017-02-27RPC: Do all wallet access through new GetWalletForJSONRPCRequestLuke Dashjr
2017-02-27RPC/Wallet: Pass CWallet as pointer to helper functionsLuke Dashjr
2017-02-26Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga
2017-02-23Update sendfrom RPC help to correct coin selection misconceptionRussell Yanofsky
2017-02-14[trivial] Fix recently introduced typos in commentspracticalswift
2017-02-02[wallet] Set correct metadata on bumpfee wallet transactionsRussell Yanofsky
2017-02-02Merge #9663: [RPC] clarify listunspent amount descriptionWladimir J. van der Laan
2017-02-01clarify listunspent amount descriptionGregory Sanders
2017-01-31rpc: bumpfee: handle errors more gracefullySuhas Daftuar
2017-01-31rpc: bumpfee: use correct maximum signed tx size for fee calculationSuhas Daftuar
2017-01-30Merge #9615: Wallet incremental feeWladimir J. van der Laan
2017-01-26Change bumpfee result value from 'oldfee' to 'origfee'.Alex Morcos
2017-01-26Introduce WALLET_INCREMENTAL_RELAY_FEEAlex Morcos
2017-01-26Use CWallet::GetMinimumFee in bumpfeeAlex Morcos
2017-01-26Merge #9613: [wallet] Clarify getbalance help string to explain interaction w...Wladimir J. van der Laan
2017-01-23Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks ...Wladimir J. van der Laan
2017-01-23[wallet] Clarify getbalance help string to explain interaction with bumpfeeRussell Yanofsky
2017-01-20Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...Wladimir J. van der Laan
2017-01-20[rpc] Add incremental relay fee to getnetworkinfoAlex Morcos
2017-01-19Fix missing use of dustRelayFeeAlex Morcos
2017-01-19Use incrementalRelayFee for BIP 125 replacementAlex Morcos
2017-01-19[Wallet] Add an option to keep the change address key, true by defaultJonas Schnelli
2017-01-19Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan
2017-01-19[RPC] bumpfeemrbandrews
2017-01-19[wallet] Add include_unsafe argument to listunspent RPCRussell Yanofsky
2017-01-18Bug-fix: listsinceblock: use closest common ancestor when a block hash was pr...Karl-Johan Alm
2017-01-12Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan
2017-01-11RPC help updatedMichael Rotarius
2017-01-10Update RPC argument namesJohn Newbery
2017-01-05rpc: Argument name consistencyWladimir J. van der Laan
2017-01-05rpc: Named arguments for wallet callsWladimir J. van der Laan
2017-01-04Mark the minconf parameter to move as ignoredPieter Wuille
2016-12-22updated listsinceblock rpc docsaccraze
2016-12-13Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.Chris Moore
2016-12-05Add option to return non-segwit serialization via rpcGregory Sanders
2016-12-05Merge #9165: SendMoney: use already-calculated balanceWladimir J. van der Laan
2016-12-02Make DecodeHexTx return a CMutableTransactionPieter Wuille
2016-12-02Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-11-15SendMoney: use already-calculated balanceinstagibbs