From e2cca938465944ece5425bf46b62298828bbb018 Mon Sep 17 00:00:00 2001 From: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Date: Tue, 23 Dec 2025 17:11:24 +0100 Subject: [PATCH 1/2] Update README.md --- crates/runner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/runner/README.md b/crates/runner/README.md index 715def2e..ea2270f2 100644 --- a/crates/runner/README.md +++ b/crates/runner/README.md @@ -2,5 +2,5 @@ This crate hosts the Base-specific node launcher that wires together the Optimism node components, execution extensions, and RPC add-ons that run inside the Base node binary. -It exposes the types that the CLI uses to build a node and hand those pieces to Optimism's +It exposes the types that the CLI uses to build a node and pass those pieces to Optimism's `Cli` runner. From 82d8829680f673d95215481b7626313f26435f28 Mon Sep 17 00:00:00 2001 From: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Date: Tue, 23 Dec 2025 17:13:13 +0100 Subject: [PATCH 2/2] Update README.md --- crates/flashblocks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/flashblocks/README.md b/crates/flashblocks/README.md index 612d804b..356159cc 100644 --- a/crates/flashblocks/README.md +++ b/crates/flashblocks/README.md @@ -1,6 +1,6 @@ # Flashblocks State -This crate subscribes to Flashblocks & combines the state +This crate subscribes to Flashblocks and combines the state with the canonical block stream, to keep a consistent view of pending transactions, blocks, and receipts before -they are finalized on-chain. \ No newline at end of file +they are finalized on-chain.