-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Elimination of Msg Proto nesting structure #534
Comments
is the cause really derived from protobuf.Any field? |
This Error The google.protobuf.ITimestamp in MsgPlaceBid has a similar problem. |
I think it is like a problem in cosmos-client-ts side can you share the JSON that is used for simulation? |
@kimurayu45z
|
This Msg have nested proto. A error occurs in Tx simulation from the frontend.
Since it cannot be simulated, it is impossible to determine if it succeeded without sending the Tx, querying the Tx hash, and seeing the results.
So, create MsgOpenPerpetualFuturesPositon & MsgOpenPerpetualOptionsPositon.
This will solve this problem.
The text was updated successfully, but these errors were encountered: