testutil

package
v7.3.0-rc3 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: Apache-2.0 Imports: 45 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BankGenesisState

func BankGenesisState(cdc codec.Codec, genesisState app.GenesisState) app.GenesisState

func DefaultNetworkConfig

func DefaultNetworkConfig(encCfg app.EncodingConfig, opts ...func(config *network.Config)) network.Config

DefaultNetworkConfig returns a sane default configuration suitable for nearly all testing requirements.

func GovGenesisState

func GovGenesisState(cdc codec.Codec, genesisState app.GenesisState, votingPeriod time.Duration) app.GenesisState

func IbcGenesisState

func IbcGenesisState(cdc codec.Codec, genesisState app.GenesisState) app.GenesisState

func MakeTestTxConfig

func MakeTestTxConfig() client.TxConfig

func NoSupplyGenesisState

func NoSupplyGenesisState(cdc codec.Codec) app.GenesisState

func SlashingGenesisState

func SlashingGenesisState(cdc codec.Codec, genesisState app.GenesisState, signedBlocksWindow int64, minSignedPerWindow sdk.Dec, downtimeJailDuration time.Duration) app.GenesisState

Types

type TestBuilderTxConfig

type TestBuilderTxConfig struct {
	client.TxConfig
	TxBuilder *TestTxBuilder
}

func MakeBuilderTestTxConfig

func MakeBuilderTestTxConfig() TestBuilderTxConfig

func (TestBuilderTxConfig) NewTxBuilder

func (cfg TestBuilderTxConfig) NewTxBuilder() client.TxBuilder

type TestContext

type TestContext struct {
	Ctx sdk.Context
	DB  *dbm.MemDB
	CMS store.CommitMultiStore
}

func DefaultContextWithDB

func DefaultContextWithDB(t *testing.T, key storetypes.StoreKey, tkey storetypes.StoreKey) TestContext

type TestEncodingConfig

type TestEncodingConfig struct {
	InterfaceRegistry types.InterfaceRegistry
	Codec             codec.Codec
	TxConfig          client.TxConfig
	Amino             *codec.LegacyAmino
}

TestEncodingConfig defines an encoding configuration that is used for testing purposes. Note, MakeTestEncodingConfig takes a series of AppModuleBasic types which should only contain the relevant module being tested and any potential dependencies.

func MakeTestEncodingConfig

func MakeTestEncodingConfig(modules ...module.AppModuleBasic) TestEncodingConfig

type TestTxBuilder

type TestTxBuilder struct {
	client.TxBuilder
	ExtOptions []*types.Any
}

func (*TestTxBuilder) SetExtensionOptions

func (b *TestTxBuilder) SetExtensionOptions(extOpts ...*types.Any)

Directories

Path Synopsis
Package network implements and exposes a fully operational in-process Tendermint test network that consists of at least one or potentially many validators.
Package network implements and exposes a fully operational in-process Tendermint test network that consists of at least one or potentially many validators.

Jump to

Keyboard shortcuts

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