You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to figure out that sometimes the vote type is encoded as a number (1 or 2), and sometimes it's encoded as a string (SIGNED_MSG_TYPE_PREVOTE), and the code currently only caters for the former.
Steps to reproduce
Try deserializing the string causing the CI failure:
The most recent example of this is here: https://github.com/informalsystems/tendermint-rs/pull/834/checks?check_run_id=2192937025
I've managed to figure out that sometimes the vote type is encoded as a number (
1
or2
), and sometimes it's encoded as a string (SIGNED_MSG_TYPE_PREVOTE
), and the code currently only caters for the former.Steps to reproduce
Try deserializing the string causing the CI failure:
What's the definition of "done" for this issue?
When we can parse these kinds of vote summaries.
The text was updated successfully, but these errors were encountered: