If node is running a rollup in based mode, it can likely reduce the number of go routines it needs to run.
For example, the HeaderSubmissionLoop can be disabled along with the DAincluder loop if the DAInclusionLogic is moved to GetNextBatch of based sequencer.
Needs exploration and likely rollkit to be aware of which sequencer mode it's running jn
If node is running a rollup in based mode, it can likely reduce the number of go routines it needs to run.
For example, the HeaderSubmissionLoop can be disabled along with the DAincluder loop if the DAInclusionLogic is moved to GetNextBatch of based sequencer.
Needs exploration and likely rollkit to be aware of which sequencer mode it's running jn