batchstore

package
v0.9.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2023 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Capacity = exp2(22)

Capacity is the number of chunks in reserve. `2^22` (4194304) was chosen to remain relatively near the current 5M chunks ~25GB.

View Source
var ErrNotFound = errors.New("batchstore: not found")

ErrNotFound signals that the element was not found.

View Source
var ErrStorageRadiusExceeds = errors.New("batchstore: storage radius must not exceed reserve radius")

Functions

func New

func New(st storage.StateStorer, ev evictFn, logger log.Logger) (voucher.Storer, error)

New constructs a new voucher batch store. It initialises both chain state and reserve state from the persistent state store.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL