File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ flowchart LR
1616
1717## Design Decisions
1818
19- | Decision | Rationale |
20- | ------------------------ | -------------------------------------------------------------------- |
21- | In-memory queue | No persistence overhead; suitable for trusted single-operator setups |
22- | No forced inclusion | Avoids DA epoch tracking, checkpoint storage, and catch-up logic |
23- | No DA client dependency | ` VerifyBatch ` returns true unconditionally |
24- | Configurable queue limit | Provides backpressure when blocks can't be produced fast enough |
19+ | Decision | Rationale |
20+ | ----------------------- | -------------------------------------------------------------------- |
21+ | In-memory queue | No persistence overhead; suitable for trusted single-operator setups |
22+ | No forced inclusion | Avoids DA epoch tracking, checkpoint storage, and catch-up logic |
23+ | No DA client dependency | ` VerifyBatch ` returns true unconditionally |
2524
2625## Flow
2726
You can’t perform that action at this time.
0 commit comments