![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
#include <coins.h>#include <crypto/sha256.h>#include <primitives/transaction.h>#include <test/fuzz/fuzz.h>#include <test/fuzz/FuzzedDataProvider.h>#include <test/fuzz/util.h>#include <assert.h>#include <optional>#include <memory>#include <stdint.h>#include <vector>Go to the source code of this file.
Enumerations | |
| enum | EntryType : uint8_t |
Functions | |
| FUZZ_TARGET (coinscache_sim) | |
|
strong |
Definition at line 103 of file coinscache_sim.cpp.
| FUZZ_TARGET | ( | coinscache_sim | ) |
Precomputed COutPoint and CCoins values.
Dummy coinsview instance (base of the hierarchy).
Real CCoinsViewCache objects.
Simulated cache data (sim_caches[0] matches bottom, sim_caches[i+1] matches caches[i]).
Current height in the simulation.
Helper lookup function in the simulated cache stack.
Flush changes in top cache to the one below.
Definition at line 205 of file coinscache_sim.cpp.
1.8.14