consensus

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2020 License: LGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CONSENSUS_DBFT = "dbft"
	CONSENSUS_SOLO = "solo"
	CONSENSUS_VBFT = "vbft"
)

Variables

This section is empty.

Functions

func InitPolicy

func InitPolicy()

Types

type ConsensusService

type ConsensusService interface {
	Start() error
	Halt() error
	GetPID() *actor.PID
}

func NewConsensusService

func NewConsensusService(consensusType string, account *account.Account, txpool *actor.PID, ledger *actor.PID, p2p *actor.PID) (ConsensusService, error)

type Policy

type Policy struct {
	PolicyLevel PolicyLevel
	List        []common.Address
}
var DefaultPolicy *Policy

func NewPolicy

func NewPolicy() *Policy

func (*Policy) Refresh

func (p *Policy) Refresh()

type PolicyLevel

type PolicyLevel byte
const (
	AllowAll  PolicyLevel = 0x00
	DenyAll   PolicyLevel = 0x01
	AllowList PolicyLevel = 0x02
	DenyList  PolicyLevel = 0x03
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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