Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

feat(node/sequencer): connect build tasks to the engine#2359

Merged
theochap merged 1 commit intomainfrom
theo/connect-sequencer
Jul 7, 2025
Merged

feat(node/sequencer): connect build tasks to the engine#2359
theochap merged 1 commit intomainfrom
theo/connect-sequencer

Conversation

@theochap
Copy link
Member

@theochap theochap commented Jul 7, 2025

Description

Closes #2319. This is pretty straightforward: it simply requires to connect the channel to receive block building requests to the engine

@theochap theochap self-assigned this Jul 7, 2025
@theochap theochap added A-node Area: cl node (eq. Go op-node) handles single-chain consensus A-sequencer Area: sequencer labels Jul 7, 2025
@theochap theochap moved this to In Review in Project Tracking Jul 7, 2025
@codecov
Copy link

codecov bot commented Jul 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.7%. Comparing base (0eee8ff) to head (3466e73).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@theochap theochap added the K-feature Kind: feature label Jul 7, 2025
Copy link
Contributor

@clabby clabby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@theochap theochap added this pull request to the merge queue Jul 7, 2025
Merged via the queue into main with commit e0a26af Jul 7, 2025
25 checks passed
@theochap theochap deleted the theo/connect-sequencer branch July 7, 2025 19:08
@github-project-automation github-project-automation bot moved this from In Review to Done in Project Tracking Jul 7, 2025
theochap added a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
)

## Description

Closes op-rs/kona#2319. This is pretty straightforward: it simply requires to
connect the channel to receive block building requests to the engine
theochap added a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
)

## Description

Closes #2319. This is pretty straightforward: it simply requires to
connect the channel to receive block building requests to the engine
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A-node Area: cl node (eq. Go op-node) handles single-chain consensus A-sequencer Area: sequencer K-feature Kind: feature

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

feat(node/sequencer): plug in sequencer build_request_rx channel to Engine actor

2 participants