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

feat: feature gate c-kzg in reth-primitives #5240

Merged
merged 3 commits into from
Nov 2, 2023

Conversation

Rjected
Copy link
Member

@Rjected Rjected commented Oct 30, 2023

This feature gates reth-primitives types that require c-kzg behind a feature flag of the same name.

@Rjected Rjected added the C-enhancement New feature or request label Oct 30, 2023
@@ -90,6 +90,7 @@ pprof = { version = "0.12", features = ["flamegraph", "frame-pointer", "criterio
[features]
default = []
Copy link
Collaborator

@mattsse mattsse Oct 30, 2023

Choose a reason for hiding this comment

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

should we make it default?

Copy link
Member Author

Choose a reason for hiding this comment

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

sort of indifferent to what it should be tbh, but let's make it default for now

crates/primitives/src/constants/eip4844.rs Outdated Show resolved Hide resolved
@Rjected Rjected marked this pull request as ready for review October 31, 2023 16:26
@Rjected Rjected requested a review from gakonst as a code owner October 31, 2023 16:26
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

lgtm

@mattsse
Copy link
Collaborator

mattsse commented Nov 2, 2023

good to merge @Rjected ?

@Rjected Rjected added this pull request to the merge queue Nov 2, 2023
Merged via the queue into main with commit 24fade3 Nov 2, 2023
22 checks passed
@Rjected Rjected deleted the dan/c-kzg-feature-primitives branch November 2, 2023 14:34
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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants