42 Commits (995b9f385b935e4e9b9fa46e82f642204cc85cba)

Author SHA1 Message Date
MarcoFalke fa24439ff3 Bump copyright headers to 2015 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
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
Luke Dashjr 3e7c89196c Optimisation: Store transaction list order in memory rather than compute it every need 9 years ago
MarcoFalke abd8b768ee [qt] Properly display required fee instead of minTxFee 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
Pieter Wuille 391dff16fe Do not store Merkle branches in the wallet. 9 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Matt Corallo 6bdb474dc9 Implement watchonly support in fundrawtransaction 9 years ago
Wladimir J. van der Laan 5a7304b69d Move recently introduced CTransAction::IsEquivalentTo to CWalletTx 10 years ago
Jonas Schnelli a7b9623d18 miner: rename UpdateRequestCount signal to ResetRequestCount 10 years ago
Jonas Schnelli 5496253966 add CReserveScript to allow modular script keeping/returning 10 years ago
Jonas Schnelli d0fc10a844 detach wallet from miner 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
Michael Ford 08d9373e2f Remove unused code from wallet and validation interface 10 years ago
Alex Morcos 2457dc43ac Change default nTxConfirmTarget to 2 10 years ago
Wladimir J. van der Laan 77ed59df4d wallet: Introduce constant for `-txconfirmtarget` default 10 years ago
Gregory Maxwell 219953ce50 Show zero value txouts in listunspent. 10 years ago
Philip Kaufmann a21df62069 ensure consistent header comment naming conventions 10 years ago
Wladimir J. van der Laan 6f252627b2 wallet: make it possible to disable transaction broadcast 10 years ago
Gavin Andresen 0f5954c434
Regression test for ResendWalletTransactions 10 years ago
Jorge Timón 8a893c949b Includes: Do not include main.h from any other header 10 years ago
Jorge Timón eca0b1ea62 Includes: MOVEONLY: move more method definitions out of wallet.h 10 years ago
Jorge Timón 26c16d9de9 Includes: Refactor: Move CValidationInterface and CMainSignals out of main 10 years ago
Cory Fields a354a59f1f wallet: move crypter to wallet 10 years ago
Philip Kaufmann 341e2385d5 use constant references for strings in functions in wallet/*.* 10 years ago
Jonas Schnelli 2bb1c87700 refactor: move bdb (bitdb) interaction from init.cpp to wallet.cpp 10 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 10 years ago
Cory Fields 3447cf87e2 c++11: MOVEONLY: break circular dependency in wallet 10 years ago
Cory Fields bbacd88204 c++11: MOVEONLY: move function definitions out of the header 10 years ago
Daira Hopwood 1371e6f5db Change "insane" to "absurd" (referring to high fees) in text strings and identifiers. 10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
Gregory Maxwell aa279d6131 Enforce minRelayTxFee on wallet created tx and add a maxtxfee option. 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/ 10 years ago
Pavel Janík b93173dee9 Move SendMoney() to rpcwallet.cpp. 10 years ago
Cozz Lovan ed3e5e468c [Wallet] Add global boolean whether to pay at least the custom fee (default=true) 10 years ago
Cozz Lovan 0ed9675be4 [Wallet] Add global boolean whether to send free transactions (default=true) 10 years ago
Michael Ford 5b40d88688 Update comments in wallet to be doxygen compatible 10 years ago
jtimon 99f41b9cf7 MOVEONLY: core.o -> core/block.o 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
jtimon eda3733091 MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
Daniel Kraft a31e8bad53 Make CBlockIndex* returned by GetDepthInMainChain const. 10 years ago