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
fix(api): Manabar.CurrentMana use json.RawMessage for string/number ambiguity
current_mana is a share_type that the chain serializes inconsistently:
sometimes as a JSON string ("5640467421072"), sometimes as a number (0).
Using string caused unmarshal failures for accounts with numeric manabar
values. Switch to json.RawMessage (same pattern as reputation/withdrawn).
0 commit comments