Documentation
¶
Index ¶
- func CreateAddr(t *testing.T, name, password string, kb crkeys.Keybase) (sdk.AccAddress, string)
- func GetConfig() *tmcfg.Config
- func GetKeyBase(t *testing.T) crkeys.Keybase
- func InitializeTestLCD(t *testing.T, nValidators int, initAddrs []sdk.AccAddress) (cleanup func(), valConsPubKeys []crypto.PubKey, valOperAddrs []sdk.ValAddress, ...)
- func Request(t *testing.T, port, method, path string, payload []byte) (*http.Response, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAddr ¶
CreateAddr adds an address to the key store and returns an address and seed. It also requires that the key could be created.
func GetKeyBase ¶
GetKeyBase returns the LCD test keybase. It also requires that a directory could be made and a keybase could be fetched.
NOTE: memDB cannot be used because the request is expecting to interact with the default location.
func InitializeTestLCD ¶
func InitializeTestLCD( t *testing.T, nValidators int, initAddrs []sdk.AccAddress, ) (cleanup func(), valConsPubKeys []crypto.PubKey, valOperAddrs []sdk.ValAddress, port string)
InitializeTestLCD starts Tendermint and the LCD in process, listening on their respective sockets where nValidators is the total number of validators and initAddrs are the accounts to initialize with some steak tokens. It returns a cleanup function, a set of validator public keys, and a port.
Types ¶
This section is empty.