-
Notifications
You must be signed in to change notification settings - Fork 386
chore(deps): c-kzg 2.0 #2240
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
chore(deps): c-kzg 2.0 #2240
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
DEFAULT.get_or_init(|| alloc::boxed::Box::new(load())) | ||
} | ||
} | ||
Self::Default => c_kzg::ethereum_kzg_settings(0), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this ckzg api is incredibly weird, because this allows providing an argument which is then ignored the second time this function is called because the kzgsettings are cached.
however, for this crate this is perfectly fine
@yash-atreya why is this marked as blocked? I'm wondering if there is an issue with integration |
no issue with the integration, but this is a breaking change and would further split crate compatibility until everything is migrated properly. but I think we can now send 0.13 but this must be timed with revm release otherwise this can't be upgraded |
Motivation
Closes #1745
Solution
PR Checklist