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
This is an artefact from the grpc implementation using protobuff encoding. The generated codecs shifts cosmos-sdk Dec types with an additional 18 decimal points (on top of raw cryptocurrency uint128 units).
We're looking at adding a formatting layer in this SDK to overcome this issue.
Side note: this affects any field with cosmos sdk.Dec type.
The RPC query to Orders return a different number and naming(camelCase and snake_case) representation.
Response from from txRawLog
Websocket orders channel
RPC query of orders
Effected fields:
The text was updated successfully, but these errors were encountered: