aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [wallet] Remove keypool_topup_cleanupsJohn Newbery2017-08-161-5/+0
| |/ / / /
* | | | | Merge #11039: Avoid second mapWallet lookupWladimir J. van der Laan2017-08-181-20/+29
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | wallet: Avoid second mapWallet lookupJoão Barbosa2017-08-141-20/+29
* | | | | Use nullptr instead of zero (0) as the null pointer constantpracticalswift2017-08-161-8/+8
* | | | | Merge #10956: Fix typosMarcoFalke2017-08-161-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix typos.practicalswift2017-08-081-1/+1
| |/ / /
* | | | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-53/+53
* | | | Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan2017-08-141-23/+23
|\ \ \ \
| * | | | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-23/+23
* | | | | Merge #11022: Basic keypool topupWladimir J. van der Laan2017-08-141-56/+110
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [wallet] keypool mark-used and topupJohn Newbery2017-08-101-0/+50
| * | | | [wallet] Add HasUnusedKeys() helperJohn Newbery2017-08-041-0/+5
| * | | | [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
|\ \ \