-
Notifications
You must be signed in to change notification settings - Fork 46
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: kona-providers #596
feat: kona-providers #596
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
44cfc38
to
0ff3d43
Compare
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files☔ View full report in Codecov by Sentry. |
Description
Splits out provider traits from
kona-derive
into a new minimal crate that can be implemented by various provider implementation crates likekona-providers-alloy
.Also bumps
alloy
andop-alloy
dependencies to use upstream block types.