Documentation ¶
Index ¶
- func GaiaAppIniter() (ibctesting.TestingApp, map[string]json.RawMessage)
- func GaiaAppIniterTempDir() (ibctesting.TestingApp, map[string]json.RawMessage)
- func OverrideSendMsgs(chains map[string]*ibctesting.TestChain, feeAmount sdk.Coin, gasLimit uint64)
- func SendMsgsOverride(chain *ibctesting.TestChain, feeAmount sdk.Coin, gasLimit uint64, ...) (*abci.ExecTxResult, error)
- func SignAndDeliver(tb testing.TB, txCfg client.TxConfig, app *bam.BaseApp, msgs []sdk.Msg, ...) (*abci.ResponseFinalizeBlock, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GaiaAppIniter ¶
func GaiaAppIniter() (ibctesting.TestingApp, map[string]json.RawMessage)
GaiaAppIniter implements ibctesting.AppIniter for the gaia app
func GaiaAppIniterTempDir ¶
func GaiaAppIniterTempDir() (ibctesting.TestingApp, map[string]json.RawMessage)
Some tests require a random directory to be created when running IBC testing suite with gaia. This is due to how CosmWasmVM initializes the VM - all IBC testing apps must have different dirs so they don't conflict.
func OverrideSendMsgs ¶
SendMsgs() behavior must be changed since the default one uses zero fees
func SendMsgsOverride ¶
func SendMsgsOverride(chain *ibctesting.TestChain, feeAmount sdk.Coin, gasLimit uint64, msgs ...sdk.Msg) (*abci.ExecTxResult, error)
func SignAndDeliver ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.