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
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-06-01
Merge pull request #6183
Wladimir J. van der Laan
2015-05-27
Merge pull request #5669
Wladimir J. van der Laan
2015-05-27
Fix off-by-one error w/ nLockTime in the wallet
Peter Todd
2015-05-18
Remove unused code from wallet and validation interface
Michael Ford
2015-05-18
wallet: Introduce constant for `-txconfirmtarget` default
Wladimir J. van der Laan
2015-05-15
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-06
Merge pull request #6055
Wladimir J. van der Laan
2015-05-04
Merge pull request #6085
Wladimir J. van der Laan
2015-05-01
Bugfix: Grammar fixes
Corinne Dashjr
2015-04-30
checkpoints: Decouple checkpoints from Params
Cory Fields
2015-04-29
Merge pull request #5511
Wladimir J. van der Laan
2015-04-26
Merge pull request #5696
Wladimir J. van der Laan
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-20
Show zero value txouts in listunspent.
Gregory Maxwell
2015-04-20
trivial string change in wallet.cpp (the -> that)
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-21
use constant references for strings in functions in wallet/*.*
Philip Kaufmann
2015-03-21
[Wallet] sort pending wallet transactions before reaccepting
dexX7
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