aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2016-02-10wallet: Ignore MarkConflict if block hash is not knownWladimir J. van der Laan
2016-01-13add InMempool() functionJonas Schnelli
2016-01-13Add RPC call abandontransactionAlex Morcos
2016-01-13Add sane fallback for fee estimationAlex Morcos
2016-01-08Make sure conflicted wallet tx's update balancesAlex Morcos
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-12-14Checks for null data transaction before issuing error to debug.logaccraze
2015-12-08Coinselection prunes extraneous inputs from ApproximateBestSubsetAlSzacrel
2015-12-02Fix typo in wallet.cppMarcoFalke
2015-12-02Merge pull request #6216Wladimir J. van der Laan
2015-12-01Merge pull request #7096Wladimir J. van der Laan
2015-12-01Merge pull request #7105Wladimir 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-28Default fPayAtLeastCustomFee to falseRyan Havar
2015-11-28[trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-27Merge pull request #6134Wladimir J. van der Laan
2015-11-24Pass reference to estimateSmartFee and cleanup whitespaceSuhas Daftuar
2015-11-21Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr
2015-11-16Change wallet and GUI code to use new smart fee estimation calls.Alex Morcos
2015-11-10Merge pull request #6163Wladimir J. van der Laan
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-30Globals: Explicit Consensus::Params arg for main:Jorge Timón
2015-10-28[wallet] Add comments for doxygenMarcoFalke
2015-10-28[wallet] Refactor to use new MIN_CHANGEMarcoFalke
2015-10-13Only call TrimToSize once per reorg/blocks disconnectMatt Corallo
2015-10-01Merge pull request #5924Wladimir J. van der Laan
2015-09-22Do not store Merkle branches in the wallet.Pieter Wuille
2015-08-14Merge pull request #6415Wladimir J. van der Laan
2015-08-08SQUASH "Implement watchonly support in fundrawtransaction"Matt Corallo
2015-08-03Make sure LogPrintf strings are line-terminatedWladimir 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-20Also remove pay-2-pubkey from watch when adding a priv keyMatt Corallo
2015-07-06Merge pull request #6365Wladimir J. van der Laan
2015-07-06Merge pull request #6335Wladimir J. van der Laan
2015-07-02Move recently introduced CTransAction::IsEquivalentTo to CWalletTxWladimir J. van der Laan
2015-07-02Merge pull request #5881Wladimir J. van der Laan
2015-07-01add CReserveScript to allow modular script keeping/returningJonas Schnelli
2015-06-30fix GetScriptForMining() CReserveKey::keepKey() issueJonas Schnelli
2015-06-30detach wallet from minerJonas Schnelli
2015-06-26Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón
2015-06-21Take the training wheels off anti-fee-snipingPeter Todd
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