workspace,ci: remove the os_input feature (make it unconditional) - #14902
workspace,ci: remove the os_input feature (make it unconditional)#14902itamar-starkware wants to merge 1 commit into
Conversation
PR SummaryMedium Risk Overview Build & CI: Drops Runtime behavior (unchanged logic, single path): Batcher always persists accessed keys, trims initial reads, and routes commitment tasks to Code cleanup: Removes duplicate trait methods, Observability: Grafana dev dashboard adds panels for Reviewed by Cursor Bugbot for commit d52c949. Bugbot is set up for automated code reviews on this repo. Configure here. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
5071363 to
114ffee
Compare
4a199c6 to
f21d89a
Compare
f21d89a to
923a769
Compare
923a769 to
46567d7
Compare
46567d7 to
d52c949
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d52c949. Configure here.
| Ok(()) | ||
| } | ||
|
|
||
| #[cfg(feature = "os_input")] |
There was a problem hiding this comment.
Leftover os_input feature gates
Medium Severity
The os_input feature was removed from apollo_consensus_orchestrator, but #[cfg(feature = "os_input")] still guards the CENDE_LAST_STATE_COMMITMENT_INFOS_BLOCK_NUMBER import and the update after a successful blob write. That cfg never enables, so the metric stays unset even though witness data is now always produced.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit d52c949. Configure here.



No description provided.