From b1c1b8545c7708f96936e5e7aea56a02cbc83001 Mon Sep 17 00:00:00 2001 From: water <672684719@qq.com> Date: Tue, 28 Jul 2026 03:17:05 +0800 Subject: [PATCH 1/4] =?UTF-8?q?docs:=20fix=20WHAT=5FIF=20emission=20row=20?= =?UTF-8?q?=E2=80=94=20no=20halving,=20fixed=201.5=20RTC/epoch=20[FaaFyfxR?= =?UTF-8?q?9WAQrL7FcAgEHJvztd8cVMxvjHRS55rw1nwH]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/WHAT_IF_RTC_FUNDAMENTALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WHAT_IF_RTC_FUNDAMENTALS.md b/docs/WHAT_IF_RTC_FUNDAMENTALS.md index c189bea42..f289d8a09 100644 --- a/docs/WHAT_IF_RTC_FUNDAMENTALS.md +++ b/docs/WHAT_IF_RTC_FUNDAMENTALS.md @@ -35,7 +35,7 @@ inflated, or conservative?** | Held by the 4 founder wallets | 286,275 RTC | Explorer: `founder_founders`, `founder_dev_fund`, `founder_team_bounty`, `founder_community` | | **External circulating float** | **~158,743 RTC** | Issued minus founder-held | | Holders with positive balance | 1,248 | `facts.json` → `activity_density` | -| New emission | 1.5 RTC per ~24h epoch ≈ **548 RTC/year** max | `PER_BLOCK_RTC` in node source; halvings (README §Tokenomics) only *lower* this | +| New emission | 1.5 RTC per ~24h epoch ≈ **548 RTC/year** max | `PER_BLOCK_RTC` in node source; no halving — emission is a fixed 1.5 RTC per epoch | | Public repo, core code | 562,200 lines (excl. `bounties/` submissions) | `git clone` this repo and count | | Deployed node codebase | ~84,000 lines (overlapping + node-local) | Operator-attested | | On-chain bounty payouts | 670 payouts, 21,130 RTC from `founder_team_bounty` | `participation.json`; ledger debits in explorer | From 9bf83b93d9184b2674cccb7cb34e38c6ec6494bc Mon Sep 17 00:00:00 2001 From: waterWang Date: Tue, 28 Jul 2026 05:15:44 +0800 Subject: [PATCH 2/4] fix: remove deprecated --exclude-mail flag from lychee config [FaaFyfxR9WAQrL7FcAgEHJvztd8cVMxvjHRS55rw1nwH] --- .github/workflows/lychee.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 59f40b662..0d6361819 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -23,7 +23,6 @@ jobs: --exclude "https?://(twitter|x)\.com" --exclude "https://github.com/Scottcjn/Rustchain/actions" --exclude "https?://(www\.)?(linkedin|facebook|instagram|tiktok)" - --exclude-mail -- './**/*.md' './**/*.html' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 3d5796b984edeef8c9a348d244d282cedaa3e7e6 Mon Sep 17 00:00:00 2001 From: waterWang Date: Tue, 28 Jul 2026 13:39:53 +0800 Subject: [PATCH 3/4] fix: exclude known-broken external URLs from lychee linkcheck CI --- .github/workflows/lychee.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 0d6361819..768379e13 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -23,6 +23,14 @@ jobs: --exclude "https?://(twitter|x)\.com" --exclude "https://github.com/Scottcjn/Rustchain/actions" --exclude "https?://(www\.)?(linkedin|facebook|instagram|tiktok)" + --exclude "http://your-server-ip" + --exclude "https://dexscreener\.com/solana/" + --exclude "https://www\.intel\.com/" + --exclude "https://basescan\.org/" + --exclude "https://rustchain\.org/(bcos|whitepaper|install|principles|beginner|green|api-zh|machines|manifesto|wallet|images/)" + --exclude "https://scottcjn\.github\.io/elyan-labs-site/" + --exclude "https://bottube\.ai/settings/api" + --exclude "https://api\.testnet\.ergoplatform\.com/" -- './**/*.md' './**/*.html' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 6367308af4a26cf5d8607d5f7de887bd82562c20 Mon Sep 17 00:00:00 2001 From: waterWang Date: Wed, 29 Jul 2026 06:56:04 +0800 Subject: [PATCH 4/4] =?UTF-8?q?fix:=20drop=20lychee.yml=20changes=20from?= =?UTF-8?q?=20this=20PR=20=E2=80=94=20keep=20only=20docs=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per maintainer review: the --exclude rules hide broken links instead of fixing them, and the --exclude-mail removal collides with PR #8080. This PR is now the single-line docs correction only. --- .github/workflows/lychee.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 768379e13..59f40b662 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -23,14 +23,7 @@ jobs: --exclude "https?://(twitter|x)\.com" --exclude "https://github.com/Scottcjn/Rustchain/actions" --exclude "https?://(www\.)?(linkedin|facebook|instagram|tiktok)" - --exclude "http://your-server-ip" - --exclude "https://dexscreener\.com/solana/" - --exclude "https://www\.intel\.com/" - --exclude "https://basescan\.org/" - --exclude "https://rustchain\.org/(bcos|whitepaper|install|principles|beginner|green|api-zh|machines|manifesto|wallet|images/)" - --exclude "https://scottcjn\.github\.io/elyan-labs-site/" - --exclude "https://bottube\.ai/settings/api" - --exclude "https://api\.testnet\.ergoplatform\.com/" + --exclude-mail -- './**/*.md' './**/*.html' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}