-
Notifications
You must be signed in to change notification settings - Fork 272
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
[Feature] Move Mainnet KZG group and Lazy<KzgSettings>
#349
Comments
#[cfg(feature = "kzg")]
use c_kzg::{Blob, Bytes48, KzgCommitment, KzgProof, KzgSettings}; this is already behind the |
no, use whatever existing feature name 🤝 |
I don't think, would be necessary in the Secondly, I am looking to add;
what are your thoughts? |
all of the utils and constants defined on revm should be moved here, then once we have a release we can replace them in revm with our crate |
Alright... that makes sense, on it. |
Component
consensus, eips, genesis
Describe the feature you would like
4844 constants in alloy-eips needs the following
Lazy<Arc<KzgSettings>>
and other loading methods from rethAdditional context
Should be feature-gated behind
c_kzg
The text was updated successfully, but these errors were encountered: