version

package
v8.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2022 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ABCIAppSemVer is ABCI app version.
	ABCIAppSemVer = "8.0.0"

	// ABCIAppProtocolVersion is ABCI App protocol version.
	// Increment ONLY when backward compatibility is not possible or chain migration is needed.
	// Otherwise, new nodes won't be able to replay old blocks (created before ABCI code updates).
	ABCIAppProtocolVersion = 4
)

Variables

View Source
var (
	// GitCommit is the current HEAD set using ldflags.
	GitCommit string

	// Version is the built ABCI app version.
	Version string = ABCIAppSemVer

	// AppProtocolVersion is ABCI App protocol version.
	AppProtocolVersion uint64 = ABCIAppProtocolVersion
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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