# Packages
No description provided by the author
# Functions
ExecCommitBlock executes and commits a block on the proxyApp without validating or mutating the state.
LoadABCIResponses loads the ABCIResponses for the given height from the database.
LoadConsensusParams loads the ConsensusParams for a given height.
LoadState loads the State from the database.
LoadStateFromDBOrGenesisDoc loads the most recent state from the database, or creates a new one from the given genesisDoc and persists the result to the database.
LoadStateFromDBOrGenesisFile loads the most recent state from the database, or creates a new one from the given genesisFilePath and persists the result to the database.
LoadValidators loads the ValidatorSet for a given height.
MakeGenesisDocFromFile reads and unmarshals genesis doc from the given file.
MakeGenesisState creates state from types.GenesisDoc.
MakeGenesisStateFromFile reads and unmarshals state from the given file.
NewABCIResponses returns a new ABCIResponses.
NewBlockExecutor returns a new BlockExecutor with a NopEventBus.
SaveState persists the State, the ValidatorsInfo, and the ConsensusParamsInfo to the database.
VerifyEvidence verifies the evidence fully by checking it is internally consistent and sufficiently recent.
# Structs
ABCIResponses retains the responses of the various ABCI calls during block processing.
BlockExecutor provides the context and accessories for properly executing a block.
ConsensusParamsInfo represents the latest consensus params, or the last height it changed.
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
No description provided by the author
No description provided by the author
State is a short description of the latest committed block of the Tendermint consensus.
ValidatorsInfo represents the latest validator set, or the last height it changed.
# Type aliases
No description provided by the author
No description provided by the author