MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / Bootstrap

Method Bootstrap

state/store.go:74–74  ·  view source on GitHub ↗

Bootstrap is used for bootstrapping state when not starting from a initial height.

(State)

Source from the content-addressed store, hash-verified

72 SaveABCIResponses(int64, *tmstate.ABCIResponses) error
73 // Bootstrap is used for bootstrapping state when not starting from a initial height.
74 Bootstrap(State) error
75 // PruneStates takes the height from which to start prning and which height stop at
76 PruneStates(int64, int64) error
77 // Close closes the connection with the database

Callers 3

setupStateStoreFunction · 0.95
startStateSyncFunction · 0.65
startStateSyncFunction · 0.65

Calls

no outgoing calls

Tested by 1

setupStateStoreFunction · 0.76