aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [wallet] Cache keyid -> keypool id mappingsJohn Newbery2017-08-041-32/+14
| * | | | [wallet] [moveonly] Move LoadKeyPool to cppMatt Corallo2017-08-021-0/+17
| * | | | [wallet] [moveonly] Move CAffectedKeysVisitorJonas Schnelli2017-08-021-32/+32
* | | | | Fix resendwallettransactions assert failure if -walletbroadcast=0Matt Corallo2017-08-061-0/+1
| |/ / / |/| | |
* | | | Merge #10942: Eliminate fee overpaying edge case when subtracting fee from re...Wladimir J. van der Laan2017-08-031-4/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Eliminate fee overpaying edge case when subtracting fee from recipientsAlex Morcos2017-07-271-4/+8
* | | | Clarify help message for -discardfeeAlex Morcos2017-07-281-2/+2
* | | | [wallet] Specify wallet name in wallet loading errorsJohn Newbery2017-07-281-4/+4
* | | | Reject invalid wallet filesJoão Barbosa2017-07-281-0/+4
* | | | Reject duplicate wallet filenamesJoão Barbosa2017-07-281-1/+12
|/ / /
* | | Merge #10854: Avoid using sizes on non-fixed-width types to derive protocol c...Wladimir J. van der Laan2017-07-261-1/+1
|\ \ \ | |/ / |/| |
| * | Avoid using sizes on non-fixed-width types to derive protocol constants.Gregory Maxwell2017-07-171-1/+1
* | | Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "...Wladimir J. van der Laan2017-07-201-1/+0
|\ \ \
| * | | Remove unused variable int64_t nEndpracticalswift2017-07-181-1/+0
* | | | Merge #10817: Redefine Dust and add a discard_rateWladimir J. van der Laan2017-07-191-2/+29
|\ \ \ \
| * | | | Add a discard_rateAlex Morcos2017-07-171-2/+29
* | | | | Do not allow users to get keys from keypool without reserving themMatt Corallo2017-07-181-5/+7
| |/ / / |/| | |
* | | | No longer ever reuse keypool indexesMatt Corallo2017-07-171-9/+5
| |/ / |/| |
* | | Merge #10831: Batch flushing operations to the walletdb during top up and inc...Wladimir J. van der Laan2017-07-171-14/+39
|\ \ \ | |/ / |/| |
| * | Print one log message per keypool top-up, not one per key.Gregory Maxwell2017-07-171-1/+3
| * | Pushdown walletdb though CWallet::AddKeyPubKey to avoid flushes.Gregory Maxwell2017-07-171-7/+28
| * | Pushdown walletdb object through GenerateNewKey/DeriveNewChildKey.Gregory Maxwell2017-07-161-6/+8
* | | Merge #10706: Improve wallet fee logic and fix GUI bugsWladimir J. van der Laan2017-07-171-54/+56
|\ \ \
| * | | Remove checking of mempool min fee from estimateSmartFee.Alex Morcos2017-07-141-1/+7
| * | | Make QT fee displays use GetMinimumFee instead of estimateSmartFeeAlex Morcos2017-07-141-13/+4
| * | | Refactor to use CoinControl in GetMinimumFee and FeeBumperAlex Morcos2017-07-141-29/+38
| * | | Make CoinControl a required argument to CreateTransactionAlex Morcos2017-07-141-18/+14
* | | | Merge #10330: [wallet] fix zapwallettxes interaction with persistent mempoolMarcoFalke2017-07-171-3/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | [logs] fix zapwallettxes startup logsJohn Newbery2017-07-151-6/+7
| * | | [wallet] fix zapwallettxes interaction with persistent mempoolJohn Newbery2017-07-151-0/+5
| |/ /
* | | Merge #10235: Track keypool entries as internal vs external in memoryPieter Wuille2017-07-151-97/+102
|\ \ \ | |/ / |/| |
| * | Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPoolMatt Corallo2017-07-141-2/+2
| * | Meet code style on lines changed in the previous commitMatt Corallo2017-07-141-7/+17
| * | Track keypool entries as internal vs external in memoryMatt Corallo2017-07-141-94/+89
* | | Properly forbid -salvagewallet and -zapwallettxes for multi wallet.Alex Morcos2017-07-131-4/+8
* | | Fix rare edge case of paying too many fees when transaction has no change.Alex Morcos2017-07-111-13/+40
* | | Only reserve key for scriptChange once in CreateTransactionAlex Morcos2017-07-111-33/+34
* | | Merge #10589: More economical fee estimates for RBF and RPC options to controlWladimir J. van der Laan2017-07-111-3/+18
|\ \ \
| * | | Change default fee estimation mode.Alex Morcos2017-07-061-2/+3
| * | | Introduce a fee estimate mode.Alex Morcos2017-07-061-3/+17
| * | | remove default argument from GetMinimumFeeAlex Morcos2017-07-061-1/+1
* | | | Use method name from __func__ macrodarksh1ne2017-07-041-2/+2
|/ / /
* | | Merge #10412: Improve wallet rescan APIWladimir J. van der Laan2017-06-241-5/+39
|\ \ \
| * | | Handle TIMESTAMP_WINDOW within CWallet::RescanFromTimeRussell Yanofsky2017-06-221-3/+3
| * | | Make CWallet::RescanFromTime comment less ambiguousRussell Yanofsky2017-06-221-1/+1
| * | | Add RescanFromTime method and use from rpcdumpRussell Yanofsky2017-06-051-0/+32
| * | | Move birthday optimization out of ScanForWalletTransactionsRussell Yanofsky2017-06-051-5/+7
* | | | Merge #10633: doc: Fix various typosWladimir J. van der Laan2017-06-221-3/+3
|\ \ \ \
| * | | | Fixed multiple typosDimitris Tsapakidis2017-06-221-3/+3
* | | | | Merge #9343: Don't create change at dust limitWladimir J. van der Laan2017-06-221-22/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |