Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Proposals and voting

Kenny Rowe edited this page May 10, 2021 · 2 revisions

Query a proposal by id:

ag-cosmos-helper query gov proposal 1

Expected result:

content:
  '@type': /cosmos.params.v1beta1.ParameterChangeProposal
  changes:
  - key: SlashFractionDowntime
    subspace: slashing
    value: '"0.0"'
  description: Stop slashing for downtime
  title: Slashing Param Change
deposit_end_time: "2021-05-12T00:32:43.856848575Z"
final_tally_result:
  abstain: "0"
  "no": "0"
  no_with_veto: "0"
  "yes": "0"
proposal_id: "1"
status: PROPOSAL_STATUS_VOTING_PERIOD
submit_time: "2021-05-10T00:32:43.856848575Z"
total_deposit:
- amount: "1000000"
  denom: ubld
voting_end_time: "2021-05-12T00:32:43.856848575Z"
voting_start_time: "2021-05-10T00:32:43.856848575Z"

Get proposer address:

ag-cosmos-helper query gov proposer 1

Expected result:

proposal_id: "1"
proposer: agoric1hr29lkgsdzdr0jdpa0tfzjgrm0vnd339qde52l

Vote for a proposal:

ag-cosmos-helper tx gov vote <proposal_ID> <yes/no/no_with_veto/abstain> --from <name_of_your_key> --chain-id=agorictest-11 --gas=auto --keyring-dir=$HOME/.ag-cosmos-helper

Clone this wiki locally