Commit 0ea98ea
authored
## Summary
Backport of #22050
to v4-next.
Cherry-pick applied cleanly. The noir-projects change from the original
PR was already present on v4-next, so only the PXE block_synchronizer
changes were needed.
### Changes
- Adds warning logs in PXE block synchronizer when `getBlockHeader`
returns null for `chain-proven` and `chain-finalized` events, instead of
silently skipping the anchor update
- Adds a comment clarifying the local promise capture pattern in
`sync()`
ClaudeBox log: https://claudebox.work/s/017ec0a44d097055?run=1
1 file changed
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| 91 | + | |
| 92 | + | |
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| |||
152 | 156 | | |
153 | 157 | | |
154 | 158 | | |
| 159 | + | |
| 160 | + | |
155 | 161 | | |
156 | 162 | | |
157 | 163 | | |
| |||
0 commit comments