docs: sync with ckb v0.207.0 and v0.208.0-rc0#857
Merged
RetricSu merged 2 commits intoJul 13, 2026
Merged
Conversation
|
@claude is attempting to deploy a commit to the CKBA-2026 Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
|
No docs-writing issues found. LGTM from an editorial standpoint. |
Contributor
Author
|
LGTM, No factual-review issues found. This PR only updates |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Add a new guide that explains how to run a local dev chain from an existing Mainnet or Testnet data directory, including the Mainnet/Testnet [params] distinction introduced in CKB v0.207.0. - Add website/docs/node/devnet-from-existing-data.mdx - Add the page to the Run a Full Node sidebar - Link to the new guide from run-devnet-node.mdx Co-Authored-By: Claude <noreply@anthropic.com>
Advance .autopilot/last_ckb_release.txt to v0.208.0-rc0 after reviewing code changes in: - https://github.com/nervosnetwork/ckb/releases/tag/v0.207.0 - https://github.com/nervosnetwork/ckb/releases/tag/v0.208.0-rc0 Co-Authored-By: Claude <noreply@anthropic.com>
62f7ef4 to
d48709c
Compare
RetricSu
approved these changes
Jul 13, 2026
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.
This PR records the docs-sync review for the CKB releases since the previous baseline
v0.206.0.Processed releases
What changed in CKB
v0.207.0
devnet-from-existing-data(ckb#5205) — now documented in Devnet From Existing Data.rust-toolchainfile pins the version, so no edit needed.IndexerRangedescription inrpc/README.mdandutil/jsonrpc-types/src/indexer.rs—IndexerRangeis not currently documented in docs.nervos.org.v0.208.0-rc0 (prerelease)
block_hashin live cell response (ckb#5269) —CellWithStatusand indexer cell responses are not currently documented in docs.nervos.org.Changes in this PR
.autopilot/last_ckb_release.txttov0.208.0-rc0so the next run can start from the latest processed release.[params]distinction introduced in v0.207.0.Suggested follow-ups (human review)
IndexerRange,CellWithStatus, and transaction-proof verification behavior are not currently covered in docs.nervos.org. As these RPCs evolve, consider adding or syncing generated RPC reference content.Breaking / high-priority changes
None of the reviewed changes require urgent documentation edits in docs.nervos.org. The most user-facing change is the addition of
block_hashto live cell responses in v0.208.0-rc0; this should be reflected in any future RPC reference that documentsCellWithStatus.🤖 Generated with Claude Code