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
// Verify forced inclusion transactions if configured.
752
-
// The checks is actually only performed on DA only enabled nodes, or P2P nodes catching up with the HEAD.
753
-
// P2P nodes at HEAD aren't actually able to verify forced inclusions txs as DA inclusion happens later (so DA hints are not available). This is a known limitation described in the ADR.
// The checks is actually only performed on DA only enabled nodes.
753
+
// P2P nodes aren't actually able to verify forced inclusions txs as DA inclusion happens later (so DA hints are not available) and DA hints cannot be trusted. This is a known limitation described in the ADR.
754
+
// In the future we should verify force inclusion txs completely asynchronously, while still waiting for block n-1 execution.
0 commit comments