Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-30 | Remove unused version.h include | MarcoFalke | |
2023-11-03 | fuzz: Avoid utxo_total_supply timeout | MarcoFalke | |
2023-06-03 | [fuzz] Only check duplicate coinbase script when block was valid | dergoegge | |
2023-05-30 | fuzz: Avoid timeout in utxo_total_supply | MarcoFalke | |
2023-05-09 | refactor: Replace string chain name constants with ChainTypes | TheCharlatan | |
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-05 | fuzz: BIP 42, BIP 30, CVE-2018-17144 | MarcoFalke | |