aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/utxo_total_supply.cpp
AgeCommit message (Collapse)Author
2023-11-30Remove unused version.h includeMarcoFalke
2023-11-03fuzz: Avoid utxo_total_supply timeoutMarcoFalke
2023-06-03[fuzz] Only check duplicate coinbase script when block was validdergoegge
2023-05-30fuzz: Avoid timeout in utxo_total_supplyMarcoFalke
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
This commit effectively moves the definition of these constants out of the chainparamsbase to their own file. Using the ChainType enums provides better type safety compared to passing around strings. The commit is part of an ongoing effort to decouple the libbitcoinkernel library from the ArgsManager and other functionality that should not be part of the kernel library.
2023-05-05fuzz: BIP 42, BIP 30, CVE-2018-17144MarcoFalke