docs: epoch-zero bootstrap guide#431
Conversation
✅ Deploy Preview for genlayer-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Warning Review limit reached
Next review available in: 40 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Adds a dedicated Epoch Zero (Bootstrap) explainer at
pages/validators/epoch-zero.mdx, consolidating the special semantics of the genesis bootstrap epoch in one operator- and delegator-facing page. Motivated by the Jul 7-8 internal epoch-0 run: operators/delegators need the special rules laid out clearly, and the existing staking-guide "Genesis Epoch 0" section is Solidity-focused rather than conceptual.New page covers
if epoch > 0; delegators use a separate epoch-0 join path with no min).epochAdvancemoves 0 to 2 in effect, but only when inflation is initialized and funded through epoch 2; otherwise the network rests at epoch 1.Nav + cross-links
pages/validators/_meta.jsonas "Epoch Zero (Bootstrap)", placed right after Setup Guide.validators/setup-guide.mdx(intro Callout) and from thedevelopers/staking-guide.mdx"Genesis Epoch 0" section header. Cross-links out to the staking-guide, setup-guide, staking concept page, and unstaking page.Validation
scripts/list-docs-routes.js—/validators/epoch-zeroregisters (routes 152 to 153).scripts/generate-full-docs.js+scripts/check-llm-exports.js— both exit 0; new page flows intollms.txt/full-documentation.txt/llms-full.txt; export coverage guard passes (208 pages)._meta.jsonvalidates as JSON. Matches existing page style (frontmatterdescription,nextra-theme-docsCallout imports,info/warningCallout usage).All facts are contract-verified against genlayer-consensus v0.6-dev (behavior cited, no line numbers). No fabricated facts.