Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGRPCClient ¶
func GetGRPCClient(conf *cfg.Config) core_grpc.BroadcastAPIClient
func NewTendermint ¶
func NewTendermint(app abci.Application, opts *Options) *nm.Node
NewTendermint creates a new tendermint server and sleeps forever
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 ¶
StopTendermint stops a test tendermint server, waits until it's stopped and cleans up test/config files.
func SuppressStdout ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.