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

check against eth hash #808

Closed
wants to merge 3 commits into from
Closed

Conversation

darioush
Copy link

No description provided.

@darioush darioush changed the title WIP check against eth hash Feb 27, 2025
@@ -1752,6 +1750,50 @@ mod tests {
}
}

#[cfg(feature = "ethhash")]
Copy link
Collaborator

Choose a reason for hiding this comment

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

If you move this test over to ethhash.rs you can avoid adding this directive

@@ -48,6 +48,11 @@ clap = { version = "4.5.0", features = ['derive'] }
pprof = { version = "0.14.0", features = ["flamegraph"] }
tempfile = "3.12.0"
tokio = { version = "1.36.0", features = ["rt", "sync", "macros", "rt-multi-thread"] }
ethereum-types = "0.15.1"
Copy link
Collaborator

Choose a reason for hiding this comment

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

These should all contain features flags to make the build faster without the feature flag enabled

Suggested change
ethereum-types = "0.15.1"
ethereum-types = { version = "0.15.1", features = [ "ethhash" ] }

@darioush darioush marked this pull request as ready for review February 27, 2025 03:57
@darioush
Copy link
Author

darioush commented Mar 1, 2025

closing, the relevant commits was already added to 807

@darioush darioush closed this Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants