aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
2015-05-18Change default nTxConfirmTarget to 2Alex Morcos
2015-05-18wallet: Introduce constant for `-txconfirmtarget` defaultWladimir J. van der Laan
2015-04-20Show zero value txouts in listunspent.Gregory Maxwell
2015-04-20ensure consistent header comment naming conventionsPhilip Kaufmann
2015-04-01wallet: make it possible to disable transaction broadcastWladimir J. van der Laan
2015-03-24Regression test for ResendWalletTransactionsGavin Andresen
2015-03-24Includes: Do not include main.h from any other headerJorge Timón
2015-03-24Includes: MOVEONLY: move more method definitions out of wallet.hJorge Timón
2015-03-24Includes: Refactor: Move CValidationInterface and CMainSignals out of mainJorge Timón
2015-03-24Merge pull request #5933Pieter Wuille
2015-03-22wallet: move crypter to walletCory Fields
2015-03-21use constant references for strings in functions in wallet/*.*Philip Kaufmann
2015-03-20refactor: move bdb (bitdb) interaction from init.cpp to wallet.cppJonas Schnelli
2015-03-20Merge pull request #5745Wladimir J. van der Laan
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli