# README

testing package for ibc

Customized version of cosmos-sdk x/ibc/testing and CosmWasm wasmd x/wasm/ibctesting

# Functions

CreateSortedSignerArray takes two PrivValidators, and the corresponding Validator structs (including voting power).
GetChainID returns the chainID used for the provided index.
MakeBlockID copied unimported test functions from tmtypes to use them here.
NewCoordinator initializes Coordinator with N TestChain's.
NewDefaultEndpoint constructs a new endpoint using default values.
NewPath constructs an endpoint for each chain using the default values for the endpoints.
NewTestChain initializes a new TestChain instance with a single validator set using a generated private key.
No description provided by the author

# Constants

No description provided by the author

# Variables

No description provided by the author

# Structs

Coordinator is a testing struct which contains N TestChain's.
Endpoint is a which represents a channel endpoint and its associated client and connections.
No description provided by the author
Path contains two endpoints representing two chains connected over IBC.
TestChain is a testing struct that wraps a simapp with the last TM Header, the current ABCI header and the validators of the TestChain.
No description provided by the author