Versions in this module Expand all Collapse all v1 v1.0.0 May 14, 2020 Changes in this version + const Denom + const Fee2Denom + const FeeDenom + const FooDenom + const KeyBar + const KeyBaz + const KeyFoo + const KeyFooBarBaz + const KeyVesting + var StartCoins = sdk.NewCoins(sdk.NewCoin(Fee2Denom, sdk.TokensFromConsensusPower(1000000)), ...) + var TotalCoins = sdk.NewCoins(sdk.NewCoin(Fee2Denom, sdk.TokensFromConsensusPower(2000000)), ...) + var VestingCoins = sdk.NewCoins(sdk.NewCoin(FeeDenom, sdk.TokensFromConsensusPower(500000))) + func AddFlags(cmd string, flags []string) string + func ExecuteWrite(t *testing.T, cmdStr string, writes ...string) (exitSuccess bool) + func ExecuteWriteCheckErr(t *testing.T, cmdStr string, writes ...string) + func ExecuteWriteRetStdStreams(t *testing.T, cmdStr string, writes ...string) (bool, string, string) + func MarshalStdTx(t require.TestingT, c *codec.Codec, stdTx auth.StdTx) []byte + func UnmarshalStdTx(t require.TestingT, c *codec.Codec, s string) (stdTx auth.StdTx) + type Fixtures struct + BuildDir string + Cdc *codec.Codec + ChainID string + P2PAddr string + Port string + RPCAddr string + RootDir string + SimcliBinary string + SimcliHome string + SimdBinary string + SimdHome string + T *testing.T + func InitFixtures(t *testing.T) (f *Fixtures) + func NewFixtures(t *testing.T) *Fixtures + func (f *Fixtures) AddGenesisAccount(address sdk.AccAddress, coins sdk.Coins, flags ...string) + func (f *Fixtures) CLIConfig(key, value string, flags ...string) + func (f *Fixtures) Cleanup(dirs ...string) + func (f *Fixtures) CollectGenTxs(flags ...string) + func (f *Fixtures) Flags() string + func (f *Fixtures) GenTx(name string, flags ...string) + func (f *Fixtures) KeyAddress(name string) sdk.AccAddress + func (f *Fixtures) KeysAdd(name string, flags ...string) + func (f *Fixtures) KeysAddRecover(name, mnemonic string, flags ...string) (exitSuccess bool, stdout, stderr string) + func (f *Fixtures) KeysAddRecoverHDPath(name, mnemonic string, account uint32, index uint32, flags ...string) + func (f *Fixtures) KeysDelete(name string, flags ...string) + func (f *Fixtures) KeysShow(name string, flags ...string) keyring.KeyOutput + func (f *Fixtures) QueryTxs(page, limit int, events ...string) *sdk.SearchTxsResult + func (f *Fixtures) SDInit(moniker string, flags ...string) + func (f *Fixtures) SDStart(flags ...string) *tests.Process + func (f *Fixtures) SDTendermint(query string) string + func (f *Fixtures) UnsafeResetAll(flags ...string) + func (f *Fixtures) ValidateGenesis() + func (f Fixtures) GenesisFile() string + func (f Fixtures) GenesisState() simapp.GenesisState v1.0.0-playground Jul 8, 2020