Commit 3c0a15c
committed
fix: persist DA included height in syncer for full nodes
Full nodes syncing from DA were not persisting the DAIncludedHeightKey
metadata, causing the E2E test to fail when querying this value.
The submitter (sequencer) already persists this key when verifying DA
inclusion. This change adds the same logic to the syncer so full nodes
also track which blocks have been DA included.1 parent 955a170 commit 3c0a15c
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
467 | 474 | | |
468 | 475 | | |
469 | 476 | | |
| |||
0 commit comments