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: do not delegate is_optimism check for Ethereum ChainSpec #12650

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

fgimenez
Copy link
Member

is_optimism should always be false for Ethereum's ChainSpec, otherwise it could return true for an Ethereum chain spec if the chain id is one of Optimism's chains.

This was causing hive tests to fail https://github.com/paradigmxyz/reth/actions/runs/11903470318/job/33171134482 will retrigger on this branch.

@fgimenez fgimenez added the C-bug An unexpected or incorrect behavior label Nov 19, 2024
@fgimenez
Copy link
Member Author

Successful hive execution from this branch https://github.com/paradigmxyz/reth/actions/runs/11910257420

@mattsse mattsse added this pull request to the merge queue Nov 19, 2024
Merged via the queue into main with commit b78f20f Nov 19, 2024
55 checks passed
@mattsse mattsse deleted the fgimenez/fix-is-op-check branch November 19, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants