Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TMCoreSemVer is the current version of Tendermint Core. // It's the Semantic Version of the software. // Must be a string because scripts like dist.sh read this file. TMCoreSemVer = "0.26.1" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.15.0" ABCIVersion = ABCISemVer )
Variables ¶
View Source
var ( // GitCommit is the current HEAD set using ldflags. GitCommit string // Version is the built softwares version. Version string = TMCoreSemVer )
Functions ¶
This section is empty.
Types ¶
type App ¶
App includes the protocol and software version for the application. This information is included in ResponseInfo. The App.Protocol can be updated in ResponseEndBlock.
type Consensus ¶
Consensus captures the consensus rules for processing a block in the blockchain, including all blockchain data structures and the rules of the application's state transition machine.
Click to show internal directories.
Click to hide internal directories.