Versions in this module Expand all Collapse all v3 v3.0.1 Dec 28, 2023 v3.0.0 Dec 23, 2022 Changes in this version + func CompactRange(dbHandle protocol.DBHandle, logger protocol.Logger) + func ConcurrentWriteBatch(batches []protocol.StoreBatcher, writeFunc conCurfunc, blockHeight uint64) error + func ConstructDBIndexInfo(blkIndex *storePb.StoreInfo, offset, byteLen uint64) []byte + func DecodeValueToIndex(blockIndexByte []byte) (*storePb.StoreInfo, error) + func ElapsedMillisSeconds(start time.Time) int64 + func PathExists(path string) (bool, error)