aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-041-1/+1
* 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
* | | Merge pull request #6887Wladimir J. van der Laan2015-11-051-2/+7
|\ \ \
| * | | [qt] Properly display required fee instead of minTxFeeMarcoFalke2015-11-031-2/+7
| |/ /
* | | Merge pull request #6669Wladimir J. van der Laan2015-11-041-9/+7
|\ \ \ | |/ / |/| |
| * | [wallet] Add comments for doxygenMarcoFalke2015-10-281-0/+1
| * | [wallet] Refactor to use new MIN_CHANGEMarcoFalke2015-10-281-9/+6
* | | Only call TrimToSize once per reorg/blocks disconnectMatt Corallo2015-10-131-1/+1
* | | Merge pull request #5924Wladimir J. van der Laan2015-10-011-7/+4
|\ \ \
| * | | Clean up change computation in CreateTransaction.Daniel Kraft2015-05-031-7/+4
* | | | Do not store Merkle branches in the wallet.Pieter Wuille2015-09-221-14/+1
| |/ / |/| |
* | | Merge pull request #6415Wladimir J. van der Laan2015-08-141-2/+8
|\ \ \
| * | | SQUASH "Implement watchonly support in fundrawtransaction"Matt Corallo2015-08-081-1/+1
| * | | Implement watchonly support in fundrawtransactionMatt Corallo2015-07-201-2/+5
| * | | Also remove pay-2-pubkey from watch when adding a priv keyMatt Corallo2015-07-201-0/+3
* | | | Make sure LogPrintf strings are line-terminatedWladimir J. van der Laan2015-08-031-1/+1
* | | | Includes: Cleanup around net main and walletJorge Timón2015-07-231-0/+4
* | | | TRIVIAL: Missing includesJorge Timón2015-07-231-0/+2
|/ / /
* | | Merge pull request #6365Wladimir J. van der Laan2015-07-061-0/+9
|\ \ \
| * | | Move recently introduced CTransAction::IsEquivalentTo to CWalletTxWladimir J. van der Laan2015-07-021-0/+9
* | | | Merge pull request #6335Wladimir J. van der Laan2015-07-061-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón2015-06-261-0/+1
* | | | Merge pull request #5881Wladimir J. van der Laan2015-07-021-0/+1
|\ \ \ \
| * | | | Implement CTransaction::IsEquivalentTo(...)Tom Harding2015-04-111-0/+1
* | | | | add CReserveScript to allow modular script keeping/returningJonas Schnelli2015-07-011-5/+6
* | | | | fix GetScriptForMining() CReserveKey::keepKey() issueJonas Schnelli2015-06-301-2/+1
* | | | | detach wallet from minerJonas Schnelli2015-06-301-0/+11
| |/ / / |/| | |
* | | | Add FundTransaction method to walletMatt Corallo2015-06-111-11/+114
| |_|/ |/| |
* | | Merge pull request #6152Wladimir J. van der Laan2015-06-051-12/+0
|\ \ \
| * | | Remove unused code from wallet and validation interfaceMichael Ford2015-05-181-12/+0
* | | | use const references where appropriatePhilip Kaufmann2015-06-041-1/+1
* | | | Merge pull request #6183Wladimir J. van der Laan2015-06-011-5/+5
|\ \ \ \
| * | | | Fix off-by-one error w/ nLockTime in the walletPeter Todd2015-05-271-5/+5
| |/ / /
* | | | Merge pull request #5669Wladimir J. van der Laan2015-05-271-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+1