Skip to main content

Module storage

Module storage 

Source
Expand description

This module defines consensus archive formats

Constantsยง

BUFFER_POOL_CAPACITY ๐Ÿ”’
BUFFER_POOL_PAGE_SIZE ๐Ÿ”’
FINALIZATIONS_BY_HEIGHT ๐Ÿ”’
FINALIZED_BLOCKS ๐Ÿ”’
FREEZER_TABLE_RESIZE_CHUNK_SIZE ๐Ÿ”’
FREEZER_TABLE_RESIZE_FREQUENCY ๐Ÿ”’
FREEZER_VALUE_COMPRESSION ๐Ÿ”’
FREEZER_VALUE_TARGET_SIZE ๐Ÿ”’
IMMUTABLE_ITEMS_PER_SECTION ๐Ÿ”’
MAX_REPAIR ๐Ÿ”’
PRUNABLE_ITEMS_PER_SECTION ๐Ÿ”’
REPLAY_BUFFER ๐Ÿ”’
WRITE_BUFFER ๐Ÿ”’

Functionsยง

init_finalizations_archive ๐Ÿ”’
init_finalized_blocks_archive ๐Ÿ”’
Initialize the finalized blocks archive with the standard format.