Skip to content

Promote to production: optical transfer progress fix - #105

Merged
slaveofcode merged 2 commits into
mainfrom
develop
Aug 1, 2026
Merged

Promote to production: optical transfer progress fix#105
slaveofcode merged 2 commits into
mainfrom
develop

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

Frames-based progress so the optical transfer bar climbs smoothly instead of sitting at 0%.

🤖 Generated with Claude Code

Kresna and others added 2 commits August 1, 2026 22:04
…d blocks

Reported: progress stayed 0% while many frames were captured. LT fountain codes
solve almost nothing until they avalanche near the end, so 'solved blocks ÷ total'
reads ~0% the whole time you collect frames — looks stuck.

Report progress by unique frames collected ÷ the ~k×1.15 typically needed
(LtDecoder.progress() + new framesSeen), capped below 100% until actually done.
The bar now climbs smoothly as frames come in, then completes on the avalanche.

592 tests · lint clean · build green.
fix(optical-transfer): honest progress (frames collected, not solved blocks)
@slaveofcode
slaveofcode merged commit 1b96362 into main Aug 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant