test(web): pin charter-#3 ratchet honesty in regression KAT (SAFE-ADDITIVE) - #518
Merged
Merged
Conversation
…ITIVE) currency_info.share_version must track the LIVE ratchet (m_cached_share_version), never a static 36 (#491): a VOTING LTC node on V35 reporting 36 makes the sharechain-explorer misclassify live V35 cells as V36. Dash stays static v16 (LTC AutoRatchet cache must not bleed into a Dash dashboard). v36_status.auto_ratchet.v36_active must derive from the live latch (m_cached_share_version >= 36), not a frozen stub (#499), so a transient sampling dip cannot misreport the V35->V36 crossing state. Test-only, no runtime change. 13/13 green.
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.
Charter #3 — ratchet / crossing-state honesty (regression-lock)
SAFE-ADDITIVE, test-only. Extends the web honesty-regression KAT to pin the
charter-#3 crossing surfaces that landed in #491/#496/#499 but were not yet
guarded by a test. Same lie-class as the founding 0-stubs: the dashboard
claiming one thing while the node does another — during the very V35→V36 cross
the operator is coordinating live on LTC prod (#288).
Pins:
currency_info.share_versionis the LIVE ratchet, never static 36 (web(currency_info): report LIVE ratchet share_version, not static 36 #491) —a VOTING LTC node on V35 must report 35; reporting 36 makes the bundled
sharechain-explorer misclassify live V35 cells as V36. Follows the latch to 36
once crossed.
share_versionstays static v16 — the LTC AutoRatchet cache must notbleed into a Dash dashboard.
v36_status.auto_ratchet.v36_activederives from the live latch(
m_cached_share_version >= 36), not a frozen stub (web(version_signaling): surface live latched share_version as ground-truth v36_active #499) — a transientsampling dip cannot misreport the crossing state.
No runtime change. 13/13 green locally (4 new).