You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(iroh-net): Remove incremental state from reportgen actor (#2180)
## Description
The reportgen actor was carrying this "incremental" state around in
two ways: as an Option in last_report and as a boolean in incremental.
It's simpler to have less state and only carry it as an Option.
## Notes & open questions
## Change checklist
- [x] Self-review.
- ~~[ ] Documentation updates if relevant.~~
- ~~[ ] Tests if relevant.~~
0 commit comments