-
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
chore(workspace): Removes Primitives #638
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files☔ View full report in Codecov by Sentry. |
634c59a
to
54ec4f3
Compare
Codecov isn't updating with the rebase... it's 91.5% on codecov.io |
4cf20d9
to
364a8d8
Compare
d0f654a
to
f5ab6fd
Compare
aa6d626
to
2cba579
Compare
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.
It's finally here wowowow
Send it - would be nice to get some tickets up for the cleanups to follow:
- Move Beacon API response types to
alloy-rpc-beacon
- Coverage on blob decoding (this actually feels like a great candidate for
op-alloy-protocol
, given our blob encoding is a consensus construct.)
* feat(workspace): remove primitives * fix: indexed blob hash
Description
Removes
kona-primitives
, in favor of upstream alloy types.Metadata
Closes #516