node

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: Apache-2.0 Imports: 27 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node struct {
	service.BaseService

	P2P *p2p.Client

	// TODO(tzdybal): consider extracting "mempool reactor"
	Mempool mempool.Mempool

	Store store.Store

	TxIndexer      txindex.TxIndexer
	BlockIndexer   indexer.BlockIndexer
	IndexerService *txindex.IndexerService
	// contains filtered or unexported fields
}

Node represents a client node in Dymint network. It connects all the components and orchestrates their work.

func NewNode

func NewNode(ctx context.Context, conf config.NodeConfig, p2pKey crypto.PrivKey, signingKey crypto.PrivKey, clientCreator proxy.ClientCreator, genesis *tmtypes.GenesisDoc, logger log.Logger) (*Node, error)

NewNode creates new Dymint node.

func (*Node) EventBus

func (n *Node) EventBus() *tmtypes.EventBus

EventBus gives access to Node's event bus.

func (*Node) GetGenesis

func (n *Node) GetGenesis() *tmtypes.GenesisDoc

GetGenesis returns entire genesis doc.

func (*Node) GetGenesisChunks

func (n *Node) GetGenesisChunks() ([]string, error)

GetGenesisChunks returns chunked version of genesis.

func (*Node) GetLogger

func (n *Node) GetLogger() log.Logger

GetLogger returns logger.

func (*Node) OnReset

func (n *Node) OnReset() error

OnReset is a part of Service interface.

func (*Node) OnStart

func (n *Node) OnStart() error

OnStart is a part of Service interface.

func (*Node) OnStop

func (n *Node) OnStop()

OnStop is a part of Service interface.

func (*Node) ProxyApp

func (n *Node) ProxyApp() proxy.AppConns

ProxyApp returns ABCI proxy connections to communicate with application.

func (*Node) SetLogger

func (n *Node) SetLogger(logger log.Logger)

SetLogger sets the logger used by node.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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