Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <chainparams.h>
#include <consensus/consensus.h>
#include <consensus/merkle.h>
#include <kernel/coinstats.h>
#include <node/miner.h>
#include <script/interpreter.h>
#include <streams.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/util/mining.h>
#include <test/util/setup_common.h>
#include <util/chaintype.h>
#include <validation.h>
Go to the source code of this file.
Functions | |
FUZZ_TARGET (utxo_total_supply) | |
FUZZ_TARGET | ( | utxo_total_supply | ) |
The testing setup that creates a chainman only (no chainstate)
The block template this fuzzer is working on
Append-only set of tx outpoints, entries are not removed when spent
The utxo stats at the chain tip
The total amount of coins in the utxo set
Definition at line 22 of file utxo_total_supply.cpp.