Files
bitcoin/src/test/fuzz
Lőrinc 703a671fbc fuzz: compact coins view db during fuzzing
Exercise `CCoinsViewDB::CompactFullAsync()` from the `coins_view_db` fuzz target so the new chainstate compaction wrapper can run concurrently with ordinary coins view operations.

The fuzz operation only schedules compaction, matching production; outstanding work is waited for by the `CCoinsViewDB` destructor at the end of the fuzz input.
2026-06-23 16:14:52 -07:00
..
2026-02-17 21:40:46 +05:30
2026-06-23 09:25:49 +01:00
2026-05-12 21:24:19 +02:00
2026-05-16 03:36:51 +10:00