Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TMVersionDefault is the used as the fallback version of Tendermint Core // when not using git describe. It is formatted with semantic versioning. TMVersionDefault = "0.34.24" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.17.0" ABCIVersion = ABCISemVer )
Variables ¶
View Source
var TMCoreSemVer = TMVersionDefault
Functions ¶
This section is empty.
Types ¶
type App ¶ added in v1.0.3
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 ¶ added in v1.0.3
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.