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 features powerset for reth-primitives #10138

Conversation

citizen-stig
Copy link
Contributor

Another followup of #10130

This PR adds cargo hack to makefile to validate that reth-primitives and reth-primitive-traits can compile with all feature combinations.

  • remove thiserror-no-std in favor of original thiserror and feature gate it behind std. Some details I've described in Fix various compilation errors for no-std in crates #9478 (comment) . But this PR does not remove it from whole repo, I leave it up to the reth team.
  • c-kgz does not need thiserror dependency.
  • c-kgz constants are only available with std
  • reth-codecs feature only available with std, because it is quite hard to make compile zstd in no_std or riscv target.

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.

this looks correct to me, ty

@mattsse mattsse added the C-enhancement New feature or request label Aug 6, 2024
@mattsse mattsse added this pull request to the merge queue Aug 6, 2024
Merged via the queue into paradigmxyz:main with commit e24e4c7 Aug 6, 2024
33 checks passed
martinezjorge pushed a commit to martinezjorge/reth that referenced this pull request Aug 7, 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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants