aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-2564/+0
* c++11: MOVEONLY: move function definitions out of the headerCory Fields2015-02-031-0/+187
* Merge pull request #5732Wladimir J. van der Laan2015-02-031-2/+2
|\
| * Change "insane" to "absurd" (referring to high fees) in text strings and iden...Daira Hopwood2015-01-311-2/+2
* | Merge pull request #5675Wladimir J. van der Laan2015-02-031-2/+6
|\ \
| * | Fix priority calculation in CreateTransactionAlex Morcos2015-01-161-2/+6
* | | Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-9/+9
| |/ |/|
* | Merge pull request #4805Wladimir J. van der Laan2015-01-261-8/+14
|\ \ | |/ |/|
| * [Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..)Cozz Lovan2014-10-031-8/+14
* | Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-5/+5
* | Merge pull request #5508Pieter Wuille2015-01-041-1/+0
|\ \
| * | Add RandAddSeedPerfmon to MakeNewKey21E142014-12-181-1/+0
* | | Merge pull request #5485Wladimir J. van der Laan2014-12-231-19/+28
|\ \ \
| * | | Enforce minRelayTxFee on wallet created tx and add a maxtxfee option.Gregory Maxwell2014-12-191-19/+28
| |/ /
* | | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | | Merge pull request #2340Wladimir J. van der Laan2014-12-191-1/+27
|\ \ \ | |/ / |/| |
| * | Discourage fee sniping with nLockTimePeter Todd2014-10-131-1/+27
* | | Move SendMoney() to rpcwallet.cpp.Pavel Janík2014-12-021-40/+0
* | | [Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..)Cozz Lovan2014-11-291-1/+1
* | | Merge pull request #5209Wladimir J. van der Laan2014-11-261-1/+1
|\ \ \
| * | | [Wallet] Reduce minTxFee for transaction creation to 1000 satoshisCozz Lovan2014-11-041-1/+1
* | | | Add sanity check after key generationPieter Wuille2014-11-231-0/+1
* | | | [Qt] Add Smartfee to GUICozz Lovan2014-11-191-5/+5
* | | | [Wallet] Prevent user from paying a non-sense feeCozz Lovan2014-11-191-0/+3
* | | | [Wallet] Add global boolean whether to pay at least the custom fee (default=t...Cozz Lovan2014-11-191-1/+5
* | | | [Wallet] Add global boolean whether to send free transactions (default=true)Cozz Lovan2014-11-191-1/+2
* | | | Make sure that GetRandomBytes never failsWladimir J. van der Laan2014-11-071-4/+2
|/ / /
* | | Update comments in wallet to be doxygen compatibleMichael Ford2014-10-281-30/+46
* | | Make CBlockIndex* returned by GetDepthInMainChain const.Daniel Kraft2014-10-241-2/+2
* | | script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-1/+1
* | | Merge pull request #4937Wladimir J. van der Laan2014-10-131-0/+21
|\ \ \ | |/ / |/| |
| * | [Wallet] Watch-only fixesCozz Lovan2014-10-031-0/+21
| |/
* | Merge pull request #4996Pieter Wuille2014-10-081-6/+20
|\ \ | |/ |/|
| * change exit(1) to an assert in CWallet::EncryptWalletPhilip Kaufmann2014-10-011-2/+4
| * fix possible memory leaks in CWallet::EncryptWalletPhilip Kaufmann2014-10-011-6/+18
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-54/+54
|/
* Merge pull request #4787Wladimir J. van der Laan2014-09-221-32/+18
|\
| * Clean up CMerkleTx::SetMerkleBranch.Daniel Kraft2014-08-301-32/+18
* | Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-4/+3
* | Merge pull request #4825Pieter Wuille2014-09-161-4/+4
|\ \
| * | Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'ENikS2014-09-061-4/+4
| |/
* | Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys)jtimon2014-09-101-1/+34
* | Merge pull request #4868Pieter Wuille2014-09-091-1/+1
|\ \
| * | Remove some unnecessary c_strs() in logging and the GUIPhilip Kaufmann2014-09-091-1/+1
* | | Separate script/signjtimon2014-09-081-0/+2
|/ /
* / Introduce BlockMap type for mapBlockIndexPieter Wuille2014-09-041-3/+3
|/
* Move CMerkleTx to wallet.cpp/hWladimir J. van der Laan2014-08-291-0/+99
* Merge pull request #4673Wladimir J. van der Laan2014-08-261-0/+1
|\
| * Add boolean HaveWatchonly and signal NotifyWatchonlyChangedCozz Lovan2014-08-111-0/+1
* | Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+8