Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[change] Sui RPC changes with 1.33 #225

Open
FrankC01 opened this issue Aug 13, 2024 · 1 comment
Open

[change] Sui RPC changes with 1.33 #225

FrankC01 opened this issue Aug 13, 2024 · 1 comment
Assignees
Labels
change Modify existing code

Comments

@FrankC01
Copy link
Owner

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

@FrankC01 FrankC01 added the change Modify existing code label Aug 13, 2024
@FrankC01 FrankC01 self-assigned this Aug 13, 2024
@FrankC01 FrankC01 added this to pysui Aug 13, 2024
@github-project-automation github-project-automation bot moved this to Backlog in pysui Aug 13, 2024
@FrankC01 FrankC01 moved this from Backlog to In Progress in pysui Aug 26, 2024
@FrankC01
Copy link
Owner Author

FrankC01 commented Oct 9, 2024

See ongoing updates in ChanngeLog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change Modify existing code
Projects
Status: In Progress
Development

No branches or pull requests

1 participant