fix(docs): correct whitepaper link and wallet address spec#2801
Closed
wuxiaobinsh-gif wants to merge 3 commits into
Closed
fix(docs): correct whitepaper link and wallet address spec#2801wuxiaobinsh-gif wants to merge 3 commits into
wuxiaobinsh-gif wants to merge 3 commits into
Conversation
Add comprehensive pytest unit tests covering: - calculate_rust_score() - age bonuses, arch bonuses, capacitor plague, thermal events - estimate_manufacture_year() - model-based year detection, arch fallbacks - get_rust_badge() - all badge tiers - get_ascii_silhouette() - G3/G4/G5, 486/pentium, default - normalize_fingerprint() - null handling, field extraction - compute_machine_identity_hash() - determinism, collision resistance - Integration test for full machine lifecycle pipeline Bounty: Scottcjn#1589 - Write a unit test for any untested function
- README.md: fix broken whitepaper link (v0.97-1.pdf -> v0.97.pdf) - docs/CLAIMS_GUIDE.md: fix incorrect wallet minimum chars (23 -> 40 hex)
Owner
|
@wuxiaobinsh-gif — closing. Title says 'fix two documentation issues' but the diff has 4 files including This is the same Christmas-tree pattern we cleaned up yesterday (your #2670/#2671/#2289/#2691/#2684/#2779/#2781/#2290 — 8 PRs closed for this). Path back per recovery template: 3 small focused single-bounty PRs to restore standard trust:
Each pays separately. Bundling actually reduces your total RTC, not increases it. |
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
Fix two documentation issues:
v0.97-1.pdf. Changed to existingv0.97.pdf.Changes
README.md: 2 whitepaper link fixes (badge and nav link)docs/CLAIMS_GUIDE.md: wallet address minimum character countTesting
v0.97.pdfexists indocs/directoryRTC+ 40 hex chars = 43 characters totalCloses #2776