Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: revert header error message change #10866

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

onbjerg
Copy link
Member

@onbjerg onbjerg commented Sep 12, 2024

Currently op-reth and alphanet are not able to communicate properly with op-node because we changed the error message for missing blocks/headers, which op-node does a string match on to decide how to fetch the header otherwise.

This PR reverts that change temporarily until ethereum-optimism/optimism#11759 is merged, which will unblock alphanet progress

Supersedes #10864

@onbjerg onbjerg added the A-rpc Related to the RPC implementation label Sep 12, 2024
@onbjerg onbjerg enabled auto-merge September 12, 2024 16:19
@onbjerg onbjerg force-pushed the onbjerg/header-not-found-err branch from 1c172ab to 6dbf37c Compare September 12, 2024 16:27
@onbjerg onbjerg force-pushed the onbjerg/header-not-found-err branch from 6dbf37c to e11f0fc Compare September 12, 2024 16:40
@onbjerg onbjerg added this pull request to the merge queue Sep 12, 2024
Merged via the queue into main with commit 29e11d3 Sep 12, 2024
34 checks passed
@onbjerg onbjerg deleted the onbjerg/header-not-found-err branch September 12, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Related to the RPC implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants