index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
Merge #10956: Fix typos
MarcoFalke
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
Merge #11022: Basic keypool topup
Wladimir J. van der Laan
2017-08-10
[wallet] keypool mark-used and topup
John Newbery
2017-08-08
Fix typos.
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-06
Fix resendwallettransactions assert failure if -walletbroadcast=0
Matt Corallo
2017-08-04
[wallet] Add HasUnusedKeys() helper
John Newbery
2017-08-04
[wallet] Cache keyid -> keypool id mappings
John Newbery
2017-08-03
Merge #10942: Eliminate fee overpaying edge case when subtracting fee from re...
Wladimir J. van der Laan
2017-08-02
[wallet] [moveonly] Move LoadKeyPool to cpp
Matt Corallo
2017-08-02
[wallet] [moveonly] Move CAffectedKeysVisitor
Jonas Schnelli
2017-07-28
Clarify help message for -discardfee
Alex Morcos
2017-07-28
[wallet] Specify wallet name in wallet loading errors
John Newbery
2017-07-28
Reject invalid wallet files
João Barbosa
2017-07-28
Reject duplicate wallet filenames
João Barbosa
2017-07-27
Eliminate fee overpaying edge case when subtracting fee from recipients
Alex Morcos
2017-07-26
Merge #10854: Avoid using sizes on non-fixed-width types to derive protocol c...
Wladimir J. van der Laan
2017-07-20
Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "...
Wladimir J. van der Laan
2017-07-19
Merge #10817: Redefine Dust and add a discard_rate
Wladimir J. van der Laan
2017-07-18
Do not allow users to get keys from keypool without reserving them
Matt Corallo
2017-07-18
Remove unused variable int64_t nEnd
practicalswift
2017-07-17
Add a discard_rate
Alex Morcos
2017-07-17
Avoid using sizes on non-fixed-width types to derive protocol constants.
Gregory Maxwell
2017-07-17
No longer ever reuse keypool indexes
Matt Corallo
2017-07-17
Merge #10831: Batch flushing operations to the walletdb during top up and inc...
Wladimir J. van der Laan
2017-07-17
Print one log message per keypool top-up, not one per key.
Gregory Maxwell
2017-07-17
Pushdown walletdb though CWallet::AddKeyPubKey to avoid flushes.
Gregory Maxwell
2017-07-17
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-17
Merge #10330: [wallet] fix zapwallettxes interaction with persistent mempool
MarcoFalke
2017-07-16
Pushdown walletdb object through GenerateNewKey/DeriveNewChildKey.
Gregory Maxwell
2017-07-15
Merge #10235: Track keypool entries as internal vs external in memory
Pieter Wuille
2017-07-15
[logs] fix zapwallettxes startup logs
John Newbery
2017-07-15
[wallet] fix zapwallettxes interaction with persistent mempool
John Newbery
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Alex Morcos
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-07-14
Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPool
Matt Corallo
2017-07-14
Meet code style on lines changed in the previous commit
Matt Corallo
2017-07-14
Track keypool entries as internal vs external in memory
Matt Corallo
2017-07-13
Properly forbid -salvagewallet and -zapwallettxes for multi wallet.
Alex Morcos
2017-07-11
Fix rare edge case of paying too many fees when transaction has no change.
Alex Morcos
2017-07-11
Only reserve key for scriptChange once in CreateTransaction
Alex Morcos
2017-07-11
Merge #10589: More economical fee estimates for RBF and RPC options to control
Wladimir J. van der Laan
2017-07-06
Change default fee estimation mode.
Alex Morcos
2017-07-06
Introduce a fee estimate mode.
Alex Morcos
2017-07-06
remove default argument from GetMinimumFee
Alex Morcos
[next]