package
0.3.10
Repository: https://github.com/prysmaticlabs/go-ethereum.git
Documentation: pkg.go.dev

# Functions

NewKVStore initializes a new boltDB key-value store at the directory path specified, creates the kv-buckets based on the schema, and stores an open connection db object as a property of the Store struct.

# Constants

NumOfVotes specifies the vote cache size.
VotesCacheSize with 1M validators will be 8MB.

# Variables

BlockCacheSize specifies 1000 slots worth of blocks cached, which would be approximately 2MB.

# Structs

Store defines an implementation of the Prysm Database interface using BoltDB as the underlying persistent kv-store for eth2.