consensus

package
v0.0.0-...-5632959 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2021 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Folder = cli.StringFlag{
		Name:  "folder",
		Usage: "Folder containing the logs",
	}
	Type = cli.StringFlag{
		Name:  "type",
		Usage: "Type of consensus test to perform [finalized_block_root|finalized_state_root|justified_block_root|justified_state_root]",
		Value: "finalized_block_root",
	}
	BlockchainFlag = cli.StringFlag{
		Name:  "blockchain",
		Usage: "[artemis|lighthouse|lodestar|prysm]",
		Value: "prysm",
	}
	TestOutputFile = cli.StringFlag{
		Name:  "testoutput",
		Usage: "JUnit XML output file",
	}
)
View Source
var (
	ConsensusTestCommand = cli.Command{
		Name:        "consensus",
		Usage:       "Tests consensus among hosts",
		Description: `Tests that all the hosts are in consensus`,
		Action:      consensusTest,
		Flags: []cli.Flag{
			Folder,
			Type,
			BlockchainFlag,
			TestOutputFile,
		},
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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