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

feat(node/service): Handle resets in SequencerActor#2313

Merged
clabby merged 1 commit intomainfrom
cl/seq-reset-capability
Jun 27, 2025
Merged

feat(node/service): Handle resets in SequencerActor#2313
clabby merged 1 commit intomainfrom
cl/seq-reset-capability

Conversation

@clabby
Copy link
Contributor

@clabby clabby commented Jun 27, 2025

Overview

Plumbs in the reset request channel from #2312 into the SequencerActor, and sends a reset request if there is a Reset error during attributes building.

closes #2305

@clabby clabby self-assigned this Jun 27, 2025
@clabby clabby requested review from emhane and refcell as code owners June 27, 2025 15:42
@clabby clabby added the K-feature Kind: feature label Jun 27, 2025
@clabby clabby requested a review from theochap as a code owner June 27, 2025 15:42
@clabby clabby added A-node Area: cl node (eq. Go op-node) handles single-chain consensus W-node Workstream: kona-node labels Jun 27, 2025
@codecov
Copy link

codecov bot commented Jun 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.0%. Comparing base (ca41a61) to head (8934f2b).
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.

Base automatically changed from cl/eng-reset-req-chan to main June 27, 2025 16:36
@clabby clabby force-pushed the cl/seq-reset-capability branch from d877361 to 8934f2b Compare June 27, 2025 21:47
@clabby clabby enabled auto-merge June 27, 2025 21:48
@clabby clabby added this pull request to the merge queue Jun 27, 2025
Merged via the queue into main with commit e0fc618 Jun 27, 2025
25 checks passed
@clabby clabby deleted the cl/seq-reset-capability branch June 27, 2025 22:09
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
## Overview

Plumbs in the reset request channel from op-rs/kona#2312 into the
`SequencerActor`, and sends a reset request if there is a `Reset` error
during attributes building.

closes op-rs/kona#2305
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
## Overview

Plumbs in the reset request channel from #2312 into the
`SequencerActor`, and sends a reset request if there is a `Reset` error
during attributes building.

closes #2305
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 K-feature Kind: feature W-node Workstream: kona-node

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(node/service): Allow sequencer actor to request an engine reset

2 participants