79 Commits (f61766b37beb2fecbe3915a72a814cbdb107be0a)

Author SHA1 Message Date
Alex Morcos f61766b37b Make sure conflicted wallet tx's update balances 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
accraze d812daf967 fix logic for error log 9 years ago
accraze c611acc38a wallet: check if tx scriptPubKey is unspendable 9 years ago
accraze b6915b8239 checks for null data transaction before debug.log 9 years ago
Murch fc0f52d780 Added a test for the pruning of extraneous inputs after ApproximateBestSet 9 years ago
Murch af9510e037 Moved set reduction to the end of ApproximateBestSubset to reduce performance impact 9 years ago
AlSzacrel 5c03483e26 Coinselection prunes extraneous inputs from ApproximateBestSubset 9 years ago
MarcoFalke fabd10a9c9 Fix typo in wallet.cpp 9 years ago
Jonas Schnelli a3c3ddbd7b
[Qt] add InMempool() info to transaction details 9 years ago
Pieter Wuille ecc7c82361
Move fPayAtLeastCustomFee function to CC 9 years ago
Pieter Wuille 9ac63d6d30 Keep track of explicit wallet conflicts instead of using mempool 9 years ago
Ryan Havar 4b89f01d72 Default fPayAtLeastCustomFee to false 9 years ago
MarcoFalke faf93f37fe [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
Luke Dashjr b966aa836a Constrain constant values to a single location in code 9 years ago
Suhas Daftuar e30443244a Pass reference to estimateSmartFee and cleanup whitespace 9 years ago
Luke Dashjr 3e7c89196c Optimisation: Store transaction list order in memory rather than compute it every need 9 years ago
Alex Morcos 4fe28236c0 Change wallet and GUI code to use new smart fee estimation calls. 9 years ago
MarcoFalke abd8b768ee [qt] Properly display required fee instead of minTxFee 9 years ago
Jorge Timón 87cbdb8b41 Globals: Explicit Consensus::Params arg for main: 9 years ago
MarcoFalke a9c73a130e [wallet] Add comments for doxygen 9 years ago
MarcoFalke 6b0e622c25 [wallet] Refactor to use new MIN_CHANGE 9 years ago
Matt Corallo d355cf4420 Only call TrimToSize once per reorg/blocks disconnect 9 years ago
Pieter Wuille 391dff16fe Do not store Merkle branches in the wallet. 9 years ago
Matt Corallo d04285430d SQUASH "Implement watchonly support in fundrawtransaction" 10 years ago
Wladimir J. van der Laan f18b8ec7cf Make sure LogPrintf strings are line-terminated 10 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 10 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 10 years ago
Matt Corallo 6bdb474dc9 Implement watchonly support in fundrawtransaction 10 years ago
Matt Corallo cfc3dd3428 Also remove pay-2-pubkey from watch when adding a priv key 10 years ago
Wladimir J. van der Laan 5a7304b69d Move recently introduced CTransAction::IsEquivalentTo to CWalletTx 10 years ago
Jonas Schnelli 5496253966 add CReserveScript to allow modular script keeping/returning 10 years ago
Jonas Schnelli 087e65def9 fix GetScriptForMining() CReserveKey::keepKey() issue 10 years ago
Jonas Schnelli d0fc10a844 detach wallet from miner 10 years ago
Jorge Timón 627b9deff4 Policy: MOVEONLY: Create policy/policy.h with some constants 10 years ago
Peter Todd db6047d61b
Take the training wheels off anti-fee-sniping 10 years ago
Matt Corallo 1e0d1a2ff0 Add FundTransaction method to wallet 10 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 10 years ago
Peter Todd 28bf06236d
Fix off-by-one error w/ nLockTime in the wallet 10 years ago
Michael Ford 08d9373e2f Remove unused code from wallet and validation interface 10 years ago
Wladimir J. van der Laan 77ed59df4d wallet: Introduce constant for `-txconfirmtarget` default 10 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 10 years ago
Daniel Kraft 835c12291e Clean up change computation in CreateTransaction. 10 years ago
Corinne Dashjr 7e6d23b171 Bugfix: Grammar fixes 10 years ago
Cory Fields 11982d366d checkpoints: Decouple checkpoints from Params 10 years ago
jtimon 691161d419 Consensus: Create consensus/consensus.h with some constants 10 years ago
Gregory Maxwell 219953ce50 Show zero value txouts in listunspent. 10 years ago
Philip Kaufmann c6de7c35bc trivial string change in wallet.cpp (the -> that) 10 years ago
Tom Harding b2b3619262 Implement CTransaction::IsEquivalentTo(...) 10 years ago
Wladimir J. van der Laan 6f252627b2 wallet: make it possible to disable transaction broadcast 10 years ago