docs(chain-landing): refresh stale facts (binary size + KDF + post-fork tokenomics %)#48
Merged
github-actions[bot] merged 2 commits intomainfrom May 7, 2026
Merged
Conversation
… audit Three classes of stale data fixed: 1. **Binary size**: '4.4MB static binary' → '22MB static binary'. Current release build is 22.27 MB (verified against target-docker/release/sentrix sha 575131a2b0138474). 2. **Keystore KDF**: 'AES-256-GCM encrypted keystores with PBKDF2' → 'AES-256-GCM encrypted keystores with Argon2id KDF (memory-hard, GPU-resistant)'. PBKDF2 was the v1 keystore format; the chain migrated to Argon2id earlier (with v1→v2 backward-compat decode). Two surfaces updated: validators.tsx + architecture.tsx. 3. **Tokenomics percentages**: chart was using v1 cap (210M) ratios even though v2 fork shipped at h=640800 with 315M cap. Updated: - Block Rewards 40% (84M of 210M) → 80% (252M of 315M) - Founder 10% (21M of 210M) → 6.67% (21M of 315M) - Ecosystem 10% → 6.67% - Early Validators 5% → 3.33% - Reserve 5% → 3.33% Premine still 63M (unchanged); just the percentages relative to the post-fork cap. Verified against /home/sentriscloud/sentrix Cargo.toml (revm = 38 correct) and /home/sentriscloud/founder-private/BIBLE.md tokenomics section.
…dmap TBD Continuing the data refresh pass: - Pioneer end-height: '579,058' → '579,046'. Voyager activated at h=579,047 per founder-private/BIBLE.md, so Pioneer ended at 579,046. Off-by-12 to wrong direction. - JSON-RPC method count: '25 methods' / '+ 19 more' → '22 methods' / '+ 16 more'. Actual unique handlers in crates/sentrix-rpc/src/jsonrpc/eth.rs. - Roadmap dates 'Frontier 2027' / 'Odyssey 2027–2028' → TBD per operator's 'yang real2 aja, gak banyak janji' principle. Memory rule feedback_no_fabricated_specifics_in_public — never fill TBDs with invented dates.
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.
Summary
Three outdated claims on
sentrixchain.comcorrected:575131a2...).Audit triggered by operator review noticing 'banyak data yang outdated' on landing.
Verification
crates/sentrix-evm/Cargo.toml— 'revm = 38' on landing is correct, no change.eth_*+ sentrix_* + net_*).Test plan
/en/#tokenomicspost-deploy