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
n version 1.33 (scheduled to be released on September 18th), JSON RPC will ignore the requestType: 'WaitForLocalExecution' option, and the JSON RPC API has been updated to support returning object and balance changes without the need for local execution. Many dapps have also used WaitForLocalExecution to ensure read-after-write consistency, which will no longer be possible through JSON RPC.
Due in Sept.
n version 1.33 (scheduled to be released on September 18th), JSON RPC will ignore the requestType: 'WaitForLocalExecution' option, and the JSON RPC API has been updated to support returning object and balance changes without the need for local execution. Many dapps have also used WaitForLocalExecution to ensure read-after-write consistency, which will no longer be possible through JSON RPC.
https://github.com/MystenLabs/sui/blob/c5766bce0e51044c065b950fb6d1e8d50d94fd0d/sdk/typescript/src/client/client.ts#L789
The text was updated successfully, but these errors were encountered: