13 Commits (7e6d23b1719191f83af7d3e7b134a90889b5c1ef)

Author SHA1 Message Date
Corinne Dashjr 7e6d23b171 Bugfix: Grammar fixes 9 years ago
jtimon 691161d419 Consensus: Create consensus/consensus.h with some constants 10 years ago
Gregory Maxwell 219953ce50 Show zero value txouts in listunspent. 9 years ago
Philip Kaufmann c6de7c35bc trivial string change in wallet.cpp (the -> that) 9 years ago
Wladimir J. van der Laan 6f252627b2 wallet: make it possible to disable transaction broadcast 9 years ago
Gavin Andresen 0f5954c434
Regression test for ResendWalletTransactions 9 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
Philip Kaufmann 341e2385d5 use constant references for strings in functions in wallet/*.* 9 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 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
Alex Morcos 2d9b0b7f03 Fix priority calculation in CreateTransaction 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
21E14 146c0a7c5a Add RandAddSeedPerfmon to MakeNewKey 10 years ago
Pavel Janík b93173dee9 Move SendMoney() to rpcwallet.cpp. 10 years ago
Cozz Lovan 43422a0121 [Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..) 10 years ago
Pieter Wuille d0c41a7350 Add sanity check after key generation 10 years ago
Cozz Lovan c1c9d5b415 [Qt] Add Smartfee to GUI 10 years ago
Cozz Lovan e7876b2979 [Wallet] Prevent user from paying a non-sense fee 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
Wladimir J. van der Laan 65e3a1e762
Make sure that GetRandomBytes never fails 10 years ago
Cozz Lovan 9b1627d13e [Wallet] Reduce minTxFee for transaction creation to 1000 satoshis 10 years ago
Michael Ford 5b40d88688 Update comments in wallet to be doxygen compatible 10 years ago
Daniel Kraft a31e8bad53 Make CBlockIndex* returned by GetDepthInMainChain const. 10 years ago
Cory Fields 066e2a1403 script: move CScriptID to standard.h and add a ctor for creating them from CScripts 10 years ago
Peter Todd ba7fcc8de0
Discourage fee sniping with nLockTime 11 years ago
Cozz Lovan 44bc988e7b [Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..) 10 years ago
Cozz Lovan ccca27a788 [Wallet] Watch-only fixes 10 years ago
Philip Kaufmann d0c4197ef6 change exit(1) to an assert in CWallet::EncryptWallet 10 years ago
Philip Kaufmann 870da77da6 fix possible memory leaks in CWallet::EncryptWallet 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Pieter Wuille 0be990ba34 Move CTxDestination from script/script to script/standard 10 years ago
jtimon 8b59a3d366 Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys) 10 years ago
Philip Kaufmann 2c2cc5dac1
Remove some unnecessary c_strs() in logging and the GUI 10 years ago
jtimon e088d65acb Separate script/sign 10 years ago
ENikS 8d657a6517 Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' 10 years ago
Pieter Wuille 145d5be896 Introduce BlockMap type for mapBlockIndex 10 years ago
Daniel Kraft 4b0deb3b2d Clean up CMerkleTx::SetMerkleBranch. 10 years ago
Wladimir J. van der Laan 0101483f46
Move CMerkleTx to wallet.cpp/h 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan af8297c010 Move functions in wallet.h to implementation file 10 years ago
Cozz Lovan 939ed97373 Add boolean HaveWatchonly and signal NotifyWatchonlyChanged 10 years ago
Wladimir J. van der Laan 3015e0bca6 Revert "UI to alert of respend attempt affecting wallet." 10 years ago
Wladimir J. van der Laan 39d3f2cb40 Revert "Add -respendnotify option and new RPC data" 10 years ago