Skip to content
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

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Conversation

refcell
Copy link
Collaborator

@refcell refcell commented Oct 6, 2024

Description

Removes kona-primitives, in favor of upstream alloy types.

Metadata

Closes #516

@refcell refcell requested a review from clabby October 6, 2024 14:10
@refcell refcell self-assigned this Oct 6, 2024
@refcell refcell changed the title feat(workspace): Removes Primitives chore(workspace): Removes Primitives Oct 6, 2024
Copy link

codecov bot commented Oct 6, 2024

Codecov Report

Attention: Patch coverage is 71.02804% with 62 lines in your changes missing coverage. Please review.

Project coverage is 94.2%. Comparing base (6b6a881) to head (dde88b7).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
crates/derive/src/sources/blobs.rs 65.1% 61 Missing ⚠️
crates/derive/src/batch/span_batch/transactions.rs 50.0% 1 Missing ⚠️
Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Cargo.toml Outdated Show resolved Hide resolved
@refcell
Copy link
Collaborator Author

refcell commented Oct 8, 2024

Codecov isn't updating with the rebase... it's 91.5% on codecov.io

Cargo.toml Outdated Show resolved Hide resolved
bin/client/src/l1/blob_provider.rs Outdated Show resolved Hide resolved
crates/derive/src/attributes/mod.rs Show resolved Hide resolved
crates/providers-alloy/src/beacon_client.rs Outdated Show resolved Hide resolved
crates/derive/src/sources/blobs.rs Show resolved Hide resolved
@refcell refcell requested a review from clabby October 18, 2024 17:38
Copy link
Collaborator

@clabby clabby left a 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:

  1. Move Beacon API response types to alloy-rpc-beacon
  2. Coverage on blob decoding (this actually feels like a great candidate for op-alloy-protocol, given our blob encoding is a consensus construct.)

@refcell refcell added this pull request to the merge queue Oct 18, 2024
Merged via the queue into main with commit 2bd0928 Oct 18, 2024
16 of 17 checks passed
This was referenced Oct 18, 2024
TomTaehoonKim pushed a commit to TomTaehoonKim/kona that referenced this pull request Nov 5, 2024
* feat(workspace): remove primitives

* fix: indexed blob hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
K-chore Kind: chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(primitives): Use Alloy Blob Sidecar Type
2 participants