index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
coins_tests.cpp
Age
Commit message (
Expand
)
Author
2019-02-03
tests: Make updatecoins_simulation_test deterministic
practicalswift
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-11
Removed implicit CTransaction constructor from tests
lucash-dev
2018-11-20
test: Add BOOST_REQUIRE to getters returning optional
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-03
Increase signal to noise in appveyor build output by reducing the MSVC warnin...
practicalswift
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-04
Make CMutableTransaction constructor explicit
MarcoFalke
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-03-21
Fix typos
Dimitris Apostolou
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
doc: spelling fixes
klemens
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-06-26
Simplify return values of GetCoin/HaveCoin(InCache)
Pieter Wuille
2017-06-26
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-12
Merge #10550: Don't return stale data from CCoinsViewCache::Cursor()
Wladimir J. van der Laan
2017-06-08
Use override keyword on CCoinsView overrides
Russell Yanofsky
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
scripted-diff: Use randbits/bool instead of randrange where possible
Pieter Wuille
2017-06-07
Replace rand() & ((1 << N) - 1) with randbits(N)
Pieter Wuille
2017-06-07
Replace more rand() % NUM by randranges
Pieter Wuille
2017-06-05
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-02
Bugfixes: missing == 0 after randrange
Pieter Wuille
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Rename CCoinsCacheEntry::coins to coin
Pieter Wuille
2017-06-01
Extend coins_tests
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
Switch tests from ModifyCoins to AddCoin/SpendCoin
Pieter Wuille
2017-06-01
Optimization: Coin&& to ApplyTxInUndo
Pieter Wuille
2017-06-01
Replace CTxInUndo with Coin
Pieter Wuille
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2017-05-26
Remove/ignore tx version in utxo and undo
Pieter Wuille
2017-05-26
error() in disconnect for disk corruption, not inconsistency
Pieter Wuille
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-01-04
Check FRESH validity in CCoinsViewCache::BatchWrite
Russell Yanofsky
2017-01-04
Merge #9107: Safer modify new coins
Pieter Wuille
2017-01-04
Fix dangerous condition in ModifyNewCoins.
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-27
Remove unused variable in test, fixing warning.
Russell Yanofsky
[next]