Skip to content

Conversation

@Galoretka
Copy link

Previously the SuiJsonValue number validation error message and the related comment claimed that JSON numbers must fit into u32, while the actual code only requires them to be non-negative integers representable as u64. This mismatch was confusing and contradicted the SuiJSON documentation.

This change updates the SuiJsonValue error message and the to_move_value comment to state that JSON numbers must be unsigned integers (non-negative u64), without altering any runtime behavior.

@vercel
Copy link

vercel bot commented Jan 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sui-docs Ready Ready Preview, Comment Jan 29, 2026 9:31pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
multisig-toolkit Ignored Ignored Preview Jan 29, 2026 9:31pm
sui-kiosk Ignored Ignored Preview Jan 29, 2026 9:31pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant