package
0.55.0-beta.1
Repository: https://github.com/cosmwasm/wasmd.git
Documentation: pkg.go.dev

# README

testing package for ibc

Customized version of cosmos-sdk x/ibc/testing

# Functions

CloseChannel close channel on both sides.
DefaultWasmAppFactory instantiates and sets up the default wasmd app.
NewCoordinator initializes Coordinator with N TestChain's.
NewDefaultTestChain initializes a new test chain with a default of 4 validators Use this function if the tests do not need custom control over the validator set.
NewTestChain initializes a new test chain with a default of 4 validators Use this function if the tests do not need custom control over the validator set.
NewTestChainWithValSet initializes a new TestChain instance with the given validator set and signer array.
No description provided by the author
No description provided by the author
ParseAckFromEvents parses events emitted from a MsgRecvPacket and returns the acknowledgement.
ParseChannelIDFromEvents parses events emitted from a MsgChannelOpenInit or MsgChannelOpenTry and returns the channel identifier.
No description provided by the author
No description provided by the author
RelayAndAckPendingPackets sends pending packages from path.EndpointA to the counterparty chain and acks.
RelayPacketWithoutAck attempts to relay the packet first on EndpointA and then on EndpointB if EndpointA does not contain a packet commitment for that packet.
TimeoutPendingPackets returns the package to source chain to let the IBC app revert any operation.

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

ChainAppFactory abstract factory method that usually implemented by app.SetupWithGenesisValSet.