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: handle object response from gen_call on testnet (#147)
Testnet node returns gen_call results as an object with data, status,
eqOutputs, stdout, stderr, and logs fields. Studio returns a bare hex
string. extractGenCallResult() now handles both formats.
0 commit comments