55 Commits (c39a6fffd789cb3591ae859c1464703c5fa7f668)

Author SHA1 Message Date
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 10 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
Wladimir J. van der Laan ad26dc9c31 Revert "Formatting, spelling, comment fixes." 10 years ago
Wladimir J. van der Laan 5bb765507b
Fix a signed/unsigned warning introduced in 1b4568c 10 years ago
Cozz Lovan 1b4568cb0f Add vout to ListTransactions output 10 years ago
JaSK d512534cd7 Fixed error in 'getbalance' when using watchonly addresses. 10 years ago
Cozz Lovan 39cc4922fe Fix Watchonly: cs_main lock not held 10 years ago
Wladimir J. van der Laan 6c37f7fd78 `getrawchangeaddress` should fail when keypool exhausted 11 years ago
Philip Kaufmann 001a53d742 add GetRandBytes() as wrapper for RAND_bytes() 11 years ago
Cozz Lovan d88af56011 Fee fixes 11 years ago
jtimon 209377a7cb Use GetBlockTime() more 11 years ago
Daniel Kraft e832ab7754 Rename SendMoneyToDestination to SendMoney. 11 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 11 years ago
Gavin Andresen b33d1f5ee5
Use fee/priority estimates in wallet CreateTransaction 11 years ago
JaSK a3e192a327 replaced MINE_ with ISMINE_ 11 years ago
JaSK 519dd1c89a Added MINE_ALL = (spendable|watchonly) 11 years ago
JaSK 80dda36a07 removed default argument values for ismine filter 11 years ago
Pieter Wuille d5087d1ba0 Use script matching rather than destination matching for watch-only. 11 years ago
JaSK a5c6c5d6df fixed tiny glitch and improved readability like laanwj suggested 11 years ago
JaSK d4640d7d8c Added argument to getbalance to include watchonly addresses and fixed errors in balance calculation. 11 years ago
JaSK ffd40da361 Watchonly balances are shown separately in gui. 11 years ago
Wladimir J. van der Laan 2935b21103 qt: Hide unspendable outputs in coin control 11 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 11 years ago
Tom Harding 7a19efe040 Formatting, spelling, comment fixes. 11 years ago