terra-money / station

🛰️ Station wallet

Home Page:https://station.money

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Governance vote changes are not reflected on station

etienne-napoleone opened this issue · comments

When a validator changes his vote (by sending a new one) for a given proposal, it doesn't update on Station.

For example, proposal 349 has Setten voting "Yes" while the latest vote was VOTE_OPTION_ABSTAIN.

First vote: VOTE_OPTION_YES
Second vote: VOTE_OPTION_ABSTAIN

The second one overrides the first one.

I think it's an cache issue?

I think it's an API issue: https://phoenix-api.terra.dev/proposals/349 returns VOTE_OPTION_YES cc: @jeffwoooo

It's fixed now. api server was not responding to proposal changes due to websocket issue