Documentation ¶
Index ¶
- func MsgDeposit(clientCtx client.Context, from, id, deposit string, extraArgs ...string) (testutil.BufferWriter, error)
- func MsgSubmitLegacyProposal(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
- func (s *DepositTestSuite) SetupNewSuite()
- func (s *DepositTestSuite) SetupSuite()
- func (s *DepositTestSuite) TearDownSuite()
- func (s *DepositTestSuite) TestQueryDepositsWithInitialDeposit()
- func (s *DepositTestSuite) TestQueryDepositsWithoutInitialDeposit()
- func (s *DepositTestSuite) TestQueryProposalAfterVotingPeriod()
- type 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) TestGetParamsGRPC()
- func (s *IntegrationTestSuite) TestGetProposalDepositGRPC()
- func (s *IntegrationTestSuite) TestGetProposalDepositsGRPC()
- func (s *IntegrationTestSuite) TestGetProposalGRPC()
- func (s *IntegrationTestSuite) TestGetProposalVoteGRPC()
- func (s *IntegrationTestSuite) TestGetProposalVotesGRPC()
- func (s *IntegrationTestSuite) TestGetProposalsGRPC()
- func (s *IntegrationTestSuite) TestGetTallyGRPC()
- func (s *IntegrationTestSuite) TestNewCmdDeposit()
- func (s *IntegrationTestSuite) TestNewCmdSubmitLegacyProposal()
- func (s *IntegrationTestSuite) TestNewCmdSubmitProposal()
- func (s *IntegrationTestSuite) TestNewCmdVote()
- func (s *IntegrationTestSuite) TestNewCmdWeightedVote()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MsgDeposit ¶
func MsgSubmitLegacyProposal ¶
func MsgSubmitLegacyProposal(clientCtx client.Context, from, title, description, proposalType string, extraArgs ...string) (testutil.BufferWriter, error)
MsgSubmitLegacyProposal creates a tx for submit legacy proposal
Types ¶
type DepositTestSuite ¶
func NewDepositTestSuite ¶
func NewDepositTestSuite(cfg network.Config) *DepositTestSuite
func (*DepositTestSuite) SetupNewSuite ¶
func (s *DepositTestSuite) SetupNewSuite()
func (*DepositTestSuite) SetupSuite ¶
func (s *DepositTestSuite) SetupSuite()
func (*DepositTestSuite) TearDownSuite ¶
func (s *DepositTestSuite) TearDownSuite()
func (*DepositTestSuite) TestQueryDepositsWithInitialDeposit ¶
func (s *DepositTestSuite) TestQueryDepositsWithInitialDeposit()
func (*DepositTestSuite) TestQueryDepositsWithoutInitialDeposit ¶
func (s *DepositTestSuite) TestQueryDepositsWithoutInitialDeposit()
func (*DepositTestSuite) TestQueryProposalAfterVotingPeriod ¶
func (s *DepositTestSuite) TestQueryProposalAfterVotingPeriod()
type IntegrationTestSuite ¶
func NewIntegrationTestSuite ¶
func NewIntegrationTestSuite(cfg network.Config) *IntegrationTestSuite
func (*IntegrationTestSuite) SetupSuite ¶
func (s *IntegrationTestSuite) SetupSuite()
func (*IntegrationTestSuite) TearDownSuite ¶
func (s *IntegrationTestSuite) TearDownSuite()
func (*IntegrationTestSuite) TestCmdGetProposal ¶
func (s *IntegrationTestSuite) TestCmdGetProposal()
func (*IntegrationTestSuite) TestCmdGetProposals ¶
func (s *IntegrationTestSuite) TestCmdGetProposals()
func (*IntegrationTestSuite) TestCmdParam ¶
func (s *IntegrationTestSuite) TestCmdParam()
func (*IntegrationTestSuite) TestCmdParams ¶
func (s *IntegrationTestSuite) TestCmdParams()
func (*IntegrationTestSuite) TestCmdProposer ¶
func (s *IntegrationTestSuite) TestCmdProposer()
func (*IntegrationTestSuite) TestCmdQueryDeposit ¶
func (s *IntegrationTestSuite) TestCmdQueryDeposit()
func (*IntegrationTestSuite) TestCmdQueryDeposits ¶
func (s *IntegrationTestSuite) TestCmdQueryDeposits()
func (*IntegrationTestSuite) TestCmdQueryVote ¶
func (s *IntegrationTestSuite) TestCmdQueryVote()
func (*IntegrationTestSuite) TestCmdQueryVotes ¶
func (s *IntegrationTestSuite) TestCmdQueryVotes()
func (*IntegrationTestSuite) TestCmdTally ¶
func (s *IntegrationTestSuite) TestCmdTally()
func (*IntegrationTestSuite) TestGetParamsGRPC ¶
func (s *IntegrationTestSuite) TestGetParamsGRPC()
func (*IntegrationTestSuite) TestGetProposalDepositGRPC ¶
func (s *IntegrationTestSuite) TestGetProposalDepositGRPC()
func (*IntegrationTestSuite) TestGetProposalDepositsGRPC ¶
func (s *IntegrationTestSuite) TestGetProposalDepositsGRPC()
func (*IntegrationTestSuite) TestGetProposalGRPC ¶
func (s *IntegrationTestSuite) TestGetProposalGRPC()
func (*IntegrationTestSuite) TestGetProposalVoteGRPC ¶
func (s *IntegrationTestSuite) TestGetProposalVoteGRPC()
func (*IntegrationTestSuite) TestGetProposalVotesGRPC ¶
func (s *IntegrationTestSuite) TestGetProposalVotesGRPC()
func (*IntegrationTestSuite) TestGetProposalsGRPC ¶
func (s *IntegrationTestSuite) TestGetProposalsGRPC()
func (*IntegrationTestSuite) TestGetTallyGRPC ¶
func (s *IntegrationTestSuite) TestGetTallyGRPC()
func (*IntegrationTestSuite) TestNewCmdDeposit ¶
func (s *IntegrationTestSuite) TestNewCmdDeposit()
func (*IntegrationTestSuite) TestNewCmdSubmitLegacyProposal ¶
func (s *IntegrationTestSuite) TestNewCmdSubmitLegacyProposal()
func (*IntegrationTestSuite) TestNewCmdSubmitProposal ¶
func (s *IntegrationTestSuite) TestNewCmdSubmitProposal()
func (*IntegrationTestSuite) TestNewCmdVote ¶
func (s *IntegrationTestSuite) TestNewCmdVote()
func (*IntegrationTestSuite) TestNewCmdWeightedVote ¶
func (s *IntegrationTestSuite) TestNewCmdWeightedVote()
Click to show internal directories.
Click to hide internal directories.