softforks

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: May 13, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TagToForkInfo map[string]ForkInfo

Functions

func Init

func Init()

不自動init了,會給很多其他引用模塊帶來麻煩

func V1_0_2_3233

func V1_0_2_3233(blockHeight int64) bool

V1_0_2_3233 softfork version for 1.0.2.3233

func V2_1_1_16261

func V2_1_1_16261(blockHeight int64) bool

V2_1_1_16261 softfork version for 2.1.1.16261

Types

type ForkInfo

type ForkInfo struct {
	Tag               string `json:"tag,omitempty"`               //Tag, contains the former released version
	EffectBlockHeight int64  `json:"effectBlockHeight,omitempty"` // Effect Block Height
	Description       string `json:"description,omitempty"`       // Description for the fork
}

具体含义请参考 gichain.yaml

Jump to

Keyboard shortcuts

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