Skip to content

Conversation

@Galoretka
Copy link

The out-of-order progress saving policy was storing next_to_fill as HashMap<String, Option>, but the value was always initialized and updated as Some(u64) and then immediately unwrapped on read. This change removes the unnecessary Option layer and stores next_to_fill as HashMap<String, u64> directly, eliminating redundant unwraps and simplifying the internal state without changing behavior.

@vercel
Copy link

vercel bot commented Dec 22, 2025

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

Project Deployment Review Updated (UTC)
sui-docs Ready Ready Preview, Comment Dec 22, 2025 6:15pm
2 Skipped Deployments
Project Deployment Review Updated (UTC)
multisig-toolkit Ignored Ignored Preview Dec 22, 2025 6:15pm
sui-kiosk Ignored Ignored Preview Dec 22, 2025 6:15pm

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