Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TagToForkInfo map[string]ForkInfo
Functions ¶
func V1_0_2_3233 ¶
V1_0_2_3233 softfork version for 1.0.2.3233
func V2_1_1_16261 ¶
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
Click to show internal directories.
Click to hide internal directories.