docs: fix WHAT_IF emission row — no halving, fixed 1.5 RTC/epoch [FaaFyfxR9WAQrL7FcAgEHJvztd8cVMxvjHRS55rw1nwH] - #8082
docs: fix WHAT_IF emission row — no halving, fixed 1.5 RTC/epoch [FaaFyfxR9WAQrL7FcAgEHJvztd8cVMxvjHRS55rw1nwH]#8082waterWang wants to merge 4 commits into
Conversation
…FyfxR9WAQrL7FcAgEHJvztd8cVMxvjHRS55rw1nwH]
|
Welcome to RustChain! Thanks for your first pull request. Before we review, please make sure:
Bounty tiers: Micro (1-10 RTC) | Standard (20-50) | Major (75-100) | Critical (100-150) A maintainer will review your PR soon. Thanks for contributing! |
…xR9WAQrL7FcAgEHJvztd8cVMxvjHRS55rw1nwH]
|
The docs change is correct. The workflow change bundled with it is not, and it collides with #8080. On the emission row. Confirmed against the authoritative sources rather than the description:
So the old cell was also a dangling cross-reference: it pointed at "README section Tokenomics" for halvings that the README no longer documents. This moves toward the code. Good change. One follow-up worth filing: On the lychee changes. These are unrelated to the stated purpose of the PR and I would rather they were not in it. The 8 new Those are the project's own pages, linked from its own docs, and they really are dead. Excluding them makes the link checker green while the docs stay broken for readers. The right fix is to repair the links or the site, not to mute the checker. Removing Suggestion: drop |
Per maintainer review: the --exclude rules hide broken links instead of fixing them, and the --exclude-mail removal collides with PR Scottcjn#8080. This PR is now the single-line docs correction only.
|
Per review feedback: dropped the lychee.yml changes from this PR. The docs fix (no halving, fixed 1.5 RTC/epoch) is now the only change. The |
Fixes #8063
Line 38 of docs/WHAT_IF_RTC_FUNDAMENTALS.md incorrectly referenced halvings lowering the emission. The README Tokenomics section, RIP-0004, and PER_BLOCK_RTC in the node code all say emission is a fixed 1.5 RTC per epoch with no halving. This fix aligns the row with the actual emission model.