aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
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
2016-10-31Change all instance of 'GMT epoch' to 'Unix epoch'matthias
2016-10-28Merge #9016: Return useful error message on ATMP failureWladimir J. van der Laan
2016-10-26Return useful error message on ATMP failureinstagibbs
2016-10-26rpc: Remove invalid explanation from wallet fee messageWladimir J. van der Laan
2016-10-19Add importmulti rpc callPedro Branco
2016-10-19[RPC] Give RPC commands more information about the RPC requestJonas Schnelli
2016-10-17Fix ismine and addwitnessaddress: no uncompressed keys in segwitPieter Wuille
2016-09-20init: Get rid of fDisableWalletMarcoFalke
2016-09-13Merge #8693: add witness address to address bookWladimir J. van der Laan
2016-09-09add witness address to address bookinstagibbs
2016-09-08net: Pass CConnection to wallet rather than using the globalCory Fields
2016-08-31Do not shadow variables.Pavel Janík
2016-08-25Do not shadow global RPC table variable (tableRPC)Pavel Janík