test(d-miner): D-MINER.1 per-worker isolation + all-offline honesty KAT - #598
Merged
frstrtr merged 1 commit intoJun 28, 2026
Conversation
Extends the rollup selftest KAT with two honesty-critical properties the existing checks did not pin: 7) Per-worker isolation in the SAME UTC day: two workers with different online/stale profiles produce independent daily rows. One miner's downtime or stale work must never bleed into another's uptime report. 8) All-offline worker: a worker reporting only live==0 (even while still emitting dead_hashrate) yields hours_online=0 and avg_hashrate=0 (no phantom presence), is NOT dropped from the report, and reads stale=100 when all its reported work was dead. SAFE-ADDITIVE (test-only, rig-free, in-memory, fixed-epoch). 25/25 pass. Stacks on the D-MINER.1 rollup KAT branch.
frstrtr
merged commit Jun 28, 2026
cad6030
into
dashboard/d-miner1-rollup-selftest-kat
1 check passed
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.
Stacks on #588. Extends the D-MINER.1 rollup selftest with two honesty-critical properties:
SAFE-ADDITIVE (test-only, rig-free, in-memory, fixed-epoch). Selftest 25/25 green locally. Merge after #588.