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
/
coins.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check FRESH validity in CCoinsViewCache::BatchWrite
Russell Yanofsky
2017-01-04
1
-0
/
+7
*
Merge #9107: Safer modify new coins
Pieter Wuille
2017-01-04
1
-6
/
+31
|
\
|
*
Fix dangerous condition in ModifyNewCoins.
Alex Morcos
2017-01-04
1
-6
/
+31
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Fix relaypriority calculation error
maiiz
2016-09-20
1
-1
/
+1
*
Use C++11 thread-safe static initializers
Pieter Wuille
2016-06-07
1
-5
/
+1
*
Use SipHash-2-4 for CCoinsCache index
Pieter Wuille
2016-05-17
1
-1
/
+5
*
txdb: Add Cursor() method to CCoinsView to iterate over UTXO set
Wladimir J. van der Laan
2016-04-15
1
-2
/
+6
*
Merge #7056: Save last db read
Wladimir J. van der Laan
2016-01-22
1
-2
/
+8
|
\
|
*
Save the last unnecessary database read
Alex Morcos
2015-11-18
1
-2
/
+8
*
|
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cached
Matt Corallo
2015-12-01
1
-0
/
+5
*
|
Add method to remove a tx from CCoinsViewCache if it is unchanged
Matt Corallo
2015-12-01
1
-0
/
+9
*
|
Change GetPriority calculation.
Alex Morcos
2015-11-19
1
-2
/
+4
|
/
*
Alter assumptions in CCoinsViewCache::BatchWrite
Alex Morcos
2015-11-18
1
-7
/
+12
*
ModifyNewCoins saves database lookups
Alex Morcos
2015-11-02
1
-0
/
+9
*
Separate core memory usage computation in core_memusage.h
Pieter Wuille
2015-07-20
1
-7
/
+7
*
Keep track of memory usage in CCoinsViewCache
Pieter Wuille
2015-05-11
1
-3
/
+21
*
Merge pull request #5597
Wladimir J. van der Laan
2015-01-07
1
-2
/
+4
|
\
|
*
Bugfix: only track UTXO modification after lookup
Pieter Wuille
2015-01-04
1
-2
/
+4
*
|
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-3
/
+3
*
|
Decouple CCoins from CTxInUndo
jtimon
2014-12-27
1
-18
/
+4
|
/
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Convert remaining comments in /src to doxygen format
Michael Ford
2014-11-21
1
-6
/
+8
*
Merge pull request #4834
Pieter Wuille
2014-10-08
1
-37
/
+80
|
\
|
*
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-09-24
1
-2
/
+2
|
*
Do not keep fully spent but unwritten CCoins entries cached.
Pieter Wuille
2014-09-23
1
-23
/
+62
|
*
Get rid of CCoinsView's SetCoins and SetBestBlock.
Pieter Wuille
2014-09-23
1
-11
/
+1
|
*
Use ModifyCoins instead of mutable GetCoins.
Pieter Wuille
2014-09-23
1
-11
/
+25
*
|
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-2
/
+2
|
/
*
Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.
Pieter Wuille
2014-09-03
1
-20
/
+18
*
Make appropriate getter-routines "const" in CCoinsView.
Daniel Kraft
2014-08-26
1
-17
/
+27
*
Allow BatchWrite to destroy its input, reducing copying
Pieter Wuille
2014-08-24
1
-7
/
+9
*
Merge pull request #4505
Wladimir J. van der Laan
2014-07-15
1
-1
/
+6
|
\
|
*
Do not flush the cache after every block outside of IBD
Pieter Wuille
2014-07-11
1
-1
/
+6
*
|
Use unordered_map for CCoinsViewCache with salted hash
Pieter Wuille
2014-07-14
1
-2
/
+6
|
/
*
typedef std::map<uint256, CCoins> to CCoinsMap
Wladimir J. van der Laan
2014-07-01
1
-8
/
+8
*
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
1
-0
/
+16
*
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
2013-11-10
1
-0
/
+180