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
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-03-23
Use PoolAllocator for CCoinsMap
Martin Leitner-Ankerl
2023-02-17
Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...
Andrew Chow
2023-02-10
refactor, txdb: Add CoinsViewOptions struct
Ryan Ofsky
2023-02-09
Create InsecureRandMoneyAmount() test util helper
Jon Atack
2023-02-06
Move random test util code from setup_common to random
Jon Atack
2023-01-31
test: Use std::unique_ptr over manual delete in coins_tests
MarcoFalke
2023-01-30
Avoid unclear {it = ++it;}
Pieter Wuille
2023-01-30
Merge bitcoin/bitcoin#17487: coins: allow write to disk without cache drop
fanquake
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-20
test: add test for coins view flush behavior using Sync()
James O'Beirne
2023-01-20
test: add use of Sync() to coins tests
James O'Beirne
2023-01-20
test: refactor: clarify the coins simulation
James O'Beirne
2023-01-20
coins: add Sync() method to allow flush without cacheCoins drop
James O'Beirne
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
2022-02-02
test: Avoid testing negative block heights
MarcoFalke
2022-01-20
refactor tests to fix ubsan suppressions
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-04-22
Merge #18410: Docs: Improve commenting for coins.cpp|h
Wladimir J. van der Laan
2020-04-21
[docs] use consistent naming for possible_overwrite
John Newbery
2020-04-21
[tests] small whitespace fixup
John Newbery
2020-04-21
scripted-diff: Rename PRUNED to SPENT in coins tests
John Newbery
2019-12-11
tests: have coins simulation test also use CCoinsViewDB
James O'Beirne
2019-11-07
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-09
test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-17
tests: Make coins_tests/updatecoins_simulation_test deterministic
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
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
[next]