aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
2016-03-11[Wallet] move "load wallet phase" to CWalletJonas Schnelli
2016-03-05[Wallet] move wallet help string creation to CWalletJonas Schnelli
2016-02-04Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...Wladimir J. van der Laan
2016-02-03ATMP: make nAbsurdFee constMarcoFalke
2016-02-03[wallet.h] Remove main.h includeMarcoFalke
2016-02-02Move maxTxFee out of mempoolMarcoFalke
2016-01-30mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke
2016-01-20[RPC, Wallet] Move RPC dispatch table registration to wallet/ codeJonas Schnelli
2016-01-13Merge pull request #7312Wladimir J. van der Laan
2016-01-13Add new rpc call: abandontransactionAlex Morcos
2016-01-13Merge pull request #7296Wladimir J. van der Laan
2016-01-05c++11: CAccountingEntry must be defined before use in a listCory Fields
2016-01-05Add sane fallback for fee estimationAlex Morcos
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-04include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli
2015-12-02[Qt] add InMempool() info to transaction detailsJonas Schnelli
2015-12-01Merge pull request #7096Wladimir J. van der Laan
2015-11-30Move fPayAtLeastCustomFee function to CCPieter Wuille
2015-11-29Keep track of explicit wallet conflicts instead of using mempoolPieter Wuille
2015-11-28[trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-21Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr
2015-11-05Merge pull request #6887Wladimir J. van der Laan
2015-11-04Merge pull request #6669Wladimir J. van der Laan
2015-11-03[qt] Properly display required fee instead of minTxFeeMarcoFalke
2015-10-28[wallet] Add comments for doxygenMarcoFalke
2015-10-28[wallet] Refactor to use new MIN_CHANGEMarcoFalke
2015-09-22Do not store Merkle branches in the wallet.Pieter Wuille
2015-08-14Merge pull request #6415Wladimir J. van der Laan
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-07-20Implement watchonly support in fundrawtransactionMatt Corallo
2015-07-02Move recently introduced CTransAction::IsEquivalentTo to CWalletTxWladimir J. van der Laan
2015-07-01miner: rename UpdateRequestCount signal to ResetRequestCountJonas Schnelli
2015-07-01add CReserveScript to allow modular script keeping/returningJonas Schnelli
2015-06-30detach wallet from minerJonas Schnelli
2015-06-11Add FundTransaction method to walletMatt Corallo
2015-06-05Merge pull request #6152Wladimir J. van der Laan
2015-06-04use const references where appropriatePhilip Kaufmann
2015-05-18Remove unused code from wallet and validation interfaceMichael Ford
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