Skip to content

Commit 57cd3ef

Browse files
committed
cleanup readme
1 parent 4d1b531 commit 57cd3ef

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pkg/sequencers/solo/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)