You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
<img width="1132" height="345" alt="Screenshot 2025-12-04 at 3 48 42 PM"
src="https://github.com/user-attachments/assets/f6a93751-389f-4911-8c14-a8b389268545"
/>
#### PR checklist
- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [ ] Updated relevant documentation (`docs/` or `spec/`) and code
comments
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Introduce a per-peer consensus height metric and emit updates on
NewRoundStep via the reactor.
>
> - **Consensus**:
> - **Metrics**: Add `PeerHeight` gauge (`metrics.go`, `metrics.gen.go`)
labeled by `peer_id` to track each peer's current consensus height.
> - **Reactor**: On `NewRoundStepMessage`, enqueue to `statsMsgQueue`
and update `Metrics.PeerHeight` per peer in `peerStatsRoutine`; minor
refactor in switch variable naming.
> - **Changelog**: Add improvement entry for publishing peer height
metric; minor formatting fixes.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
f1d7bd9. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
-`[consensus]` ([\#386](https://github.com/cometbft/cometbft/pull/386)) Short-term fix for the case when `needProofBlock` cannot find previous block meta by defaulting to the creation of a new proof block. (@adizere)
856
-
- Special thanks to the [Vega.xyz](https://vega.xyz/) team, and in particular to Zohar (@ze97286), for reporting the problem and working with us to get to a fix.
859
+
- Special thanks to the [Vega.xyz](https://vega.xyz/) team, and in particular to Zohar (@ze97286), for reporting the problem and working with us to get to a fix.
857
860
-`[docker]` enable cross platform build using docker buildx
0 commit comments