File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Non-errors that can indicate preconditions for a problem to occur:
6969- New L2 unsafe blocks
7070 ` "Inserted new L2 unsafe block" `
7171- New L2 safe blocks
72- ` "Derivation complete: reached L2 block as safe " `
72+ ` "safe head updated " `
7373
7474### Recoverable Errors
7575
@@ -95,7 +95,8 @@ Events that need to raise urgent alerts as they indicate full chain stall:
9595- New L2 unsafe blocks
9696 ` "Inserted new L2 unsafe block" `
9797- New L2 safe blocks
98- ` "Derivation complete: reached L2 block as safe" `
98+ Either ` "safe head updated" ` or ` "Hit finalized L2 head, returning immediately" ` with increasing
99+ L2 safe number. The former is the normal case, and the latter happens after a reset.
99100
100101### Recoverable Errors
101102
You can’t perform that action at this time.
0 commit comments