pub fn testing_stack() -> Result<BloomBlockStore<CachedBlockStore<SledBlockStore>>>Expand description
Create a testing storage stack with minimal resources
- Path: temporary directory
- Cache: 5MB
- Bloom filter: 1,000 expected items
pub fn testing_stack() -> Result<BloomBlockStore<CachedBlockStore<SledBlockStore>>>Create a testing storage stack with minimal resources