Conversation
Add 100% burn period notification to docs/validator.md to align with other documentation files. This completes the documentation update to reflect the transition period after Covenant72B training. - Inform validators are burning 100% of emissions - Link to neurons/burn.py implementation - Note miner gradients are not being evaluated - Reference upcoming Templar: Crusades announcement
WalkthroughDocumentation updates across multiple files announcing a 100% burn period active in January 2026, indicating miners are not evaluated and no emissions are distributed. Includes notifications about Covenant72B training completion and introduction of Templar: Crusades. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (57.69%) is below the target coverage (85.00%). You can increase the head coverage or adjust the target coverage. @@ Coverage Diff @@
## main #690 +/- ##
=======================================
Coverage 57.69% 57.69%
=======================================
Files 27 27
Lines 4990 4990
=======================================
Hits 2879 2879
Misses 2111 2111 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Fix all issues with AI agents
In `@docs/miner.md`:
- Line 3: Add a short disclaimer under the "Miner Operations" heading indicating
that the 100% Burn Period is active and miners are not being evaluated nor
receiving emissions; update the "Training Process" and "Gradient Sharing"
subsections to include a one-sentence note (e.g., "Note: rewards/evaluation
paused during 100% Burn Period") so the flow text no longer implies normal
reward distribution and to point readers to the main README for status; ensure
the disclaimer appears prominently near the Miner Operations heading and is
replicated or referenced in the "Training Process" and "Gradient Sharing"
sections.
In `@docs/validator.md`:
- Line 3: Add a brief clarification near the "Evaluation Process" and/or
"Validator Operations" headings stating that evaluation steps are currently
paused during the 100% burn period (validators are burning emissions and not
evaluating miner gradients), and link to neurons/burn.py for the implementation
and the main README for status; update the text so it does not contradict the
banner by explicitly marking the evaluation workflow as suspended while the burn
period is active.
In `@README.md`:
- Around line 22-28: Update the burn-period heading and blurb that currently
reads "⚠️ 100% Burn Period Active (January 2026)" and the sentence "Templar is
currently in a 100% burn period. Miners are not being evaluated and no emissions
are being distributed." to include a clear timeframe: add the exact start date
and either an explicit end date or the phrase "until further notice" (e.g.,
"Start: 2026-01-01 — Until further notice") so the information stays accurate
after January; edit the two places where the timeframe appears in the README
content to use this new explicit wording.
🧹 Nitpick comments (1)
docs/README.md (1)
3-3: Align burn-period timeframe wording with root README.This banner relies on the main README for status, but it would still help to include the same explicit timeframe (“since YYYY-MM-DD, until further notice”) for consistency and to avoid stale signals.
💡 Suggested wording
-> **⚠️ 100% Burn Period Active**: Miners are not being evaluated and no emissions are being distributed. See the main [README](../README.md) for current status and information about Templar: Crusades. +> **⚠️ 100% Burn Period Active (since 2026-01-XX, until further notice)**: Miners are not being evaluated and no emissions are being distributed. See the main [README](../README.md) for current status and information about Templar: Crusades.
Add 100% burn period notification to docs/validator.md to align with
other documentation files. This completes the documentation update to
reflect the transition period after Covenant72B training.
Description
Related Issue(s)
Type of Change
Branch Naming
Commit Messages
Code Quality
Testing
Documentation
If this is a breaking change
Screenshots/Examples
Additional Notes
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.