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: bump c-kzg, add portable feature, make it default #1106

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

Rjected
Copy link
Collaborator

@Rjected Rjected commented Feb 20, 2024

This uses the new portable feature, enabled by default, for c-kzg. Also bumps c-kzg version. Removes the need to do:

// TODO: remove when we have `portable` feature in `c-kzg`
use blst as _;

and

# TODO: remove `blst` dep when `c-kzg` has a portable feature
c-kzg = ["dep:c-kzg", "revm-primitives/c-kzg", "dep:blst", "blst?/portable"]

@Rjected Rjected added the dependencies Pull requests that update a dependency file label Feb 20, 2024
@rakita rakita merged commit a0af248 into bluealloy:main Feb 20, 2024
24 of 25 checks passed
@github-actions github-actions bot mentioned this pull request Feb 19, 2024
@Rjected Rjected deleted the dan/bump-c-kzg branch February 20, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants