Commit 3d49dfc
fix: health endpoint now detects stopped block production (#2800)
This commit fixes issue #2643 where the health endpoint still reports OK
when a node has stopped producing blocks.
Closes #2643
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
NOTE: PR titles should follow semantic commits:
https://www.conventionalcommits.org/en/v1.0.0/
-->
## Overview
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
Ex: Closes #<issue number>
-->
Needs merge and tag of tastora PR
celestiaorg/tastora#149
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>1 parent 12c2574 commit 3d49dfc
File tree
28 files changed
+1243
-1043
lines changed- client/crates
- client
- examples
- src
- types
- src/proto
- tests
- docs/learn
- node
- pkg/rpc
- client
- server
- proto/evnode/v1
- test
- docker-e2e
- e2e
- types/pb/evnode/v1
- v1connect
28 files changed
+1243
-1043
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| |||
0 commit comments