# Functions
No description provided by the author
Tries to load the execution state from DB, returns nil with no error if no state found.
Initialises the validator Ring from the validator storage in forest.
Make genesis state from GenesisDoc and save to DB.
NewState creates a new State object.
No description provided by the author
# Constants
No description provided by the author
Since we have an initial save of our state forest we start one version ahead of the block height, but from then on we should track height by this offset.
# Variables
No description provided by the author
# Structs
This is the immutable merklised read state at a given finalised height.
No description provided by the author
No description provided by the author
Writers to state are responsible for calling State.Lock() before calling.
# Interfaces
No description provided by the author