docs: correct the o1js version wording on the offchain storage page - #1239
Open
dkijania wants to merge 1 commit into
Open
docs: correct the o1js version wording on the offchain storage page#1239dkijania wants to merge 1 commit into
dkijania wants to merge 1 commit into
Conversation
The prerequisites section told readers to "import `Experimental` from o1js version 1.9.1 or higher". Current stable o1js is 2.15.0, so the line is two major versions out of date and gives no signal about which version the page was actually written against. Checked against the library: `Experimental.OffchainState` and `OffchainStateCommitments` are still exported in 2.15.0 and the usage pattern on this page still matches. Only the version line was wrong. - State 2.15.0 as the verified version instead of a stale floor. - Link both symbols to their o1Labs API reference entries. - Add a caution that the `Experimental` import path carries no stability guarantee, and that 2.15.0 ships an `Experimental.V2` namespace. Refs #1230, #1208 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012A5LmAdLpUcPELjgHg3C5e
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Sep 6, 2026
Open
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1230.
The prerequisites section said:
Current stable o1js is 2.15.0. That line is two major versions out of date, and a floor of "1.9.1 or higher" tells a reader nothing about which version the page was actually written against.
What I checked
The API itself is fine.
Experimental.OffchainStateandOffchainStateCommitmentsare still exported in 2.15.0, and the usage pattern on this page still matches. Only the version line was wrong — so this PR does not touch the code samples.What changed
OffchainState,OffchainStateCommitments) — the page previously had no link to either.:::cautionnoting that theExperimentalimport path carries no stability guarantee, and that 2.15.0 ships anExperimental.V2namespace. That namespace is the reason the version line matters: whenOffchainStatemoves, this page breaks silently, and the caution is what tells a reader where to look.All four linked URLs verified live (HTTP 200) on 2026-09-06.
static/llms-full.txtregenerated socheck-llms-txtpasses.Context
From the docs2 ↔ o1Labs overlap comparison indexed in #1237. o1Labs has no concept page for offchain storage —
zkapps/provable-inputsis a 115-word stub — so this page stays canonical on Mina docs and is out of scope for the #1208 delegation. That is precisely why it needs to be kept current here rather than pointed elsewhere.🤖 Generated with Claude Code
https://claude.ai/code/session_012A5LmAdLpUcPELjgHg3C5e