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
- guard the slot-set trim against last_known_head=0 (previously the
cutoff could go negative and silently never trim)
- pick canonical fork by client majority instead of highest head_slot
(a minority fork can briefly be ahead during a split)
- offline alert only on status=offline; synchronizing/optimistic are
normal transient states and were over-paging
- split Slack messages on line boundaries when they exceed 3800 chars
instead of letting Slack silently truncate
- distinguish Slack 429 in the error log
- cap /clients/execution HTML read at 512KB to bound regex work
- clearer error on unknown YAML keys (top-level and under checks:)
- minor: docstring noting heartbeat snapshots aren't atomic, simpler
dry-run prefix closure, cleaner status check in DoraClient._get
0 commit comments