Versions in this module Expand all Collapse all v0 v0.45.26 May 2, 2022 v0.45.25 May 2, 2022 Changes in this version + func MsgDeposit(clientCtx client.Context, from, id, deposit string, extraArgs ...string) (testutil.BufferWriter, error) + func MsgSubmitProposal(clientCtx client.Context, from, title, description, proposalType string, ...) (testutil.BufferWriter, error) + func MsgVote(clientCtx client.Context, from, id, vote string, extraArgs ...string) (testutil.BufferWriter, error) + type DepositTestSuite struct + func NewDepositTestSuite(cfg network.Config) *DepositTestSuite + func (s *DepositTestSuite) SetupSuite() + func (s *DepositTestSuite) TearDownSuite() + func (s *DepositTestSuite) TestQueryDepositsInitialDeposit() + func (s *DepositTestSuite) TestQueryDepositsWithoutInitialDeposit() + func (s *DepositTestSuite) TestQueryProposalNotEnoughDeposits() + func (s *DepositTestSuite) TestRejectedProposalDeposits() + type IntegrationTestSuite struct + func NewIntegrationTestSuite(cfg network.Config) *IntegrationTestSuite + func (s *IntegrationTestSuite) SetupSuite() + func (s *IntegrationTestSuite) TearDownSuite() + func (s *IntegrationTestSuite) TestCmdGetProposal() + func (s *IntegrationTestSuite) TestCmdGetProposals() + func (s *IntegrationTestSuite) TestCmdParam() + func (s *IntegrationTestSuite) TestCmdParams() + func (s *IntegrationTestSuite) TestCmdProposer() + func (s *IntegrationTestSuite) TestCmdQueryDeposit() + func (s *IntegrationTestSuite) TestCmdQueryDeposits() + func (s *IntegrationTestSuite) TestCmdQueryVote() + func (s *IntegrationTestSuite) TestCmdQueryVotes() + func (s *IntegrationTestSuite) TestCmdTally() + func (s *IntegrationTestSuite) TestNewCmdDeposit() + func (s *IntegrationTestSuite) TestNewCmdSubmitProposal() + func (s *IntegrationTestSuite) TestNewCmdVote() + func (s *IntegrationTestSuite) TestNewCmdWeightedVote()