Skip to content

Sui v1.0.0#131

Merged
stevep0z merged 6 commits intoOpenZeppelin:mainfrom
ericnordelo:release/sui-v1.0.0
Mar 9, 2026
Merged

Sui v1.0.0#131
stevep0z merged 6 commits intoOpenZeppelin:mainfrom
ericnordelo:release/sui-v1.0.0

Conversation

@ericnordelo
Copy link
Copy Markdown
Member

@ericnordelo ericnordelo commented Mar 3, 2026

Documentation Pull Request

Summary

Adds initial documentation for OpenZeppelin Contracts for Sui v1.0.0, introducing two new package guides and their API references into a new contracts-sui/1.x/ section:

  • openzeppelin_math: overflow-safe arithmetic across all unsigned integer widths (u8u256), with explicit rounding control, Option<T> overflow signalling, 512-bit wide intermediates, and decimal precision conversion (decimal_scaling).
  • openzeppelin_access: ownership-transfer wrappers for T: key + store objects via two_step_transfer (initiate → accept) and delayed_transfer (schedule → wait → execute).

Includes a landing index page, package overview pages with usage examples and comparison tables, and wired-up navigation for the 1.x release track.

Type of Change

  • New documentation
  • Documentation update/revision
  • Fix typos or grammar
  • Restructure/reorganize content
  • Add examples or tutorials
  • Update API documentation
  • Other: ___________

Related Issues

N/A

Checklist

Additional Notes

N/A

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 3, 2026

👷 Deploy request for openzeppelin-docs-v2 pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 0b8f7e8

Copy link
Copy Markdown
Collaborator

@stevep0z stevep0z left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for your work on this! As discussed, this is great for the initial release, and we will continue iterating on the Sui documentation in individual PRs.

@stevep0z stevep0z merged commit 4b294ac into OpenZeppelin:main Mar 9, 2026
1 check passed
@ericnordelo ericnordelo deleted the release/sui-v1.0.0 branch March 9, 2026 15:02
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.

2 participants