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 #2182 from gavinandresen/addressoracle
Gavin Andresen
2013-01-26
1
-1
/
+1
|
\
\
|
*
|
Remove IsFromMe() check in CTxMemPool::accept()
Gavin Andresen
2013-01-15
1
-1
/
+1
*
|
|
Merge pull request #1872 from gmaxwell/listaddrnotmine
Gregory Maxwell
2013-01-21
1
-12
/
+21
|
\
\
\
|
*
|
|
In listaddressgroupings push down the IsMine check to run on each input.
Gregory Maxwell
2012-12-14
1
-12
/
+21
*
|
|
|
Replace RelayMessage with RelayTransaction.
Matt Corallo
2013-01-16
1
-4
/
+3
|
|
/
/
|
/
|
|
*
|
|
If the prio. will be enough after the next block don't force fees.
Gregory Maxwell
2012-12-26
1
-1
/
+4
*
|
|
Merge pull request #1861 from jgarzik/coinlock
Gavin Andresen
2012-12-12
1
-2
/
+36
|
\
\
\
|
*
|
|
Add new RPC "lockunspent", to prevent spending of selected outputs
Jeff Garzik
2012-11-15
1
-2
/
+36
*
|
|
|
rework ThreadSafeAskFee() / askFee() functions
Philip Kaufmann
2012-12-04
1
-1
/
+1
*
|
|
|
Merge pull request #2013 from sipa/blockheader
Pieter Wuille
2012-11-24
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Split off CBlockHeader from CBlock
Pieter Wuille
2012-11-16
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #2009 from sipa/fixmove
Gavin Andresen
2012-11-16
1
-3
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Prevent RPC 'move' from deadlocking
Pieter Wuille
2012-11-14
1
-3
/
+7
*
|
|
|
add CWalletTx::GetImmatureCredit() and use it in CWallet::GetImmatureBalance()
Philip Kaufmann
2012-11-13
1
-3
/
+2
*
|
|
|
Merge pull request #1830 from Diapolo/trans_rem_spaces
Wladimir J. van der Laan
2012-11-04
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
fix some double-spaces in strings
Philip Kaufmann
2012-10-25
1
-4
/
+4
*
|
|
|
|
Bugfix: do not keep relaying spent wallet transactions
Pieter Wuille
2012-11-01
1
-9
/
+5
|
/
/
/
/
*
|
|
|
Bugfix: do not mark all future coins spent
Pieter Wuille
2012-10-21
1
-2
/
+2
*
|
|
|
Transaction hash caching
Pieter Wuille
2012-10-20
1
-3
/
+2
*
|
|
|
Batch block connection during IBD
Pieter Wuille
2012-10-20
1
-14
/
+7
*
|
|
|
Ultraprune
Pieter Wuille
2012-10-20
1
-44
/
+19
|
/
/
/
*
|
|
Handle corrupt wallets gracefully.
Gavin Andresen
2012-10-08
1
-3
/
+5
*
|
|
fix -Wformat warnings all over the source
Philip Kaufmann
2012-10-01
1
-3
/
+3
|
/
/
*
|
Merge pull request #1717 from Diapolo/Qt_change_TX_display
Wladimir J. van der Laan
2012-09-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Qt: show mined transactions at depth 1
Philip Kaufmann
2012-08-24
1
-1
/
+1
*
|
Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoin
Gavin Andresen
2012-09-18
1
-1
/
+8
|
\
\
|
*
|
Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db
Luke Dashjr
2012-09-08
1
-1
/
+8
*
|
|
Correct LoadWallet() return value (false -> DB_LOAD_OK)
xanatos
2012-09-05
1
-1
/
+1
*
|
|
Merge pull request #1738 from laanwj/2012_08_boostthread
Jeff Garzik
2012-09-04
1
-1
/
+1
|
\
\
\
|
*
|
|
Rename CreateThread to NewThread
Wladimir J. van der Laan
2012-08-29
1
-1
/
+1
*
|
|
|
Merge pull request #1774 from luke-jr/refactor_times
Gavin Andresen
2012-09-02
1
-4
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Bugfix: Require OrderedTxItems to provide properly scoped accounting entry list
Luke Dashjr
2012-09-02
1
-4
/
+4
*
|
|
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
[prev]
[next]