Validation stores the block on disk if it is valid. However, for tests (especially fuzz tests) we might want to avoid the disk access to avoid an io bottleneck.
See e.g:
- fuzz: BIP 42, BIP 30, CVE-2018-17144 #17860
Validation stores the block on disk if it is valid. However, for tests (especially fuzz tests) we might want to avoid the disk access to avoid an io bottleneck.
See e.g:
Labels
Feature
Brainstorming
Tests