Commit 3d55851
committed
fix: enqueue block root for empty first blocks after parity moved to checkpoint (A-1374)
A no-tx block has no base or merge proof whose completion enqueues its block
root, and A-1374 moved the parity proof (which previously fired it) from the
first block root to the checkpoint root. Nothing then enqueued the empty-tx
first block root, so its sub-tree never resolved and proving deadlocked.
Enqueue it directly once the empty block's end state is set.1 parent 3b7d059 commit 3d55851
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 | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
312 | 318 | | |
313 | 319 | | |
314 | 320 | | |
| |||
0 commit comments