package
0.0.0-20200624065002-44c09abdf7b1
Repository: https://github.com/bcbchain/tendermint.git
Documentation: pkg.go.dev

# 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.
No description provided by the author
LoadBlockStoreStateJSON returns the BlockStoreStateJSON as loaded from disk.
LoadConsensusParams loads the ConsensusParams for a given height.
LoadLastState load the last height state from th database.
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.
No description provided by the author
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.

# Variables

return: config.GenesisFile(), config.ConfigFilePath(), config.DBDir(),config.ValidatorsFile(),config.PrivValidatorFile().
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ABCIResponses retains the responses of the various ABCI calls during block processing.
BlockExecutor provides the context and accessories for properly executing a block.
No description provided by the author
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
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