integration

package
v0.0.0-...-9aa21c9 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2021 License: MIT Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	FlushIDKey = hexutils.HexToBytes("0068c2927bf842c3e9e2f1364494a33a752db334b9a819534bc9f17d2c3b4e5970008ff519d35a86f29fcaa5aae706b75dee871f65f174fcea1747f2915fc92158f6bfbf5eb79f65d16225738594bffb0c")
)

Functions

func CheckDBList

func CheckDBList(names []string) error

func DBProducer

func DBProducer(chaindataDir string, scale cachescale.Func) kvdb.IterableDBProducer

func MakeEngine

MakeEngine makes consensus engine from config.

func NewIntegration

func NewIntegration(ctx *adapters.ServiceContext, genesis InputGenesis, stack *node.Node) *gossip.Service

NewIntegration creates gossip service for the integration test

func SetAccountKey

func SetAccountKey(
	am *accounts.Manager, key *ecdsa.PrivateKey, pswd string,
) (
	acc accounts.Account,
)

SetAccountKey sets key into accounts manager and unlocks it with pswd.

Types

type Configs

type Configs struct {
	Opera          gossip.Config
	OperaStore     gossip.StoreConfig
	Lachesis       abft.Config
	LachesisStore  abft.StoreConfig
	VectorClock    vecmt.IndexConfig
	AllowedGenesis map[uint64]hash.Hash
}

type DummyFlushableProducer

type DummyFlushableProducer struct {
	kvdb.DBProducer
}

func (*DummyFlushableProducer) Flush

func (p *DummyFlushableProducer) Flush(_ []byte) error

func (*DummyFlushableProducer) NotFlushedSizeEst

func (p *DummyFlushableProducer) NotFlushedSizeEst() int

type GenesisMismatchError

type GenesisMismatchError struct {
	Stored, New hash.Hash
}

GenesisMismatchError is raised when trying to overwrite an existing genesis block with an incompatible one.

func (*GenesisMismatchError) Error

func (e *GenesisMismatchError) Error() string

Error implements error interface.

type GossipStoreAdapter

type GossipStoreAdapter struct {
	*gossip.Store
}

func (*GossipStoreAdapter) GetEvent

func (g *GossipStoreAdapter) GetEvent(id hash.Event) dag.Event

type InputGenesis

type InputGenesis struct {
	Hash  hash.Hash
	Read  func(*genesisstore.Store) error
	Close func() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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