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-03
Merge #10942: Eliminate fee overpaying edge case when subtracting fee from re...
Wladimir J. van der Laan
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
2017-07-04
Use method name from __func__ macro
darksh1ne
2017-06-24
Merge #10412: Improve wallet rescan API
Wladimir J. van der Laan
2017-06-22
Handle TIMESTAMP_WINDOW within CWallet::RescanFromTime
Russell Yanofsky
2017-06-22
Make CWallet::RescanFromTime comment less ambiguous
Russell Yanofsky
2017-06-22
Merge #10633: doc: Fix various typos
Wladimir J. van der Laan
2017-06-22
Merge #9343: Don't create change at dust limit
Wladimir J. van der Laan
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-20
Merge #10536: Remove unreachable or otherwise redundant code
Pieter Wuille
2017-06-15
Merge #10284: Always log debug information for fee calculation in CreateTrans...
Wladimir J. van der Laan
2017-06-14
Don't create change at the dust limit, even if it means paying more than expe...
Alex Morcos
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-12
Remove unreachable or otherwise redundant code
practicalswift
[next]