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.h
Age
Commit message (
Expand
)
Author
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
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-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
[trivial] Reuse translation and cleanup DEFAULT_* values
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-21
Optimisation: Store transaction list order in memory rather than compute it e...
Luke Dashjr
2015-11-05
Merge pull request #6887
Wladimir J. van der Laan
2015-11-04
Merge pull request #6669
Wladimir J. van der Laan
2015-11-03
[qt] Properly display required fee instead of minTxFee
MarcoFalke
2015-10-28
[wallet] Add comments for doxygen
MarcoFalke
2015-10-28
[wallet] Refactor to use new MIN_CHANGE
MarcoFalke
2015-09-22
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-08-14
Merge pull request #6415
Wladimir J. van der Laan
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-07-20
Implement watchonly support in fundrawtransaction
Matt Corallo
2015-07-02
Move recently introduced CTransAction::IsEquivalentTo to CWalletTx
Wladimir J. van der Laan
2015-07-01
miner: rename UpdateRequestCount signal to ResetRequestCount
Jonas Schnelli
2015-07-01
add CReserveScript to allow modular script keeping/returning
Jonas Schnelli
2015-06-30
detach wallet from miner
Jonas Schnelli
2015-06-11
Add FundTransaction method to wallet
Matt Corallo
2015-06-05
Merge pull request #6152
Wladimir J. van der Laan
2015-06-04
use const references where appropriate
Philip Kaufmann
2015-05-18
Remove unused code from wallet and validation interface
Michael Ford
2015-05-18
Change default nTxConfirmTarget to 2
Alex Morcos
2015-05-18
wallet: Introduce constant for `-txconfirmtarget` default
Wladimir J. van der Laan
2015-04-20
Show zero value txouts in listunspent.
Gregory Maxwell
2015-04-20
ensure consistent header comment naming conventions
Philip Kaufmann
2015-04-01
wallet: make it possible to disable transaction broadcast
Wladimir J. van der Laan
2015-03-24
Regression test for ResendWalletTransactions
Gavin Andresen
2015-03-24
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-24
Includes: MOVEONLY: move more method definitions out of wallet.h
Jorge Timón
2015-03-24
Includes: Refactor: Move CValidationInterface and CMainSignals out of main
Jorge Timón
2015-03-24
Merge pull request #5933
Pieter Wuille
2015-03-22
wallet: move crypter to wallet
Cory Fields
2015-03-21
use constant references for strings in functions in wallet/*.*
Philip Kaufmann
2015-03-20
refactor: move bdb (bitdb) interaction from init.cpp to wallet.cpp
Jonas Schnelli
2015-03-20
Merge pull request #5745
Wladimir J. van der Laan
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli