Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: the vote transaction executed by grantee is not displayed in the proposal vote #485

Open
4 tasks
heejin-github opened this issue Feb 8, 2023 · 1 comment

Comments

@heejin-github
Copy link

Summary of Bug

If grantee vote on proposal represent granter, explorer cannot display it on proposal votes.

  1. DSRV Validator grant vote authorization to grantee address.
  1. execute vote transaction for proposal 46 from grantee
  1. check vote status in explorer. but, cannot found DSRV Validator(granter) vote status
  1. check vote status from on-chain. voted well.
$ provenanced q gov vote 46 pb1s9f4e20xtqrk9tdfhhpavrf26cqjr4eyyxgzpj --node https://rpc.provenance.io:443
metadata: ""
options:
- option: VOTE_OPTION_YES
  weight: "1.000000000000000000"
proposal_id: "46"
voter: pb1s9f4e20xtqrk9tdfhhpavrf26cqjr4eyyxgzpj

Version

v3.5.0

Steps to Reproduce

  1. granter grant the vote authorization for /cosmos.gov.v1.MsgVote type of Msg to grantee.
$ provenanced tx authz grant <GRANTEE> generic --msg-type=/cosmos.gov.v1.MsgVote --from <GRANTER> --chain-id pio-mainnet-1
  1. grantee execute vote transaction represent granter.
provenanced tx authz exec <VOTE DATA JSON> --from <GRANTEE> --gas auto --gas-prices 1905nhash --chain-id pio-mainnet-1
  1. find proposal vote status in governance proposal details.

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@heejin-github
Copy link
Author

This issue was fixed.
authz vote tx displayed well in proposal dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant