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
Parse(response, SimulateResponse()) crashes for Osmosis
Failure Logs
google.protobuf.json_format.ParseError: Failed to parse result field: Failed to parse events field: Failed to parse attributes field: Failed to parse key field: Invalid base64-encoded string: number of data characters (9) cannot be 1 more than a multiple of 4....
The text was updated successfully, but these errors were encountered:
Prerequisites
Expected Behavior
Parsing of SimulateRequest Parse(response, SimulateResponse()) always works
Current Behavior
Parsing of SimulateRequest Parse(response, SimulateResponse()) does not work for Osmosis
To Reproduce
run simulate_tx using Osmosis rest+https://lcd.osmosis.zone
Context
Parse(response, SimulateResponse()) crashes for Osmosis
Failure Logs
google.protobuf.json_format.ParseError: Failed to parse result field: Failed to parse events field: Failed to parse attributes field: Failed to parse key field: Invalid base64-encoded string: number of data characters (9) cannot be 1 more than a multiple of 4....
The text was updated successfully, but these errors were encountered: