index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-2564
/
+0
*
c++11: MOVEONLY: move function definitions out of the header
Cory Fields
2015-02-03
1
-0
/
+187
*
Merge pull request #5732
Wladimir J. van der Laan
2015-02-03
1
-2
/
+2
|
\
|
*
Change "insane" to "absurd" (referring to high fees) in text strings and iden...
Daira Hopwood
2015-01-31
1
-2
/
+2
*
|
Merge pull request #5675
Wladimir J. van der Laan
2015-02-03
1
-2
/
+6
|
\
\
|
*
|
Fix priority calculation in CreateTransaction
Alex Morcos
2015-01-16
1
-2
/
+6
*
|
|
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
1
-9
/
+9
|
|
/
|
/
|
*
|
Merge pull request #4805
Wladimir J. van der Laan
2015-01-26
1
-8
/
+14
|
\
\
|
|
/
|
/
|
|
*
[Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..)
Cozz Lovan
2014-10-03
1
-8
/
+14
*
|
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-5
/
+5
*
|
Merge pull request #5508
Pieter Wuille
2015-01-04
1
-1
/
+0
|
\
\
|
*
|
Add RandAddSeedPerfmon to MakeNewKey
21E14
2014-12-18
1
-1
/
+0
*
|
|
Merge pull request #5485
Wladimir J. van der Laan
2014-12-23
1
-19
/
+28
|
\
\
\
|
*
|
|
Enforce minRelayTxFee on wallet created tx and add a maxtxfee option.
Gregory Maxwell
2014-12-19
1
-19
/
+28
|
|
/
/
*
|
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
|
|
Merge pull request #2340
Wladimir J. van der Laan
2014-12-19
1
-1
/
+27
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Discourage fee sniping with nLockTime
Peter Todd
2014-10-13
1
-1
/
+27
*
|
|
Move SendMoney() to rpcwallet.cpp.
Pavel Janík
2014-12-02
1
-40
/
+0
*
|
|
[Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..)
Cozz Lovan
2014-11-29
1
-1
/
+1
*
|
|
Merge pull request #5209
Wladimir J. van der Laan
2014-11-26
1
-1
/
+1
|
\
\
\
|
*
|
|
[Wallet] Reduce minTxFee for transaction creation to 1000 satoshis
Cozz Lovan
2014-11-04
1
-1
/
+1
*
|
|
|
Add sanity check after key generation
Pieter Wuille
2014-11-23
1
-0
/
+1
*
|
|
|
[Qt] Add Smartfee to GUI
Cozz Lovan
2014-11-19
1
-5
/
+5
*
|
|
|
[Wallet] Prevent user from paying a non-sense fee
Cozz Lovan
2014-11-19
1
-0
/
+3
*
|
|
|
[Wallet] Add global boolean whether to pay at least the custom fee (default=t...
Cozz Lovan
2014-11-19
1
-1
/
+5
*
|
|
|
[Wallet] Add global boolean whether to send free transactions (default=true)
Cozz Lovan
2014-11-19
1
-1
/
+2
*
|
|
|
Make sure that GetRandomBytes never fails
Wladimir J. van der Laan
2014-11-07
1
-4
/
+2
|
/
/
/
*
|
|
Update comments in wallet to be doxygen compatible
Michael Ford
2014-10-28
1
-30
/
+46
*
|
|
Make CBlockIndex* returned by GetDepthInMainChain const.
Daniel Kraft
2014-10-24
1
-2
/
+2
*
|
|
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-17
1
-1
/
+1
*
|
|
Merge pull request #4937
Wladimir J. van der Laan
2014-10-13
1
-0
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[Wallet] Watch-only fixes
Cozz Lovan
2014-10-03
1
-0
/
+21
|
|
/
*
|
Merge pull request #4996
Pieter Wuille
2014-10-08
1
-6
/
+20
|
\
\
|
|
/
|
/
|
|
*
change exit(1) to an assert in CWallet::EncryptWallet
Philip Kaufmann
2014-10-01
1
-2
/
+4
|
*
fix possible memory leaks in CWallet::EncryptWallet
Philip Kaufmann
2014-10-01
1
-6
/
+18
*
|
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-54
/
+54
|
/
*
Merge pull request #4787
Wladimir J. van der Laan
2014-09-22
1
-32
/
+18
|
\
|
*
Clean up CMerkleTx::SetMerkleBranch.
Daniel Kraft
2014-08-30
1
-32
/
+18
*
|
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
1
-4
/
+3
*
|
Merge pull request #4825
Pieter Wuille
2014-09-16
1
-4
/
+4
|
\
\
|
*
|
Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'
ENikS
2014-09-06
1
-4
/
+4
|
|
/
*
|
Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys)
jtimon
2014-09-10
1
-1
/
+34
*
|
Merge pull request #4868
Pieter Wuille
2014-09-09
1
-1
/
+1
|
\
\
|
*
|
Remove some unnecessary c_strs() in logging and the GUI
Philip Kaufmann
2014-09-09
1
-1
/
+1
*
|
|
Separate script/sign
jtimon
2014-09-08
1
-0
/
+2
|
/
/
*
/
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-09-04
1
-3
/
+3
|
/
*
Move CMerkleTx to wallet.cpp/h
Wladimir J. van der Laan
2014-08-29
1
-0
/
+99
*
Merge pull request #4673
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
|
\
|
*
Add boolean HaveWatchonly and signal NotifyWatchonlyChanged
Cozz Lovan
2014-08-11
1
-0
/
+1
*
|
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+8
[next]