# README
This package is based on this version.
# Functions
CreateSortedSignerArray takes two PrivValidators, and the corresponding Validator structs (including voting power).
No description provided by the author
No description provided by the author
GenerateKeys generates a new set of secp256k1 private keys and public keys.
GetChainID returns the chainID used for the provided index.
No description provided by the author
No description provided by the author
MakeBlockID copied unimported test functions from tmtypes to use them here.
No description provided by the author
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.
No description provided by the author
SetupWithGenesisValSet initializes a new SimApp with a validator set and genesis accounts that also act as delegators.
# 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
used for testing UpdateClientProposal.
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
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
# 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.
# Interfaces
No description provided by the author