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
2016-03-23
Added companion removeprunedfunds call.
instagibbs
2016-03-23
Merge #7715: Fix calculation of balances and available coins.
Wladimir J. van der Laan
2016-03-22
Prevent multiple calls to CWallet::AvailableCoins
João Barbosa
2016-03-21
Implement "feefilter" P2P message.
Alex Morcos
2016-03-18
Fix calculation of balances and available coins.
Alex Morcos
2016-03-14
[qt] Remove 0-fee from send dialog
MarcoFalke
2016-03-14
[wallet] Move hardcoded file name out of log messages
MarcoFalke
2016-03-14
[Wallet] optimize return value of InitLoadWallet()
Jonas Schnelli
2016-03-11
[Wallet] move "load wallet phase" to CWallet
Jonas Schnelli
2016-03-11
Merge #7576: [Wallet] move wallet help string creation to CWallet
Wladimir J. van der Laan
2016-03-05
[Wallet] move wallet help string creation to CWallet
Jonas Schnelli
2016-03-03
Merge #7521: Don't resend wallet txs that aren't in our own mempool
Wladimir J. van der Laan
2016-02-27
Fix doxygen comment for payTxFee
MarcoFalke
2016-02-11
Don't resend wallet txs that aren't in our own mempool
Alex Morcos
2016-02-09
wallet: Ignore MarkConflict if block hash is not known
Wladimir J. van der Laan
2016-02-04
Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...
Wladimir J. van der Laan
2016-02-02
Move maxTxFee out of mempool
MarcoFalke
2016-01-30
mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
MarcoFalke
2016-01-20
Merge #7183: Improved readability of ApproximateBestSubset
Wladimir J. van der Laan
2016-01-13
Merge pull request #7312
Wladimir J. van der Laan
2016-01-13
[Wallet] Call notification signal when a transaction is abandoned
Jonas Schnelli
2016-01-13
Add new rpc call: abandontransaction
Alex Morcos
2016-01-13
Merge pull request #7296
Wladimir J. van der Laan
2016-01-07
Make wallet descendant searching more efficient
Alex Morcos
2016-01-06
Make sure conflicted wallet tx's update balances
Alex Morcos
2016-01-05
Improved readability of sorting for coin selection.
Murch
2016-01-05
Add sane fallback for fee estimation
Alex Morcos
2016-01-05
Always respect GetRequiredFee for wallet txs
Alex Morcos
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-12
fix logic for error log
accraze
2015-12-12
wallet: check if tx scriptPubKey is unspendable
accraze
2015-12-11
checks for null data transaction before debug.log
accraze
2015-12-09
Merge pull request #7154
Wladimir J. van der Laan
2015-12-07
Added a test for the pruning of extraneous inputs after ApproximateBestSet
Murch
2015-12-07
Moved set reduction to the end of ApproximateBestSubset to reduce performance...
Murch
2015-12-06
Coinselection prunes extraneous inputs from ApproximateBestSubset
AlSzacrel
2015-12-04
include the chaintip *blockIndex in the SyncTransaction signal
Jonas Schnelli
2015-12-02
Fix typo in wallet.cpp
MarcoFalke
2015-12-02
Merge pull request #6216
Wladimir J. van der Laan
2015-12-02
[Qt] add InMempool() info to transaction details
Jonas Schnelli
2015-12-01
Merge pull request #7096
Wladimir J. van der Laan
2015-12-01
Merge pull request #7105
Wladimir J. van der Laan
2015-11-30
Move fPayAtLeastCustomFee function to CC
Pieter Wuille
2015-11-29
Keep track of explicit wallet conflicts instead of using mempool
Pieter Wuille
2015-11-28
Default fPayAtLeastCustomFee to false
Ryan Havar
2015-11-28
[trivial] Reuse translation and cleanup DEFAULT_* values
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-27
Merge pull request #6134
Wladimir J. van der Laan
2015-11-24
Pass reference to estimateSmartFee and cleanup whitespace
Suhas Daftuar
[next]