aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | [qt] Remove 0-fee from send dialogMarcoFalke2016-03-141-1/+2
| |/ |/|
* | [wallet] Move hardcoded file name out of log messagesMarcoFalke2016-03-141-13/+17
* | [Wallet] optimize return value of InitLoadWallet()Jonas Schnelli2016-03-141-3/+11
* | [Wallet] move "load wallet phase" to CWalletJonas Schnelli2016-03-111-0/+150
* | Merge #7576: [Wallet] move wallet help string creation to CWalletWladimir J. van der Laan2016-03-111-0/+37
|\ \ | |/ |/|
| * [Wallet] move wallet help string creation to CWalletJonas Schnelli2016-03-051-0/+37
* | Merge #7521: Don't resend wallet txs that aren't in our own mempoolWladimir J. van der Laan2016-03-031-1/+1
|\ \
| * | Don't resend wallet txs that aren't in our own mempoolAlex Morcos2016-02-111-1/+1
| |/
* / Fix doxygen comment for payTxFeeMarcoFalke2016-02-271-3/+1
|/
* wallet: Ignore MarkConflict if block hash is not knownWladimir J. van der Laan2016-02-091-6/+11
* Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...Wladimir J. van der Laan2016-02-041-1/+1
|\
| * include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-041-1/+1
* | Move maxTxFee out of mempoolMarcoFalke2016-02-021-4/+4
* | mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke2016-01-301-1/+0
* | Merge #7183: Improved readability of ApproximateBestSubsetWladimir J. van der Laan2016-01-201-1/+2
|\ \
| * | Improved readability of sorting for coin selection.Murch2016-01-051-1/+2
| |/
* | Merge pull request #7312Wladimir J. van der Laan2016-01-131-16/+85
|\ \
| * | [Wallet] Call notification signal when a transaction is abandonedJonas Schnelli2016-01-131-0/+1
| * | Add new rpc call: abandontransactionAlex Morcos2016-01-131-11/+79
| * | Make wallet descendant searching more efficientAlex Morcos2016-01-071-5/+5
* | | Merge pull request #7296Wladimir J. van der Laan2016-01-131-8/+12
|\ \ \ | |/ / |/| |
| * | Add sane fallback for fee estimationAlex Morcos2016-01-051-0/+9
| * | Always respect GetRequiredFee for wallet txsAlex Morcos2016-01-051-8/+3
* | | Make sure conflicted wallet tx's update balancesAlex Morcos2016-01-061-0/+7
|/ /
* | Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\ \
| * | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |/
* | fix logic for error logaccraze2015-12-121-1/+1
* | wallet: check if tx scriptPubKey is unspendableaccraze2015-12-121-1/+1
* | checks for null data transaction before debug.logaccraze2015-12-111-1/+2
* | Merge pull request #7154Wladimir J. van der Laan2015-12-091-6/+11
|\ \
| * | [Qt] add InMempool() info to transaction detailsJonas Schnelli2015-12-021-6/+11
* | | Added a test for the pruning of extraneous inputs after ApproximateBestSetMurch2015-12-071-6/+8
* | | Moved set reduction to the end of ApproximateBestSubset to reduce performance...Murch2015-12-071-16/+11
* | | Coinselection prunes extraneous inputs from ApproximateBestSubsetAlSzacrel2015-12-061-0/+13
| |/ |/|
* | Fix typo in wallet.cppMarcoFalke2015-12-021-1/+1
* | Merge pull request #6216Wladimir J. van der Laan2015-12-021-9/+19
|\ \ | |/ |/|
| * Take the training wheels off anti-fee-snipingPeter Todd2015-06-211-9/+19
* | Merge pull request #7096Wladimir J. van der Laan2015-12-011-4/+3
|\ \
| * | Move fPayAtLeastCustomFee function to CCPieter Wuille2015-11-301-4/+3
* | | Merge pull request #7105Wladimir J. van der Laan2015-12-011-14/+83
|\ \ \ | |/ / |/| |
| * | Keep track of explicit wallet conflicts instead of using mempoolPieter Wuille2015-11-291-14/+83
* | | Default fPayAtLeastCustomFee to falseRyan Havar2015-11-281-1/+1
|/ /
* | [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-281-2/+2
* | Constrain constant values to a single location in codeLuke Dashjr2015-11-281-2/+2
* | Merge pull request #6134Wladimir J. van der Laan2015-11-271-13/+11
|\ \
| * | Pass reference to estimateSmartFee and cleanup whitespaceSuhas Daftuar2015-11-241-1/+1
| * | Change wallet and GUI code to use new smart fee estimation calls.Alex Morcos2015-11-161-14/+12
* | | Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr2015-11-211-29/+18
|/ /
* | Merge pull request #6163Wladimir J. van der Laan2015-11-101-1/+1
|\ \
| * | Globals: Explicit Consensus::Params arg for main:Jorge Timón2015-10-301-1/+1