aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
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-30wallet: Refactor dummy signature signing for reusabilitySuhas Daftuar
2017-01-30Merge #9615: Wallet incremental feeWladimir J. van der Laan
2017-01-27[trivial] Fix typos in commentspracticalswift
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-25Refactor GetMinimumFee to give option of providing targetFeeAlex Morcos
2017-01-23Better document usage of SyncTransactionAlex Morcos
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-19Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan
2017-01-18Merge #9512: Fix various things -fsanitize complains aboutWladimir J. van der Laan
2017-01-18Bug-fix: listsinceblock: use closest common ancestor when a block hash was pr...Karl-Johan Alm
2017-01-16Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan
2017-01-16Introduce -dustrelayfeeAlex Morcos
2017-01-12Fix memory leak in wallet testsPieter Wuille
2017-01-12Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell
2017-01-12Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan
2017-01-12Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan
2017-01-11RPC help updatedMichael Rotarius
2017-01-10[wallet] Add IsAllFromMe: true if all inputs are from walletSuhas Daftuar
2017-01-10Merge #8811: rpc: Add support for JSON-RPC named argumentsWladimir J. van der Laan
2017-01-10Update RPC argument namesJohn Newbery
2017-01-09Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo
2017-01-09Merge #9353: Add data() method to CDataStream (and use it)Pieter Wuille
2017-01-06Don't overpay fee if we have selected new coins that result in a smaller tran...Alex Morcos
2017-01-06Try to reduce change output to make needed fee in CreateTransactionAlex Morcos
2017-01-05Merge #9138: Improve fee estimationPieter Wuille
2017-01-05Merge #9465: [Wallet] Do not perform ECDSA signing in the fee calculation inn...Pieter Wuille
2017-01-05Wallet: Do not perform ECDSA in the fee calculation inner loop.Gregory Maxwell
2017-01-05rpc: Argument name consistencyWladimir J. van der Laan
2017-01-05rpc: Named arguments for wallet callsWladimir J. van der Laan
2017-01-04Remove SIGCHECK_VERIFICATION_FACTORPieter Wuille
2017-01-04Move tx estimation data out of CCheckPointDataPieter Wuille
2017-01-04[MOVEONLY] Move progress estimation out of checkpointsPieter Wuille
2017-01-04Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos