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’m currently encountering an issue with parsing vote options in the latest version of cosmos-sdk 0.50.x. The parameter I’m passing looks like this: [{"option":"1","weight":"1.000000000000000000"}]. I suspect the issue may be due to changes in the data structure in the new version of the SDK, which might not be handled correctly by the existing parsing logic.
Could you confirm if there have been changes to the expected format for vote options in the new version? If so, could you provide guidance on how to adapt to these changes or if there is a forthcoming update that would resolve this compatibility issue?
The text was updated successfully, but these errors were encountered:
I tried to fix the error at line 62 but got the following error at line 67.
Inconsistent Event Data Format in cosmos-sdk 0.50.x
Description:
We have identified a potential bug in the cosmos-sdk version 0.50.x related to the format of event data. The event used to store data in a specific format, but it appears that there has been a change in how vote options are represented in the event payload.
In the previous version, the event included the parameter VOTE_OPTION_YES. However, in the new version, the parameter is represented by the numeric value 1.
Hello,
I’m currently encountering an issue with parsing vote options in the latest version of cosmos-sdk 0.50.x. The parameter I’m passing looks like this: [{"option":"1","weight":"1.000000000000000000"}]. I suspect the issue may be due to changes in the data structure in the new version of the SDK, which might not be handled correctly by the existing parsing logic.
Could you confirm if there have been changes to the expected format for vote options in the new version? If so, could you provide guidance on how to adapt to these changes or if there is a forthcoming update that would resolve this compatibility issue?
The text was updated successfully, but these errors were encountered: