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: don't filter out hardforks #10723

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Conversation

onbjerg
Copy link
Member

@onbjerg onbjerg commented Sep 5, 2024

Currently if a hardfork is not activated on e.g. mainnet for Ethereum, the hardfork would be filtered out when specified in the genesis, because we try to sort the hardforks by activation order.

For now, we just add the "unknown" forks at the end of the list

@onbjerg onbjerg added the C-bug An unexpected or incorrect behavior label Sep 5, 2024
@mattsse mattsse enabled auto-merge September 5, 2024 18:55
@mattsse mattsse added this pull request to the merge queue Sep 5, 2024
Merged via the queue into main with commit 665bfd7 Sep 5, 2024
35 checks passed
@mattsse mattsse deleted the onbjerg/dont-filter-hardforks branch September 5, 2024 19:18
marioevz pushed a commit to marioevz/reth that referenced this pull request Sep 5, 2024
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