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
/
test
/
coins_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge AuxPoW support from Namecore
Ross Nicoll
2019-07-13
1
-9
/
+0
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Make CMutableTransaction constructor explicit
MarcoFalke
2018-05-04
1
-2
/
+2
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-6
/
+6
*
test: Fix sign for expected values
Karl-Johan Alm
2018-04-11
1
-5
/
+5
*
Fix typos
Dimitris Apostolou
2018-03-21
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
1
-11
/
+11
|
\
|
*
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-09
1
-11
/
+11
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-8
/
+8
|
/
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
1
-2
/
+2
|
\
|
*
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-25
1
-2
/
+2
*
|
doc: spelling fixes
klemens
2017-08-16
1
-1
/
+1
|
/
*
Simplify return values of GetCoin/HaveCoin(InCache)
Pieter Wuille
2017-06-26
1
-7
/
+15
*
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-26
1
-1
/
+1
|
\
|
*
[trivial] Add end of namespace comments
practicalswift
2017-05-31
1
-1
/
+1
*
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-1
/
+1
|
\
\
|
*
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-1
/
+1
*
|
|
Merge #10550: Don't return stale data from CCoinsViewCache::Cursor()
Wladimir J. van der Laan
2017-06-12
1
-4
/
+4
|
\
\
\
|
*
|
|
Use override keyword on CCoinsView overrides
Russell Yanofsky
2017-06-08
1
-4
/
+4
|
|
/
/
*
|
|
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
1
-39
/
+39
*
|
|
scripted-diff: Use randbits/bool instead of randrange where possible
Pieter Wuille
2017-06-07
1
-7
/
+7
*
|
|
Replace rand() & ((1 << N) - 1) with randbits(N)
Pieter Wuille
2017-06-07
1
-2
/
+2
*
|
|
Replace more rand() % NUM by randranges
Pieter Wuille
2017-06-07
1
-3
/
+3
*
|
|
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
1
-24
/
+24
*
|
|
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-06-05
1
-1
/
+0
|
/
/
*
|
Bugfixes: missing == 0 after randrange
Pieter Wuille
2017-06-02
1
-4
/
+4
*
|
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
1
-45
/
+45
*
|
Rename CCoinsCacheEntry::coins to coin
Pieter Wuille
2017-06-01
1
-7
/
+7
*
|
Extend coins_tests
Pieter Wuille
2017-06-01
1
-11
/
+45
*
|
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
1
-132
/
+107
*
|
Switch tests from ModifyCoins to AddCoin/SpendCoin
Pieter Wuille
2017-06-01
1
-149
/
+119
*
|
Optimization: Coin&& to ApplyTxInUndo
Pieter Wuille
2017-06-01
1
-3
/
+3
*
|
Replace CTxInUndo with Coin
Pieter Wuille
2017-06-01
1
-2
/
+2
*
|
Remove/ignore tx version in utxo and undo
Pieter Wuille
2017-05-26
1
-4
/
+0
*
|
error() in disconnect for disk corruption, not inconsistency
Pieter Wuille
2017-05-26
1
-1
/
+1
|
/
*
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-03-03
1
-1
/
+1
|
\
|
*
Do not shadow variables (gcc set)
Pavel Janík
2016-12-05
1
-1
/
+1
*
|
Check FRESH validity in CCoinsViewCache::BatchWrite
Russell Yanofsky
2017-01-04
1
-11
/
+17
*
|
Merge #9107: Safer modify new coins
Pieter Wuille
2017-01-04
1
-55
/
+144
|
\
\
|
*
|
Fix dangerous condition in ModifyNewCoins.
Alex Morcos
2017-01-04
1
-55
/
+144
*
|
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
/
*
|
Remove unused variable in test, fixing warning.
Russell Yanofsky
2016-12-27
1
-1
/
+0
*
|
[test] Add CCoinsViewCache Access/Modify/Write tests
Russell Yanofsky
2016-12-05
1
-0
/
+364
|
/
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
test: Fix test_random includes
MarcoFalke
2016-11-07
1
-1
/
+1
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-1
/
+1
*
Remove obsolete reference to CValidationState from UpdateCoins.
21E14
2016-04-30
1
-2
/
+1
*
Add tests for CCoins deserialization
Pieter Wuille
2016-04-25
1
-0
/
+71
[next]