278 Commits (1fedd65fcf9ac04b70f0fa8cf6caa9629857d586)

Author SHA1 Message Date
jtimon 209377a7cb Use GetBlockTime() more 10 years ago
Daniel Kraft e832ab7754 Rename SendMoneyToDestination to SendMoney. 10 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 10 years ago
Gavin Andresen b33d1f5ee5
Use fee/priority estimates in wallet CreateTransaction 10 years ago
JaSK a3e192a327 replaced MINE_ with ISMINE_ 10 years ago
JaSK 519dd1c89a Added MINE_ALL = (spendable|watchonly) 10 years ago
JaSK 80dda36a07 removed default argument values for ismine filter 10 years ago
Pieter Wuille d5087d1ba0 Use script matching rather than destination matching for watch-only. 10 years ago
JaSK a5c6c5d6df fixed tiny glitch and improved readability like laanwj suggested 10 years ago
JaSK d4640d7d8c Added argument to getbalance to include watchonly addresses and fixed errors in balance calculation. 10 years ago
JaSK ffd40da361 Watchonly balances are shown separately in gui. 10 years ago
Wladimir J. van der Laan 2935b21103 qt: Hide unspendable outputs in coin control 10 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 10 years ago
Tom Harding 7a19efe040 Formatting, spelling, comment fixes. 10 years ago
Tom Harding 9004798e62 Add -respendnotify option and new RPC data 10 years ago
Tom Harding ada5a067c7 UI to alert of respend attempt affecting wallet. 10 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 10 years ago
Pieter Wuille d38da59bf6 Code simplifications after CTransaction::GetHash() caching 10 years ago
Pieter Wuille 4949004d68 Add CMutableTransaction and make CTransaction immutable. 10 years ago
Pavel Vasin ea3acaf383 AvailableCoins: acquire cs_main mutex 10 years ago
Cozz Lovan 77cbd4623e Let -zapwallettxes recover transaction meta data 10 years ago
Wladimir J. van der Laan 18116b06c1 Ignore too-long redeemScripts while loading wallet 10 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 10 years ago
Kamil Domanski 0e31e5631c remove CWallet::AddReserveKey which is never used 10 years ago
Wladimir J. van der Laan 783b182c8f Remove dummy PRIszX macros for formatting 10 years ago
Philip Kaufmann 3e1cf9b6f6 add DEFAULT_TRANSACTION_FEE constant in wallet 10 years ago
Wladimir J. van der Laan 55a1db4fa2 Solve chainActive-related locking issues 11 years ago
Cozz Lovan 392783697c [Qt] rescan progress 11 years ago
Cozz Lovan 53d56881a8 Fix missing wallet lock in CWallet::SyncTransaction(..) 11 years ago
Wladimir J. van der Laan 09ec3af166 AddToWallet implies BindWallet 11 years ago
Gavin Andresen 93a18a3650 Remove CWalletTx::vfSpent 11 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 11 years ago
Wladimir J. van der Laan d5f1e727a8 Don't use PRIx64 formatting derives from inttypes.h 11 years ago
R E Broadley 75b8953a2c Display progress of rescan. 11 years ago
Gavin Andresen ca4cf5cff6 Wallet locking fixes for -DDEBUG_LOCKORDER 11 years ago
Gavin Andresen 731b89b8b5 Track and report wallet transaction clones 11 years ago
Jeff Garzik 518f3bdae3 Add -zapwallettxes cli/config option, used for wallet recovery 11 years ago
Gavin Andresen 2b72d46f42 Handle "conflicted" transactions properly 11 years ago
Gregory Maxwell 0542619d93 Rename IsConfirmed to IsTrusted to better match the intended behavior. 11 years ago
Wladimir J. van der Laan 1bbca249b2 Add option to avoid spending unconfirmed change 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Cozz Lovan cdb6c16935 remove setting methods in wallet/walletdb 11 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s 11 years ago
Cozz Lovan 8476d5d407 [Qt] Permanently store requested payments in wallet 11 years ago
Wladimir J. van der Laan b10e147096 wallet: add interface for storing generic data on destinations 11 years ago
Wladimir J. van der Laan 012ca1c9e4 LoadWallet: acquire cs_wallet mutex before clearing setKeyPool 11 years ago
Wladimir J. van der Laan 956916806a Document cs_wallet lock and add AssertLockHeld 11 years ago
Wladimir J. van der Laan ca2c83da50 Remove unused ThreadSafeAskFee from ui_interface 11 years ago
Wladimir J. van der Laan cd7fa8bb43 Move `nTransactionFee` from main.cpp to wallet.cpp 11 years ago
Wladimir J. van der Laan 4ef92a9067 Refuse to retransmit transactions without vins 11 years ago