Versions in this module Expand all Collapse all v8 v8.0.3 Jan 27, 2022 v8.0.2 Jan 27, 2022 Changes in this version + type AppConstructor = func(val Validator) servertypes.Application + func NewAppConstructor(encodingCfg params.EncodingConfig) AppConstructor + type Config struct + AccountRetriever client.AccountRetriever + AccountTokens sdk.Int + AppConstructor AppConstructor + BondDenom string + BondedTokens sdk.Int + ChainID string + CleanupDir bool + Codec codec.Codec + EnableLogging bool + GenesisState map[string]json.RawMessage + InterfaceRegistry codectypes.InterfaceRegistry + KeyringOptions []keyring.Option + LegacyAmino *codec.LegacyAmino + MinGasPrices string + NumValidators int + PruningStrategy string + SigningAlgo string + StakingTokens sdk.Int + TimeoutCommit time.Duration + TxConfig client.TxConfig + func DefaultConfig() Config + type Network struct + BaseDir string + Config Config + T *testing.T + Validators []*Validator + func New(t *testing.T, cfg Config) *Network + func (n *Network) Cleanup() + func (n *Network) LatestHeight() (int64, error) + func (n *Network) WaitForHeight(h int64) (int64, error) + func (n *Network) WaitForHeightWithTimeout(h int64, t time.Duration) (int64, error) + func (n *Network) WaitForNextBlock() error + type Validator struct + APIAddress string + Address sdk.AccAddress + AppConfig *srvconfig.Config + ClientCtx client.Context + Ctx *server.Context + Dir string + Moniker string + NodeID string + P2PAddress string + PubKey cryptotypes.PubKey + RPCAddress string + RPCClient tmclient.Client + ValAddress sdk.ValAddress