aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
AgeCommit message (Expand)Author
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-02-03c++11: MOVEONLY: move function definitions out of the headerCory Fields
2015-02-03Merge pull request #5732Wladimir J. van der Laan
2015-02-03Merge pull request #5675Wladimir J. van der Laan
2015-01-31Change "insane" to "absurd" (referring to high fees) in text strings and iden...Daira Hopwood
2015-01-31Remove whitespaces before double colon in errors and logsPavel Janík
2015-01-26Merge pull request #4805Wladimir J. van der Laan
2015-01-16Fix priority calculation in CreateTransactionAlex Morcos
2015-01-05Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan
2015-01-04Merge pull request #5508Pieter Wuille
2014-12-23Merge pull request #5485Wladimir J. van der Laan
2014-12-19Enforce minRelayTxFee on wallet created tx and add a maxtxfee option.Gregory Maxwell
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-19Merge pull request #2340Wladimir J. van der Laan
2014-12-18Add RandAddSeedPerfmon to MakeNewKey21E14
2014-12-02Move SendMoney() to rpcwallet.cpp.Pavel Janík
2014-11-29[Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..)Cozz Lovan
2014-11-26Merge pull request #5209Wladimir J. van der Laan
2014-11-23Add sanity check after key generationPieter Wuille
2014-11-19[Qt] Add Smartfee to GUICozz Lovan
2014-11-19[Wallet] Prevent user from paying a non-sense feeCozz Lovan
2014-11-19[Wallet] Add global boolean whether to pay at least the custom fee (default=t...Cozz Lovan
2014-11-19[Wallet] Add global boolean whether to send free transactions (default=true)Cozz Lovan
2014-11-07Make sure that GetRandomBytes never failsWladimir J. van der Laan
2014-11-04[Wallet] Reduce minTxFee for transaction creation to 1000 satoshisCozz Lovan
2014-10-28Update comments in wallet to be doxygen compatibleMichael Ford
2014-10-24Make CBlockIndex* returned by GetDepthInMainChain const.Daniel Kraft
2014-10-17script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields
2014-10-13Discourage fee sniping with nLockTimePeter Todd
2014-10-13Merge pull request #4937Wladimir J. van der Laan
2014-10-08Merge pull request #4996Pieter Wuille
2014-10-03[Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..)Cozz Lovan
2014-10-03[Wallet] Watch-only fixesCozz Lovan
2014-10-01change exit(1) to an assert in CWallet::EncryptWalletPhilip Kaufmann
2014-10-01fix possible memory leaks in CWallet::EncryptWalletPhilip Kaufmann
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-22Merge pull request #4787Wladimir J. van der Laan
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-16Merge pull request #4825Pieter Wuille
2014-09-10Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys)jtimon
2014-09-09Merge pull request #4868Pieter Wuille
2014-09-09Remove some unnecessary c_strs() in logging and the GUIPhilip Kaufmann
2014-09-08Separate script/signjtimon
2014-09-06Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'ENikS
2014-09-04Introduce BlockMap type for mapBlockIndexPieter Wuille
2014-08-30Clean up CMerkleTx::SetMerkleBranch.Daniel Kraft
2014-08-29Move CMerkleTx to wallet.cpp/hWladimir J. van der Laan
2014-08-26Merge pull request #4673Wladimir J. van der Laan
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-26Move functions in wallet.h to implementation fileWladimir J. van der Laan