forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuzz: add a target for the ChainstateManager
Exercise header and block processing, asserting some invariants. Also the reorg logic. There is some low hanging fruits to optimize this targets. Namely calling CheckBlockIndex() externally in a CallOneOf callback instead of internally after every operation, and making it possible to not use a thread for the notification interface (done by opened PR 28960).
- Loading branch information
Showing
1 changed file
with
314 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters