aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2017-05-31[Wallet] unset change position when there is no change on exact matchGregory Sanders
2017-05-23Fix importwallet edge case rescan bugRussell Yanofsky
2017-04-20Clarify importprivkey help text with example of blank label without rescanWarren Togami
2017-02-28Fix importmulti returning rescan errors for wrong keysv0.14.0rc3Russell Yanofsky
2017-02-28Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga
2017-02-28Update sendfrom RPC help to correct coin selection misconceptionRussell Yanofsky
2017-02-28tests: Fix dangling pwalletMain pointer in wallet testsWladimir J. van der Laan
2017-02-22Return errors from importmulti if complete rescans are not successfulRussell Yanofsky
2017-02-20[wallet] Remove importmulti always-true checkRussell Yanofsky
2017-02-16Use 2 hour grace period for key timestamps in importmulti rescansRussell Yanofsky
2017-02-16Merge #9771: Add missing cs_wallet lock that triggers new lock held assertionWladimir J. van der Laan
2017-02-16Merge #9764: wallet: Prevent "overrides a member function but is not marked '...Wladimir J. van der Laan
2017-02-15Add missing cs_wallet lock that triggers new lock held assertionRussell Yanofsky
2017-02-15Merge #9756: Return error when importmulti called with invalid address.Wladimir J. van der Laan
2017-02-15wallet: Prevent "overrides a member function but is not marked 'override'" wa...Wladimir J. van der Laan
2017-02-13Return error when importmulti called with invalid address.Russell Yanofsky
2017-02-10Use importmulti timestamp when importing watch only keysRussell Yanofsky
2017-02-10Dedup nTimeFirstKey update logicRussell Yanofsky
2017-02-10Use MTP for importmulti "now" timestampsRussell Yanofsky
2017-02-10Require timestamps for importmulti keysRussell Yanofsky
2017-02-06Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.Wladimir J. van der Laan
2017-02-06Merge #9378: [trivial] Add documentation for CWalletTx::fFromMe member.Wladimir J. van der Laan
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