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-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
2017-06-12
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-09
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-06
wallet: Update formatting
Luke Dashjr
2017-06-06
wallet: Forbid -salvagewallet, -zapwallettxes, and -upgradewallet with multip...
Luke Dashjr
2017-06-06
wallet: Include actual backup filename in recovery warning message
Luke Dashjr
2017-06-06
Wallet: Move multiwallet sanity checks to CWallet::Verify, and do other check...
Luke Dashjr
2017-06-06
Wallet: Support loading multiple wallets if -wallet used more than once
Luke Dashjr
2017-06-06
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-05
Introduce MAX_BIP125_RBF_SEQUENCE constant
Luke Dashjr
2017-06-05
Wallet: Refactor FundTransaction to accept parameters via CCoinControl
Luke Dashjr
2017-06-05
CWalletDB: Store the update counter per wallet
Luke Dashjr
2017-06-05
wallet: Move nAccountingEntryNumber from static/global to CWallet
Luke Dashjr
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
Add RescanFromTime method and use from rpcdump
Russell Yanofsky
2017-06-05
Move birthday optimization out of ScanForWalletTransactions
Russell Yanofsky
2017-06-05
Merge #10403: Fix importmulti failure to return rescan errors
Wladimir J. van der Laan
2017-06-05
Merge #10455: Simplify feebumper minimum fee code slightly
Wladimir J. van der Laan
2017-06-05
Limit variable scope
practicalswift
[prev]
[next]