Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChainIDPrefix = "evmos_9000-"
ChainIDPrefix defines the default chain ID prefix for Evmos test chains
Functions ¶
func SetupTestingApp ¶
func SetupTestingApp() (*app.App, app.GenesisState)
Types ¶
type EmptyAppOptions ¶
type EmptyAppOptions struct{}
EmptyAppOptions is a stub implementing AppOptions
func (EmptyAppOptions) Get ¶
func (ao EmptyAppOptions) Get(o string) interface{}
Get implements AppOptions
type IBCTestUtilSuite ¶
type IBCTestUtilSuite struct { suite.Suite Coordinator *ibctesting.Coordinator // testing chains used for convenience and readability HubChain *ibctesting.TestChain RollAppChain *ibctesting.TestChain }
IBCTestUtilSuite is a testing suite to test keeper functions.
func (*IBCTestUtilSuite) NewTransferPath ¶
func (suite *IBCTestUtilSuite) NewTransferPath(chainA, chainB *ibctesting.TestChain) *ibctesting.Path
func (*IBCTestUtilSuite) SetupTest ¶
func (suite *IBCTestUtilSuite) SetupTest(rollAppDenom string)
SetupTest creates a coordinator with 2 test chains.
Click to show internal directories.
Click to hide internal directories.