146 Commits (4b7b1bb1ac54e067d889170757a8c45f0baaae3d)

Author SHA1 Message Date
Gavin Andresen b33d1f5ee5
Use fee/priority estimates in wallet CreateTransaction 11 years ago
Tom Harding ada5a067c7 UI to alert of respend attempt affecting wallet. 11 years ago
Pieter Wuille d38da59bf6 Code simplifications after CTransaction::GetHash() caching 11 years ago
Cozz Lovan 77cbd4623e Let -zapwallettxes recover transaction meta data 11 years ago
Wladimir J. van der Laan 18116b06c1 Ignore too-long redeemScripts while loading wallet 11 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 11 years ago
Jeff Garzik d04fd3e2af CWallet: fix nTimeFirstKey init, by making constructor init common code 11 years ago
tm314159 91855f279d Properly initialize CWallet::nTimeFirstKey 11 years ago
R E Broadley 79d06dc6e0 Remove redundant c_str 11 years ago
Kamil Domanski 0e31e5631c remove CWallet::AddReserveKey which is never used 11 years ago
Philip Kaufmann 3e1cf9b6f6 add DEFAULT_TRANSACTION_FEE constant in wallet 11 years ago
Cozz Lovan 392783697c [Qt] rescan progress 11 years ago
Bardi Harborow ffeb47366d Add nHighTransactionFeeWarning as per #3969. 11 years ago
Gregory Maxwell a60ab0ba89 Make GetAvailableCredit run GetHash() only once per transaction. 11 years ago
Cozz Lovan ba51c7da40 Fix null pointer in IsTrusted() 11 years ago
Gavin Andresen 93a18a3650 Remove CWalletTx::vfSpent 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
b6393ce9-d324-4fe1-996b-acf82dbc3d53 fdbc2b142d If requested, actually treat uncomfirmed change as being uncomfirmed 11 years ago
Wladimir J. van der Laan 1bbca249b2 Add option to avoid spending unconfirmed change 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 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
Philip Kaufmann 0689f46cc7 Coincontrol cleanup (e.g. add missing license) 11 years ago
Cozz Lovan 6a86c24db1 Coin Control Features 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Pieter Wuille 00588c3fac Use boost signals for callbacks from main to wallet 11 years ago
Pieter Wuille e010af7089 Remove broken PrintWallet functionality 11 years ago
Pieter Wuille fe52346450 Do not treat fFromMe transaction differently when broadcasting 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
Wladimir J. van der Laan dcd0b0775e qt: Handle address purpose in incremental updates 11 years ago
Gregory Maxwell 71ac5052d8 Remove fAllowReuse from GetKeyFromPool. 11 years ago
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Gavin Andresen 3624356e82 Refactor: Move GetAccountAddresses to CWallet 11 years ago
Gavin Andresen 618855133d Refactor: CAddressBookData for mapAddressBook 11 years ago
Pieter Wuille c4316fefa5 Make sure new wallet variables are initialized 11 years ago
Luke Dashjr 203d1ae69b Bugfix: Store last/next wallet resend times unique per CWallet object 11 years ago
Jeff Garzik 13dd2d090e CWallet::TopUpKeyPool() takes optional pool size argument 12 years ago
Pieter Wuille 434e4273b9 Add GetKeyBirthTimes to wallet 12 years ago
Pieter Wuille 4addb2c066 Refactor keytime/metadata and wallet encryption bugfix 12 years ago
Matt Corallo b1f15b218b Remove broken option to skip input checking for wallet txn. 12 years ago
Jeff Garzik 3869fb89b6 Wallet: store key creation time. Calculate whole-wallet birthday. 12 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
Eric Lombrozo 336fe971e6 Get rid of db dependencies on main 12 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago