aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-021-1/+1
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-13/+13
* really s/doge/dis/g this timeTomo Ueda2021-09-021-28/+28
* p2p: Reduce BIP125 replace by fee increment valueMichi Lumin2021-08-041-2/+6
* Add query options to listunspent rpc callPedro Branco2021-02-221-9/+37
* [wallet] fix typo in rpcwallet.cppIkko Ashimine2021-02-061-1/+1
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-67/+67
* Add Dogecoin current fee calculation logic (#1413)Ross Nicoll2018-09-191-3/+3
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-191-1/+1
* Return correct error codes in fundrawtransaction().John Newbery2017-06-051-1/+1
* Return correct error codes in bumpfee().John Newbery2017-06-051-12/+12
* Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga2017-02-281-15/+15
* Update sendfrom RPC help to correct coin selection misconceptionRussell Yanofsky2017-02-281-0/+3
* [wallet] Set correct metadata on bumpfee wallet transactionsRussell Yanofsky2017-02-021-0/+5
* Merge #9663: [RPC] clarify listunspent amount descriptionWladimir J. van der Laan2017-02-021-1/+1
|\
| * clarify listunspent amount descriptionGregory Sanders2017-02-011-1/+1
* | rpc: bumpfee: handle errors more gracefullySuhas Daftuar2017-01-311-2/+12
* | rpc: bumpfee: use correct maximum signed tx size for fee calculationSuhas Daftuar2017-01-311-4/+35
* | Merge #9615: Wallet incremental feeWladimir J. van der Laan2017-01-301-28/+44
|\ \
| * | Change bumpfee result value from 'oldfee' to 'origfee'.Alex Morcos2017-01-261-3/+3
| * | Introduce WALLET_INCREMENTAL_RELAY_FEEAlex Morcos2017-01-261-4/+12
| * | Use CWallet::GetMinimumFee in bumpfeeAlex Morcos2017-01-261-17/+25
| * | [rpc] Add incremental relay fee to getnetworkinfoAlex Morcos2017-01-201-2/+2
| * | Fix missing use of dustRelayFeeAlex Morcos2017-01-191-1/+1
| * | Use incrementalRelayFee for BIP 125 replacementAlex Morcos2017-01-191-7/+7
* | | Merge #9613: [wallet] Clarify getbalance help string to explain interaction w...Wladimir J. van der Laan2017-01-261-5/+19
|\ \ \ | |_|/ |/| |
| * | [wallet] Clarify getbalance help string to explain interaction with bumpfeeRussell Yanofsky2017-01-231-5/+19
* | | Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks ...Wladimir J. van der Laan2017-01-231-4/+14
|\ \ \ | |/ / |/| |
| * | Bug-fix: listsinceblock: use closest common ancestor when a block hash was pr...Karl-Johan Alm2017-01-181-4/+14
* | | Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...Wladimir J. van der Laan2017-01-201-1/+7
|\ \ \ | |_|/ |/| |
| * | [Wallet] Add an option to keep the change address key, true by defaultJonas Schnelli2017-01-191-1/+7
| |/
* | Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan2017-01-191-9/+280
|\ \ | |/ |/|
| * [RPC] bumpfeemrbandrews2017-01-191-0/+258
| * [wallet] Add include_unsafe argument to listunspent RPCRussell Yanofsky2017-01-191-9/+22
* | Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan2017-01-121-7/+31
|\ \
| * | Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.Chris Moore2016-12-131-7/+31
* | | RPC help updatedMichael Rotarius2017-01-111-20/+33
| |/ |/|
* | Update RPC argument namesJohn Newbery2017-01-101-31/+31
* | rpc: Argument name consistencyWladimir J. van der Laan2017-01-051-30/+30
* | rpc: Named arguments for wallet callsWladimir J. van der Laan2017-01-051-71/+71
* | Mark the minconf parameter to move as ignoredPieter Wuille2017-01-041-1/+1
* | updated listsinceblock rpc docsaccraze2016-12-221-0/+1
|/
* Add option to return non-segwit serialization via rpcGregory Sanders2016-12-051-1/+1
* Merge #9165: SendMoney: use already-calculated balanceWladimir J. van der Laan2016-12-051-1/+1
|\
| * SendMoney: use already-calculated balanceinstagibbs2016-11-151-1/+1
* | Make DecodeHexTx return a CMutableTransactionPieter Wuille2016-12-021-5/+4
* | Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-021-9/+9
* | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
|/
* Change all instance of 'GMT epoch' to 'Unix epoch'matthias2016-10-311-1/+1
* Merge #9016: Return useful error message on ATMP failureWladimir J. van der Laan2016-10-281-4/+11
|\