Documentation ¶
Index ¶
Constants ¶
View Source
const ( TMCoreSemVer = "0.33.8" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.16.2" ABCIVersion = ABCISemVer )
Variables ¶
View Source
var ( // GitCommit is the current HEAD set using ldflags. GitCommit string // Version is the built softwares version. Version = 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.