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
...
*
|
|
|
|
|
|
Merge pull request #1672 from gmaxwell/filter_listunspent
Gregory Maxwell
2012-08-24
1
-0
/
+123
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Change CWallet addressgrouping to use CTxDestination instead of strings.
Gregory Maxwell
2012-08-24
1
-34
/
+34
|
*
|
|
|
|
|
Add address groupings RPC from the coincontrol patches.
coderrr
2012-08-23
1
-0
/
+123
|
|
/
/
/
/
/
*
/
/
/
/
/
Treat generation (mined) transactions less different from receive transactions
Luke Dashjr
2012-08-23
1
-18
/
+6
|
/
/
/
/
/
*
|
|
|
|
Choose reasonable "smart" times to display for transactions
Luke Dashjr
2012-08-23
1
-1
/
+72
*
|
|
|
|
Store a fixed order of transactions (and accounting) in the wallet
Luke Dashjr
2012-08-23
1
-0
/
+3
*
|
|
|
|
Removed useless assignment
xanatos
2012-08-23
1
-1
/
+0
*
|
|
|
|
Merge pull request #1632 from luke-jr/spelling
Jeff Garzik
2012-08-01
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
1
-2
/
+2
*
|
|
|
|
|
Update Warning-strings to use a standard-format
Philip Kaufmann
2012-08-01
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Implement raw transaction RPC calls
Gavin Andresen
2012-07-05
1
-2
/
+5
*
|
|
|
|
Fix coin selection to only include change when it's necessary.
Chris Moore
2012-06-04
1
-42
/
+51
*
|
|
|
|
Preserve the shuffled order of coins with equal value to give more randomized...
Chris Moore
2012-06-04
1
-1
/
+10
*
|
|
|
|
Move the random_shuffle call back into SelectCoinsMinConf() so we can unit te...
Chris Moore
2012-06-04
1
-0
/
+2
*
|
|
|
|
Refactor SelectCoinsMinConf() and add unit tests.
Chris Moore
2012-06-04
1
-47
/
+55
*
|
|
|
|
Merge pull request #837 from sje397/ShowImmatureBalance
Wladimir J. van der Laan
2012-06-02
1
-7
/
+20
|
\
\
\
\
\
|
*
|
|
|
|
Added 'immature balance' for miners. Only displayed if the balance is greater...
sje397
2012-05-25
1
-7
/
+20
*
|
|
|
|
|
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-28
/
+28
*
|
|
|
|
|
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
1
-16
/
+16
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
*
|
|
|
|
|
Process address book updates incrementally
Wladimir J. van der Laan
2012-05-20
1
-2
/
+2
*
|
|
|
|
|
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-20
1
-2
/
+2
*
|
|
|
|
|
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-20
1
-12
/
+21
*
|
|
|
|
|
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-18
1
-1
/
+1
|
/
/
/
/
/
*
/
/
/
/
Always check return values of TxnBegin() and TxnCommit()
Jeff Garzik
2012-05-14
1
-1
/
+2
|
/
/
/
/
*
|
|
|
Prefer 'unsigned int' for loop index variables tested against ::size()
Jeff Garzik
2012-04-22
1
-2
/
+2
*
|
|
|
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-1
/
+2
*
|
|
|
Move CWalletDB code to new walletdb module.
Jeff Garzik
2012-04-17
1
-1
/
+2
*
|
|
|
Remove headers.h
Pieter Wuille
2012-04-17
1
-1
/
+5
*
|
|
|
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
1
-7
/
+7
*
|
|
|
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
Wladimir J. van der Laan
2012-04-15
1
-0
/
+2
*
|
|
|
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-38
/
+43
*
|
|
|
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
1
-1
/
+1
*
|
|
|
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...
Wladimir J. van der Laan
2012-04-04
1
-0
/
+2
|
/
/
/
*
|
|
Introduce explicit -walletupgrade option
Pieter Wuille
2012-03-22
1
-17
/
+22
*
|
|
Merge pull request #864 from sipa/fix_856
Pieter Wuille
2012-02-19
1
-2
/
+46
|
\
\
\
|
*
|
|
Make compressed pubkeys require 0.6.0
Pieter Wuille
2012-02-18
1
-1
/
+8
|
*
|
|
Move GenerateNewKey back to CWallet
Pieter Wuille
2012-02-18
1
-0
/
+10
|
*
|
|
Add SetMinVersion to CWallet
Pieter Wuille
2012-02-18
1
-2
/
+29
*
|
|
|
Free pwalletdbEncryption after encryping wallet
Pieter Wuille
2012-02-18
1
-1
/
+1
|
/
/
/
*
|
|
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
|
|
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
1
-3
/
+3
*
|
|
Fix broken ExtractAddress (refactored, made callers check for addresses in ke...
Gavin Andresen
2011-12-22
1
-2
/
+2
*
|
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-64
/
+62
*
|
|
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-62
/
+64
*
|
|
Merge pull request #677 from luke-jr/minfee_modes
Gavin Andresen
2011-12-20
1
-1
/
+2
|
\
\
\
|
*
|
|
GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelay
Luke Dashjr
2011-12-14
1
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'op_eval'
Gavin Andresen
2011-12-20
1
-7
/
+32
|
\
\
\
|
*
|
|
Fix logic for IsChange() for send-to-self transactions.
Gavin Andresen
2011-12-19
1
-1
/
+1
[prev]
[next]