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
Similar to how pxe_simulateTx returns ABI encoded values, pxe_simulateUnconstrained should also do that. Right now it returns AbiDecoded, which is not JSON serializable. I need it for wallet RPC.
Right now I am forced to use jsonStringify [1] and jsonParseWithSchema [2] to make it JSON serializable
Similar to how
pxe_simulateTx
returns ABI encoded values,pxe_simulateUnconstrained
should also do that. Right now it returnsAbiDecoded
, which is not JSON serializable. I need it for wallet RPC.Right now I am forced to use
jsonStringify
[1] andjsonParseWithSchema
[2] to make it JSON serializable[1] https://github.com/olehmisar/aztec-wallet-sdk/blob/0d55a730fc549964cd2af7ee2460029a28414448/src/exports/eip1193.ts#L230-L231
[2] https://github.com/olehmisar/aztec-wallet-sdk/blob/0d55a730fc549964cd2af7ee2460029a28414448/src/contract.ts#L139-L140
from https://discord.com/channels/1144692727120937080/1329515708488355882
The text was updated successfully, but these errors were encountered: