starknet_transaction_prover: add /health endpoint via HealthLayer#14163
Conversation
PR SummaryLow Risk Overview Exports Reviewed by Cursor Bugbot for commit 962afc1. Bugbot is set up for automated code reviews on this repo. Configure here. |
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 c26d49f. Configure here.
avi-starkware
left a comment
There was a problem hiding this comment.
@avi-starkware resolved 1 discussion.
Reviewable status: 0 of 4 files reviewed, all discussions resolved.
einat-starkware
left a comment
There was a problem hiding this comment.
@einat-starkware reviewed 4 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on avi-starkware).
Adds a tower middleware that short-circuits `GET /health` ahead of
jsonrpsee (which would 405 a GET) and returns `{"status":"ok"}`. Wired
outermost in both the HTTP and HTTPS middleware chains so load balancers
can probe before any per-request work runs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
c26d49f to
962afc1
Compare
c219d32 to
354b15c
Compare


Adds a tower middleware that short-circuits
GET /healthahead ofjsonrpsee (which would 405 a GET) and returns
{"status":"ok"}. Wiredoutermost in both the HTTP and HTTPS middleware chains so load balancers
can probe before any per-request work runs.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com