aboutsummaryrefslogtreecommitdiff
path: root/src/test/coins_tests.cpp
AgeCommit message (Expand)Author
2024-08-28scripted-diff: Replace ParseHex[<std::byte>]("str") -> "str"_hex[_u8]Hodlinator
2024-08-28refactor: Hand-replace some ParseHex -> ""_hexHodlinator
2024-08-26scripted-diff: [test] Use g_rng/m_rng directlyMarcoFalke
2024-08-26test: refactor: Accept any RandomNumberGenerator in RandMoneyMarcoFalke
2024-08-26test: refactor: Pass rng parameters to test functionsRyan Ofsky
2024-08-21test: refactor: Give unit test functions access to test stateRyan Ofsky
2024-08-05coins: pass linked list of flagged entries to BatchWriteAndrew Toth
2024-08-05test: add cache entry linked list testsAndrew Toth
2024-08-02refactor: require self and sentinel parameters for AddFlagsAndrew Toth
2024-08-01refactor: encapsulate flags setting with AddFlags and ClearFlagsAndrew Toth
2024-08-01refactor: encapsulate flags get access for all other checksAndrew Toth
2024-08-01refactor: encapsulate flags access for dirty and fresh checksAndrew Toth
2024-07-01tests: overhaul deterministic test randomnessPieter Wuille
2023-11-21Use Txid in COutpointdergoegge
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-08-14Move CTxDestination to its own fileAndrew Chow
2023-03-23Use PoolAllocator for CCoinsMapMartin Leitner-Ankerl
2023-02-17Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...Andrew Chow
2023-02-10refactor, txdb: Add CoinsViewOptions structRyan Ofsky
2023-02-09Create InsecureRandMoneyAmount() test util helperJon Atack
2023-02-06Move random test util code from setup_common to randomJon Atack
2023-01-31test: Use std::unique_ptr over manual delete in coins_testsMarcoFalke
2023-01-30Avoid unclear {it = ++it;}Pieter Wuille
2023-01-30Merge bitcoin/bitcoin#17487: coins: allow write to disk without cache dropfanquake
2023-01-26Use DataStream where possibleMarcoFalke
2023-01-20test: add test for coins view flush behavior using Sync()James O'Beirne
2023-01-20test: add use of Sync() to coins testsJames O'Beirne
2023-01-20test: refactor: clarify the coins simulationJames O'Beirne
2023-01-20coins: add Sync() method to allow flush without cacheCoins dropJames O'Beirne
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-05-21refactor: Remove defunct attributes.h includesBen Woosley
2022-02-02test: Avoid testing negative block heightsMarcoFalke
2022-01-20refactor tests to fix ubsan suppressionsMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-19scripted-diff: Use clang-tidy syntax for C++ named argumentsMarcoFalke
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-11-26scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARDpracticalswift
2020-06-24refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan
2020-04-22Merge #18410: Docs: Improve commenting for coins.cpp|hWladimir J. van der Laan
2020-04-21[docs] use consistent naming for possible_overwriteJohn Newbery
2020-04-21[tests] small whitespace fixupJohn Newbery
2020-04-21scripted-diff: Rename PRUNED to SPENT in coins testsJohn Newbery
2019-12-11tests: have coins simulation test also use CCoinsViewDBJames O'Beirne
2019-11-07Merge #16978: test: Seed test RNG context for each test case, print seedMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-09test: Seed test RNG context for each test case, print seedMarcoFalke
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-17tests: Make coins_tests/updatecoins_simulation_test deterministicpracticalswift
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders