docs: refresh snapshot operator guidance + tx submission caveats#22
Open
mikedotexe wants to merge 5 commits into
Open
docs: refresh snapshot operator guidance + tx submission caveats#22mikedotexe wants to merge 5 commits into
mikedotexe wants to merge 5 commits into
Conversation
Snapshot pages reflect the new "Current status / Useful operator references / What to have ready" structure. Other static/ru/* files are regenerator catching up to main's already-authored content (no source changes outside the snapshot/tx commits). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Deploying builder-docs with
|
| Latest commit: |
d85b0ac
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9bad1e33.builder-docs.pages.dev |
| Branch Preview URL: | https://docs-snapshots-and-tx-guidan.builder-docs.pages.dev |
Russian terminology audit flagged "boot nodes" as suspicious untranslated English. Match the precedent set in mainnet.mdx and testnet.mdx, which refer to the config field as `boot_nodes` (backticked). The link is about updating that field before first start, so the config-field form is the natural reference and passes the i18n gate. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Salvages three small docs commits from #16 (
codex/agent-readiness-phase1) that were not captured by #18 (codex/agent-discoverability-core) or any of the recent example-tightening sweeps:fba0924Tighten snapshot and transaction guidance — reframes `docs/snapshots/index.mdx` (en + ru) from a self-serve download tutorial into a status/escalation page reflecting reality ("FastNear does not currently publish a working public self-serve snapshot download flow from this docs site"). Tightens `mainnet.mdx` and `testnet.mdx` to match. Adds a one-liner to `broadcast-tx-commit.mdx` and `send-tx.mdx`: "Use a freshly signed base64 transaction for each request. The sample payload shown in the interactive docs is illustrative only and will fail if you paste it unchanged."b260b03Refine snapshot operator guidance — adds "Useful operator references" (links to NEAR Nodes state-sync, archival, and split-storage guides) and "What to have ready before you request archival access" (operator checklist).d77610fClarify boot node refresh for snapshot bootstrap — small clarifications across `mainnet.mdx` and `testnet.mdx` about boot-node refresh.Plus a regen commit so `static/ru/**` matches current authored content (snapshot pages reflect the new structure; non-snapshot files are regenerator catching up to drift that already existed on `main`).
Why now
These three commits were on `codex/agent-readiness-phase1` (PR #16, the "first attempt" superseded by #18) which is being closed. Pulling them out into a focused PR so the snapshot/tx clarifications aren't lost.
The rest of #16 is either superseded (the agent-readiness static surfaces, now in #18) or intentionally cut (the MCP guide).
Test plan