Versions in this module Expand all Collapse all v7 v7.0.1 Sep 8, 2023 v7.0.0 Aug 15, 2023 Changes in this version + const BlockTimeSeconds + func AttributeValue(events []abcitypes.Event, eventType, attrKey string) (string, bool) + type PrivValidatorKey struct + Type string + Value string + type PrivValidatorKeyFile struct + Address string + PrivKey PrivValidatorKey + PubKey PrivValidatorKey + type TendermintNode struct + Chain ibc.Chain + Client rpcclient.Client + DockerClient *dockerclient.Client + Image ibc.DockerImage + Index int + Log *zap.Logger + NetworkID string + TestName string + VolumeName string + func NewTendermintNode(log *zap.Logger, i int, c ibc.Chain, dockerClient *dockerclient.Client, ...) *TendermintNode + func (tn *TendermintNode) Bind() []string + func (tn *TendermintNode) CreateNodeContainer(ctx context.Context, additionalFlags ...string) error + func (tn *TendermintNode) Exec(ctx context.Context, cmd []string, env []string) ([]byte, []byte, error) + func (tn *TendermintNode) GenesisFileContent(ctx context.Context) ([]byte, error) + func (tn *TendermintNode) GetConfigSeparator() (string, error) + func (tn *TendermintNode) Height(ctx context.Context) (uint64, error) + func (tn *TendermintNode) HomeDir() string + func (tn *TendermintNode) HostName() string + func (tn *TendermintNode) InitFullNodeFiles(ctx context.Context) error + func (tn *TendermintNode) InitHomeFolder(ctx context.Context, mode string) error + func (tn *TendermintNode) InitValidatorFiles(ctx context.Context) error + func (tn *TendermintNode) Name() string + func (tn *TendermintNode) NewClient(addr string) error + func (tn *TendermintNode) NodeID(ctx context.Context) (string, error) + func (tn *TendermintNode) OverwriteGenesisFile(ctx context.Context, content []byte) error + func (tn *TendermintNode) SetConfigAndPeers(ctx context.Context, peers string) error + func (tn *TendermintNode) StartContainer(ctx context.Context) error + func (tn *TendermintNode) StopContainer(ctx context.Context) error + type TendermintNodes []*TendermintNode + func (tn TendermintNodes) LogGenesisHashes(ctx context.Context) error + func (tn TendermintNodes) PeerString(ctx context.Context, node *TendermintNode) string