wintermute

package
v0.25.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2022 License: AGPL-3.0 Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Orchestrator

type Orchestrator struct {
	component.Component
	// contains filtered or unexported fields
}

Orchestrator encapsulates a stateful implementation of wintermute attack orchestrator logic.

func NewOrchestrator

func NewOrchestrator(allIds flow.IdentityList, corruptedIds flow.IdentityList, attackNetwork insecure.AttackNetwork, logger zerolog.Logger) *Orchestrator

func (*Orchestrator) HandleEventFromCorruptedNode

func (o *Orchestrator) HandleEventFromCorruptedNode(corruptedId flow.Identifier,
	channel network.Channel,
	event interface{},
	protocol insecure.Protocol,
	num uint32,
	targetIds ...flow.Identifier) error

HandleEventFromCorruptedNode implements logic of processing the events received from a corrupted node.

In Corruptible Conduit Framework for BFT testing, corrupted nodes relay their outgoing events to the attacker instead of dispatching them to the network.

Jump to

Keyboard shortcuts

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