simple_node_set

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2024 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultHTTPPortStaticRangeStart = 10000
	DefaultP2PStaticRangeStart      = 12000
)

Variables

This section is empty.

Functions

func FundNodes added in v0.2.8

func FundNodes(c *ethclient.Client, nodes []*clclient.ChainlinkClient, pkey string, ethAmount float64) error

FundNodes funds Chainlink nodes with N ETH each

func SendETH added in v0.2.8

func SendETH(client *ethclient.Client, privateKeyHex string, toAddress string, amount *big.Float) error

Types

type Input

type Input struct {
	Nodes              int             `toml:"nodes" validate:"required"`
	HTTPPortRangeStart int             `toml:"http_port_range_start"`
	P2PPortRangeStart  int             `toml:"p2p_port_range_start"`
	DlvPortRangeStart  int             `toml:"dlv_port_range_start"`
	OverrideMode       string          `toml:"override_mode" validate:"required,oneof=all each"`
	DbInput            *postgres.Input `toml:"db" validate:"required"`
	NodeSpecs          []*clnode.Input `toml:"node_specs" validate:"required"`
	Out                *Output         `toml:"out"`
}

Input is a node set configuration input

type Output

type Output struct {
	UseCache bool             `toml:"use_cache"`
	DBOut    *postgres.Output `toml:"db_out"`
	CLNodes  []*clnode.Output `toml:"cl_nodes"`
}

Output is a node set configuration output, used for caching or external components

func NewSharedDBNodeSet

func NewSharedDBNodeSet(in *Input, bcOut *blockchain.Output) (*Output, error)

NewSharedDBNodeSet create a new node set with a shared database instance all the nodes have their own isolated database

func UpgradeNodeSet added in v0.2.0

func UpgradeNodeSet(in *Input, bc *blockchain.Output, wait time.Duration) (*Output, error)

UpgradeNodeSet updates nodes configuration TOML files this API is discouraged, however, you can use it if nodes require restart or configuration updates, temporarily!

Jump to

Keyboard shortcuts

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