blitz_api/app/system
fusion44 340d862102
chore(api): remove SSE transport and unused SSE stream endpoints
Replaced by the /ws WebSocket channel. Deletes the SSE connection manager,
the vendored sse_starlette, and the unused /bitcoin/block-sub and
/system/hardware-info-sub streaming endpoints. Also removes the
test_block_sub_error.py regression test, which exclusively covered the
now-deleted handle_block_sub per-request generator (handle_block_sub_redis,
which broadcasts over /ws, is retained and unaffected).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 18:41:18 +02:00
..
impl refactor(api): Event enum + broadcast_msg over WebSocket 2026-07-12 18:41:18 +02:00
__init__.py refactor: switch to domain driven directory layout 2022-10-03 20:22:00 +02:00
docs.py feat: implement Ruff as a linter; fix given errors 2023-06-25 07:17:00 +02:00
models.py fix(system): stop leaking passwords via change-password endpoint 2026-07-03 21:42:25 +02:00
router.py chore(api): remove SSE transport and unused SSE stream endpoints 2026-07-12 18:41:18 +02:00
service.py chore(api): remove SSE transport and unused SSE stream endpoints 2026-07-12 18:41:18 +02:00