package
0.0.0-20211013173720-bf93e6c56914
Repository: https://github.com/filecoin-project/ent.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
ExportSectors returns a channel iterating over all sector infos in miner actor state.
No description provided by the author
NewBlockstore creates a new blockstore wrapped by the given datastore.
No description provided by the author
No description provided by the author
NewTemporary returns a temporary blockstore.
NewTemporarySync returns a thread-safe temporary blockstore.
No description provided by the author
V0TreeMinerBalancse returns a map of every miner's balance info at the provided state tree.
WrapIDStore wraps the underlying blockstore in an "identity" blockstore.
# Constants
StateTreeVersion0 corresponds to actors < v2.
StateTreeVersion1 corresponds to actors >= v2.
# Variables
persist and load migration caches.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
BufferedBlockstore pushes all writes to an in memory cache blockstore and reads through this cache into a slower lotus blockstore backed by an on disk repo.
No description provided by the author
ChainStateIterator moves from tip to genesis emiting parent state roots of blocks.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
StateTreeVersion is the version of the state tree itself, independent of the network version or the actors version.