activations

package
v6.5.0-p2p2-beta2+inco... Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 4 more Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TESTNET_COINBASE_PERIOD = iota // 1 -- this is a passing activation and this ID may be reused once that height is passes and the references are removed
	//
	ACTIVATION_TYPE_COUNT = iota - 1 // Always Last
)

Variables

View Source
var ActivationMap map[ActivationType]Activation
View Source
var ActivationNameMap map[ActivationType]string

Functions

func IsActive

func IsActive(id ActivationType, height int) bool

IsActive returns whether the input activation is 'on' at the input height

Types

type Activation

type Activation struct {
	Name             string
	Id               ActivationType
	Description      string
	DefaultHeight    int            // height of activation on nets not expressly listed (math.MaxInt32 means never)
	ActivationHeight map[string]int // this maps a network Name to the height for that network for the feature to activate
}

type ActivationType

type ActivationType int

func (ActivationType) String

func (id ActivationType) String() string

String converts an Activation ID to a name

Jump to

Keyboard shortcuts

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