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
// We need to simulate height 1 being processed first so height 2 is "next"
754
754
// OR we can just test that it DOES NOT trigger DA retrieval if it's pending.
755
755
// Wait, the logic for DA retrieval is BEFORE the "next block" check?
756
756
// Let's check syncer.go...
757
757
// Yes, "If this is a P2P event with a DA height hint, trigger targeted DA retrieval" block is AFTER "If this is not the next block in sequence... return"
758
-
758
+
759
759
// So we need to be at height 1 to process height 2.
0 commit comments