Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 84e2ee7

Browse files
Update adr-11-centralized-sequencer.md
Co-authored-by: Marko <marko@baricevic.me>
1 parent 3731b11 commit 84e2ee7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

adr-11-centralized-sequencer.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ This approach was not chosen because:
3535
We implement a standalone centralized sequencer that:
3636

3737
1. Implements the Generic Sequencer interface from the `go-sequencing` package
38-
2. Exposes a gRPC service for rollup clients to submit transactions
39-
3. Batches transactions and submits them to a DA layer at regular intervals
40-
4. Maintains state to track submitted batches and provide verification
41-
5. Provides metrics for monitoring and observability
38+
2. Batches transactions and submits them to a DA layer at regular intervals
39+
3. Provides metrics for monitoring and observability
4240

4341
The centralized sequencer is a separate repository and can be deployed as a standalone service or as a Docker container.
4442

0 commit comments

Comments
 (0)