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

proposals "status" check #94

Open
bro-n-bro-99 opened this issue Aug 15, 2023 · 3 comments · Fixed by #105
Open

proposals "status" check #94

bro-n-bro-99 opened this issue Aug 15, 2023 · 3 comments · Fixed by #105
Assignees
Labels
bug Something isn't working gov state table

Comments

@bro-n-bro-99
Copy link

Cosmos Hub prop #814 is in "voting period", however it shows in another status "deposit period" in the app
Screenshot 2023-08-15 at 18.26.56.png

@bro-n-bro-0
Copy link

@bro-n-bro-99
I see another thing
image

@bro-n-bro-0
Copy link

The same problem in prop 817
So, the trigger for deposit_period to voting period is the deposit transaction message

We have to check the proposal status every time after a deposit message transaction or we can find the proposal status in the tx_response like here /cosmos/tx/v1beta1/txs/E3476D0A93A38CCC317745C38EC596F7750317F987E191AB07441F7F82C88F64

{
   "type": "proposal_deposit",
   "attributes": [
      {
         "key": "amount",
         "value": "225000000uatom"
      },
      {
         "key": "proposal_id",
         "value": "817"
      },
      {
         "key": "voting_period_start",
         "value": "817"
      }
   ]
}

The "voting_period_start" key is a trigger

@malekvictor
Copy link
Collaborator

@bro-n-bro-0 @bro-n-bro-99 please test the fix in v0.3.1 or later of crawler version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gov state table
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants