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

Extract ethereum-forks crate #13572

Open
mattsse opened this issue Dec 28, 2024 · 0 comments
Open

Extract ethereum-forks crate #13572

mattsse opened this issue Dec 28, 2024 · 0 comments
Assignees
Labels
C-enhancement New feature or request

Comments

@mattsse
Copy link
Collaborator

mattsse commented Dec 28, 2024

Describe the feature

ethereum forks crate contains support for various hardforks and forkid checking,

it no longer contains any reth specific dependencies and no alloy/alloy deps

# ethereum
alloy-chains.workspace = true
alloy-primitives = { workspace = true, features = ["serde", "rlp"] }
alloy-rlp = { workspace = true, features = ["arrayvec", "derive"] }
once_cell.workspace = true

we can extract this to a standalone crate

Additional context

alloy-rs/eips#24

@mattsse mattsse added C-enhancement New feature or request S-needs-triage This issue needs to be labelled labels Dec 28, 2024
@mattsse mattsse removed the S-needs-triage This issue needs to be labelled label Dec 28, 2024
@mattsse mattsse self-assigned this Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant