blitz_api/app/bitcoind
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
..
docs.py feat: implement Ruff as a linter; fix given errors 2023-06-25 07:17:00 +02:00
models.py chore: small fixes and updates 2025-05-06 09:16:46 +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
utils.py fix(bitcoind): handle JSON-RPC errors returned with HTTP 200 2026-07-08 13:30:04 +02:00