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
*
Remove #define loop from util.h
Gavin Andresen
2013-07-31
1
-1
/
+1
*
Bugfix: Store last/next wallet resend times unique per CWallet object
Luke Dashjr
2013-07-17
1
-7
/
+5
*
Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...
Eric Lombrozo
2013-06-23
1
-1
/
+1
*
Merge pull request #2592 from sipa/dumpwallet
Pieter Wuille
2013-06-23
1
-1
/
+51
|
\
|
*
Add GetKeyBirthTimes to wallet
Pieter Wuille
2013-06-22
1
-1
/
+51
*
|
Merge pull request #2660 from TheBlueMatt/gmfrefactor
Pieter Wuille
2013-06-22
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Refactor fee rules to make them actually readable.
Matt Corallo
2013-06-14
1
-1
/
+1
*
|
Refactor keytime/metadata and wallet encryption bugfix
Pieter Wuille
2013-06-20
1
-15
/
+21
*
|
Remove broken option to skip input checking for wallet txn.
Matt Corallo
2013-06-13
1
-2
/
+2
|
/
*
Wallet: optimize rescan to skip blocks prior to birthday
Jeff Garzik
2013-06-10
1
-0
/
+7
*
Wallet: store key creation time. Calculate whole-wallet birthday.
Jeff Garzik
2013-06-10
1
-5
/
+22
*
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
1
-7
/
+7
*
Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...
Eric Lombrozo
2013-06-05
1
-1
/
+1
*
build: cosmetics after last commit
Cory Fields
2013-06-04
1
-12
/
+12
*
build: use runtime setting for wallet rather than QT_GUI define
Cory Fields
2013-06-04
1
-2
/
+3
*
Merge pull request #2644 from sipa/constfindblock
Jeff Garzik
2013-05-30
1
-1
/
+1
|
\
|
*
Make FindBlockByHeight constant-time.
Pieter Wuille
2013-05-12
1
-1
/
+1
*
|
Merge pull request #2625 from gavinandresen/walletlock_asio
Jeff Garzik
2013-05-30
1
-4
/
+1
|
\
\
|
*
|
Use boost::asio::deadline_timer for walletpassphrase timeout
Gavin Andresen
2013-05-07
1
-4
/
+1
|
|
/
*
/
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-8
/
+10
|
/
*
Merge pull request #2577 from gavinandresen/fee_bandaid
Gavin Andresen
2013-05-04
1
-15
/
+50
|
\
|
*
Un-hardcode TX_FEE constants
Gavin Andresen
2013-05-03
1
-3
/
+3
|
*
CreateTransaction: return strFailReason on failure
Gavin Andresen
2013-05-03
1
-8
/
+26
|
*
Define dust transaction outputs, and make them non-standard
Gavin Andresen
2013-05-03
1
-4
/
+21
*
|
Merge pull request #2566 from sipa/nodef
Gavin Andresen
2013-05-03
1
-17
/
+22
|
\
\
|
*
|
Allow the default key to be unavailable
Pieter Wuille
2013-04-25
1
-17
/
+22
|
|
/
*
/
Do not write to wallet during LoadWallet
Gavin Andresen
2013-05-02
1
-0
/
+5
|
/
*
Merge pull request #2478 from sipa/fullhash
Gavin Andresen
2013-04-09
1
-3
/
+3
|
\
|
*
Always print full hashes (tx, block, inv)
Pieter Wuille
2013-04-07
1
-3
/
+3
*
|
Merge pull request #2272 from gavinandresen/getbalancefix
Gavin Andresen
2013-04-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix getbalance discrepency
Gavin Andresen
2013-02-04
1
-1
/
+1
*
|
Clean up shutdown process
Gavin Andresen
2013-04-03
1
-1
/
+0
*
|
Merge pull request #2312 from gmaxwell/random_random
Gavin Andresen
2013-02-22
1
-1
/
+9
|
\
\
|
*
|
Internal RNG for approximateBestSubset to prevent degenerate behavior.
Gregory Maxwell
2013-02-18
1
-1
/
+9
*
|
|
Merge pull request #1974 from kjj2/walletnotify
Gavin Andresen
2013-02-22
1
-0
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add -walletnotify to call an external script on wallet transactions
kjj2
2012-11-03
1
-0
/
+11
*
|
|
Make transactions larger than 100K non-standard
Gavin Andresen
2013-02-05
1
-1
/
+1
|
|
/
|
/
|
*
|
Correctly randomize change output position
Gavin Andresen
2013-01-30
1
-1
/
+1
*
|
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
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
[next]