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
fix: keep sequencer for promotable followers and require DA for promotable mode
Promotable nodes start as followers but can be promoted to proposer at
runtime, which hands the sequencer to the aggregator components. The
non-aggregator guard (added to testapp in #3386 and mirrored here for
the EVM app) would leave promotable nodes with a nil sequencer and
break promotion. Create the sequencer for promotable nodes too, and
require a DA address for promotable mode at config validation, same as
aggregator mode.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments