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

feat(node): add admin_resetDerivationPipeline RPC endpoint#3121

Merged
op-will merged 4 commits intoop-rs:mainfrom
mablr:feature/admin_resetDerivationPipeline
Dec 4, 2025
Merged

feat(node): add admin_resetDerivationPipeline RPC endpoint#3121
op-will merged 4 commits intoop-rs:mainfrom
mablr:feature/admin_resetDerivationPipeline

Conversation

@mablr
Copy link
Contributor

@mablr mablr commented Dec 1, 2025

Close #3100 by adding admin_resetDerivationPipeline RPC endpoint.

Followed the testing patterns from #3101, whole diff is not covered but the core logic is.

@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

❌ Patch coverage is 75.67568% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.2%. Comparing base (a7fcea8) to head (8ccb54c).
⚠️ Report is 8 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...e/service/src/actors/sequencer/admin_api_client.rs 0.0% 6 Missing ⚠️
crates/node/rpc/src/admin.rs 0.0% 3 Missing ⚠️

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

@mablr mablr marked this pull request as ready for review December 2, 2025 21:13
Copy link
Collaborator

@op-will op-will left a comment

Choose a reason for hiding this comment

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

Looks great!

@op-will op-will added this pull request to the merge queue Dec 3, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Dec 3, 2025
@op-will op-will added this pull request to the merge queue Dec 3, 2025
Merged via the queue into op-rs:main with commit 58dbae6 Dec 4, 2025
42 of 49 checks passed
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
…ona#3121)

Close op-rs/kona#3100 by adding `admin_resetDerivationPipeline` RPC endpoint.

Followed the testing patterns from op-rs/kona#3101, whole diff is not covered but
the core logic is.
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
…ona#3121)

Close #3100 by adding `admin_resetDerivationPipeline` RPC endpoint.

Followed the testing patterns from #3101, whole diff is not covered but
the core logic is.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(node/actor): Support admin_resetDerivationPipeline RPC endpoint

2 participants