aboutsummaryrefslogtreecommitdiff
path: root/src/test/coins_tests.cpp
AgeCommit message (Expand)Author
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
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-02-03tests: Make updatecoins_simulation_test deterministicpracticalswift
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-12-11Removed implicit CTransaction constructor from testslucash-dev
2018-11-20test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-09-04Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan
2018-09-03Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-04Make CMutableTransaction constructor explicitMarcoFalke
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift