feat: use kzg-rs for kzg point evaluation#1558
Merged
rakita merged 17 commits intobluealloy:mainfrom Jul 10, 2024
Merged
Conversation
rakita
reviewed
Jun 22, 2024
rakita
reviewed
Jun 24, 2024
rakita
reviewed
Jun 24, 2024
Member
|
Needs to be checked that it compiles with |
474d52b to
746f037
Compare
rakita
reviewed
Jun 28, 2024
676d1c9 to
fc4cd81
Compare
rakita
reviewed
Jun 30, 2024
rakita
reviewed
Jun 30, 2024
rakita
reviewed
Jun 30, 2024
Member
rakita
left a comment
There was a problem hiding this comment.
small nits left. Others things lgtm
Member
|
@0xWOLAND can you merge with newest main, PR changes show me diffs of code not related to this PR |
rakita
reviewed
Jul 8, 2024
rakita
reviewed
Jul 8, 2024
rakita
requested changes
Jul 8, 2024
rakita
reviewed
Jul 10, 2024
rakita
reviewed
Jul 10, 2024
rakita
reviewed
Jul 10, 2024
rakita
reviewed
Jul 10, 2024
rakita
reviewed
Jul 10, 2024
Member
|
@0xWOLAND added a few comments for new feature. Will merge PR after CI |
rakita
reviewed
Jul 10, 2024
This was referenced Jul 10, 2024
Closed
Closed
Closed
Closed
Merged
j75689
pushed a commit
to j75689/revm
that referenced
this pull request
Aug 1, 2024
* feat: use `kzg-rs` * fix: use `c-kzg` by default in std env * refactor: feature gate by `c-kzg` * fix: use published crate * fix: `kzg-rs` import * feat: use `cfg_if` for `kzg-rs` imports * feat: use `kzg-rs` * fix: `kzg-rs` import * chore: add `kzg-rs` feature to revm-interpreter * fix: check kzg-rs enable in revm/precompile * fix: kzg-rs include once_cell and derive_more in primitives, update feature tags * Update crates/primitives/src/lib.rs * Update crates/precompile/src/lib.rs * Update crates/primitives/Cargo.toml * Update crates/revm/Cargo.toml * Update crates/precompile/Cargo.toml * Update crates/primitives/src/lib.rs --------- Co-authored-by: rakita <rakita@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently,
revmusesc-kzgfor KZG point evaluation. It would be useful to have a[no_std]endpoint for this, whichkzg-rscan be used for.