# Packages
No description provided by the author
# Functions
AssertEvents asserts that expected events are present in the actual events.
AssertEventsLegacy asserts that expected events are present in the actual events.
GetChainID returns the chainID used for the provided index.
GetChainID returns the chainID used for the provided index.
MakeBlockID copied unimported test functions from cmttypes to use them here.
No description provided by the author
No description provided by the author
NewCoordinator initializes Coordinator with N EVM TestChain's (canto apps) and M Cosmos chains (Simulation Apps).
NewDefaultEndpoint constructs a new endpoint using default values.
NewEndpoint constructs a new endpoint without the counterparty.
NewPath constructs an endpoint for each chain using the default values for the endpoints.
No description provided by the author
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.
NewTestChain initializes a new TestChain instance with a single validator set using a generated private key.
NewTestChainWithValSet initializes a new TestChain instance with the given validator set and signer array.
NewTransferPath constructs a new path between each chain suitable for use with the transfer module.
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.
ParseClientIDFromEvents parses events emitted from a MsgCreateClient and returns the client identifier.
ParseConnectionIDFromEvents parses events emitted from a MsgConnectionOpenInit or MsgConnectionOpenTry and returns the connection identifier.
ParsePacketFromEvents parses events emitted from a MsgRecvPacket and returns the acknowledgement.
ParseProposalIDFromEvents parses events emitted from MsgSubmitProposal and returns proposalID.
No description provided by the author
SetupTestingApp initializes the IBC-go testing application.
SetupWithGenesisValSet initializes a new SimApp with a validator set and genesis accounts that also act as delegators.
SetupWithGenesisValSet initializes a new SimApp with a validator set and genesis accounts that also act as delegators.
VoteAndCheckProposalStatus votes on a gov proposal, checks if the proposal has passed, and returns an error if it has not with the failure reason.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
used for testing proposals.
Application Ports.
Default params constants used to create a TM client.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
ChainIDPrefix defines the default chain ID prefix for canto test chains.
to disable revision format, set ChainIDSuffix to "".
No description provided by the author
No description provided by the author
No description provided by the author
DefaultTrustLevel sets params variables used to create a TM client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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
Coordinator is a testing struct which contains N TestChain's.
Endpoint is a which represents a channel endpoint and its associated client and connections.
Path contains two endpoints representing two chains connected over IBC.
No description provided by the author
No description provided by the author
TestChain is a testing struct that wraps a simapp with the last TM Header, the current ABCI header and the validators of the TestChain.
# Type aliases
No description provided by the author