package
1.2.0-dhobyghaut
Repository: https://github.com/functionx/fx-core.git
Documentation: pkg.go.dev

# Packages

This package is only intended to be used for testing core IBC.

# Functions

CreateSortedSignerArray takes two PrivValidators, and the corresponding Validator structs (including voting power).
GenerateKeys generates a new set of secp256k1 private keys and public keys.
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.
NewSolomachine returns a new solomachine instance with an `nKeys` amount of generated private/public key pairs and a sequence starting at 1.
NewTestChain initializes a new TestChain instance with a single validator set using a generated private key.

# 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
used for testing UpdateClientProposal.
No description provided by the author
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
No description provided by the author
Default 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

# Structs

Coordinator is a testing struct which contains N TestChain's.
Solomachine is a testing helper used to simulate a counterparty solo machine client.
TestChain is a testing struct that wraps a simapp with the last TM Header, the current ABCI header and the validators of the TestChain.
TestChannel is a testing helper struct to keep track of the portID and channelID used in creating and interacting with a channel.
TestConnection is a testing helper struct to keep track of the connectionID, source clientID, counterparty clientID, and the next channel version used in creating and interacting with a connection.