rpctest

package
v0.31.8 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2019 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetConfig

func GetConfig(forceCreate ...bool) *cfg.Config

GetConfig returns a config for the test cases as a singleton

func GetGRPCClient

func GetGRPCClient() core_grpc.BroadcastAPIClient

func NewTendermint

func NewTendermint(app abci.Application, opts *Options) *nm.Node

NewTendermint creates a new tendermint server and sleeps forever

func RecreateConfig added in v0.31.6

func RecreateConfig(o *Options)

RecreateConfig instructs the RPC test to recreate the configuration each time, instead of treating it as a global singleton.

func StartTendermint

func StartTendermint(app abci.Application, opts ...func(*Options)) *nm.Node

StartTendermint starts a test tendermint server in a go routine and returns when it is initialized

func StopTendermint

func StopTendermint(node *nm.Node)

StopTendermint stops a test tendermint server, waits until it's stopped and cleans up test/config files.

func SuppressStdout added in v0.31.6

func SuppressStdout(o *Options)

SuppressStdout is an option that tries to make sure the RPC test Tendermint node doesn't log anything to stdout.

Types

type Options added in v0.31.6

type Options struct {
	// contains filtered or unexported fields
}

Options helps with specifying some parameters for our RPC testing for greater control.

Jump to

Keyboard shortcuts

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