index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
wallet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
[wallet] Cache keyid -> keypool id mappings
John Newbery
2017-08-04
1
-32
/
+14
|
*
|
|
|
[wallet] [moveonly] Move LoadKeyPool to cpp
Matt Corallo
2017-08-02
1
-0
/
+17
|
*
|
|
|
[wallet] [moveonly] Move CAffectedKeysVisitor
Jonas Schnelli
2017-08-02
1
-32
/
+32
*
|
|
|
|
Fix resendwallettransactions assert failure if -walletbroadcast=0
Matt Corallo
2017-08-06
1
-0
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge #10942: Eliminate fee overpaying edge case when subtracting fee from re...
Wladimir J. van der Laan
2017-08-03
1
-4
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Eliminate fee overpaying edge case when subtracting fee from recipients
Alex Morcos
2017-07-27
1
-4
/
+8
*
|
|
|
Clarify help message for -discardfee
Alex Morcos
2017-07-28
1
-2
/
+2
*
|
|
|
[wallet] Specify wallet name in wallet loading errors
John Newbery
2017-07-28
1
-4
/
+4
*
|
|
|
Reject invalid wallet files
João Barbosa
2017-07-28
1
-0
/
+4
*
|
|
|
Reject duplicate wallet filenames
João Barbosa
2017-07-28
1
-1
/
+12
|
/
/
/
*
|
|
Merge #10854: Avoid using sizes on non-fixed-width types to derive protocol c...
Wladimir J. van der Laan
2017-07-26
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Avoid using sizes on non-fixed-width types to derive protocol constants.
Gregory Maxwell
2017-07-17
1
-1
/
+1
*
|
|
Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "...
Wladimir J. van der Laan
2017-07-20
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove unused variable int64_t nEnd
practicalswift
2017-07-18
1
-1
/
+0
*
|
|
|
Merge #10817: Redefine Dust and add a discard_rate
Wladimir J. van der Laan
2017-07-19
1
-2
/
+29
|
\
\
\
\
|
*
|
|
|
Add a discard_rate
Alex Morcos
2017-07-17
1
-2
/
+29
*
|
|
|
|
Do not allow users to get keys from keypool without reserving them
Matt Corallo
2017-07-18
1
-5
/
+7
|
|
/
/
/
|
/
|
|
|
*
|
|
|
No longer ever reuse keypool indexes
Matt Corallo
2017-07-17
1
-9
/
+5
|
|
/
/
|
/
|
|
*
|
|
Merge #10831: Batch flushing operations to the walletdb during top up and inc...
Wladimir J. van der Laan
2017-07-17
1
-14
/
+39
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Print one log message per keypool top-up, not one per key.
Gregory Maxwell
2017-07-17
1
-1
/
+3
|
*
|
Pushdown walletdb though CWallet::AddKeyPubKey to avoid flushes.
Gregory Maxwell
2017-07-17
1
-7
/
+28
|
*
|
Pushdown walletdb object through GenerateNewKey/DeriveNewChildKey.
Gregory Maxwell
2017-07-16
1
-6
/
+8
*
|
|
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-17
1
-54
/
+56
|
\
\
\
|
*
|
|
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
1
-1
/
+7
|
*
|
|
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Alex Morcos
2017-07-14
1
-13
/
+4
|
*
|
|
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-14
1
-29
/
+38
|
*
|
|
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-07-14
1
-18
/
+14
*
|
|
|
Merge #10330: [wallet] fix zapwallettxes interaction with persistent mempool
MarcoFalke
2017-07-17
1
-3
/
+9
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
[logs] fix zapwallettxes startup logs
John Newbery
2017-07-15
1
-6
/
+7
|
*
|
|
[wallet] fix zapwallettxes interaction with persistent mempool
John Newbery
2017-07-15
1
-0
/
+5
|
|
/
/
*
|
|
Merge #10235: Track keypool entries as internal vs external in memory
Pieter Wuille
2017-07-15
1
-97
/
+102
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPool
Matt Corallo
2017-07-14
1
-2
/
+2
|
*
|
Meet code style on lines changed in the previous commit
Matt Corallo
2017-07-14
1
-7
/
+17
|
*
|
Track keypool entries as internal vs external in memory
Matt Corallo
2017-07-14
1
-94
/
+89
*
|
|
Properly forbid -salvagewallet and -zapwallettxes for multi wallet.
Alex Morcos
2017-07-13
1
-4
/
+8
*
|
|
Fix rare edge case of paying too many fees when transaction has no change.
Alex Morcos
2017-07-11
1
-13
/
+40
*
|
|
Only reserve key for scriptChange once in CreateTransaction
Alex Morcos
2017-07-11
1
-33
/
+34
*
|
|
Merge #10589: More economical fee estimates for RBF and RPC options to control
Wladimir J. van der Laan
2017-07-11
1
-3
/
+18
|
\
\
\
|
*
|
|
Change default fee estimation mode.
Alex Morcos
2017-07-06
1
-2
/
+3
|
*
|
|
Introduce a fee estimate mode.
Alex Morcos
2017-07-06
1
-3
/
+17
|
*
|
|
remove default argument from GetMinimumFee
Alex Morcos
2017-07-06
1
-1
/
+1
*
|
|
|
Use method name from __func__ macro
darksh1ne
2017-07-04
1
-2
/
+2
|
/
/
/
*
|
|
Merge #10412: Improve wallet rescan API
Wladimir J. van der Laan
2017-06-24
1
-5
/
+39
|
\
\
\
|
*
|
|
Handle TIMESTAMP_WINDOW within CWallet::RescanFromTime
Russell Yanofsky
2017-06-22
1
-3
/
+3
|
*
|
|
Make CWallet::RescanFromTime comment less ambiguous
Russell Yanofsky
2017-06-22
1
-1
/
+1
|
*
|
|
Add RescanFromTime method and use from rpcdump
Russell Yanofsky
2017-06-05
1
-0
/
+32
|
*
|
|
Move birthday optimization out of ScanForWalletTransactions
Russell Yanofsky
2017-06-05
1
-5
/
+7
*
|
|
|
Merge #10633: doc: Fix various typos
Wladimir J. van der Laan
2017-06-22
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
1
-3
/
+3
*
|
|
|
|
Merge #9343: Don't create change at dust limit
Wladimir J. van der Laan
2017-06-22
1
-22
/
+0
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
[prev]
[next]