version

package
v0.35.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2021 License: Apache-2.0 Imports: 1 Imported by: 789

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.35.0-unreleased"

	// ABCISemVer is the semantic version of the ABCI library
	ABCISemVer = "0.17.0"

	ABCIVersion = ABCISemVer
)

Variables

View Source
var (
	// P2PProtocol versions all p2p behavior and msgs.
	// This includes proposer selection.
	P2PProtocol uint64 = 8

	// BlockProtocol versions all block data structures and processing.
	// This includes validity of blocks and state updates.
	BlockProtocol uint64 = 11
)
View Source
var (
	TMVersion = TMVersionDefault
)

Functions

This section is empty.

Types

type Consensus

type Consensus struct {
	Block uint64 `json:"block"`
	App   uint64 `json:"app"`
}

func (Consensus) ToProto added in v0.35.0

func (c Consensus) ToProto() tmversion.Consensus

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL