aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
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-05-16Merge pull request #6137Wladimir J. van der Laan
2015-05-14minor: remove unneeded bool in CWalletDB::RecoverPhilip Kaufmann
2015-05-14remove unused classes from db.hPhilip Kaufmann
2015-05-06Merge pull request #6055Wladimir J. van der Laan
2015-05-04Merge pull request #6085Wladimir J. van der Laan
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-04-30checkpoints: Decouple checkpoints from ParamsCory Fields
2015-04-29Merge pull request #5511Wladimir J. van der Laan
2015-04-28wallet: fix boost::get usage with boost 1.58Cory Fields
2015-04-26Merge pull request #5696Wladimir J. van der Laan
2015-04-20Consensus: Create consensus/consensus.h with some constantsjtimon
2015-04-20Show zero value txouts in listunspent.Gregory Maxwell
2015-04-20trivial string change in wallet.cpp (the -> that)Philip Kaufmann
2015-04-20ensure consistent header comment naming conventionsPhilip Kaufmann
2015-04-15Merge pull request #5992Wladimir J. van der Laan
2015-04-13[squashme] fix listunspent code indentationJonas Schnelli
2015-04-12Push down RPC reqWallet flagJonas Schnelli
2015-04-12[move] move listunspent to wallet/rpcwallet.cppJonas Schnelli
2015-04-08move ThreadFlushWalletDB declaration to walletdb.hPhilip 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-21[Wallet] sort pending wallet transactions before reacceptingdexX7
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