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

feat: Dependency Update #528

Merged
merged 1 commit into from
Sep 17, 2024
Merged

feat: Dependency Update #528

merged 1 commit into from
Sep 17, 2024

Conversation

refcell
Copy link
Collaborator

@refcell refcell commented Sep 16, 2024

Description

Updates dependencies and removes superchain-primitives, using upstream op-alloy types instead.

Also removes the block_info mod from kona-primitives.

Closes #507

@refcell refcell self-assigned this Sep 16, 2024
@refcell refcell requested a review from clabby September 16, 2024 16:02
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

Attention: Patch coverage is 73.68421% with 20 lines in your changes missing coverage. Please review.

Project coverage is 76.6%. Comparing base (24e8e41) to head (baf3ba7).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/derive/src/batch/single_batch.rs 28.5% 5 Missing ⚠️
crates/primitives/src/payload.rs 0.0% 4 Missing ⚠️
crates/derive/src/errors.rs 0.0% 3 Missing ⚠️
...ates/derive/src/stages/attributes_queue/builder.rs 85.7% 3 Missing ⚠️
crates/derive/src/batch/span_batch/batch.rs 93.7% 2 Missing ⚠️
crates/derive/src/online/alloy_providers.rs 0.0% 2 Missing ⚠️
crates/derive/src/stages/l1_traversal.rs 0.0% 1 Missing ⚠️
Additional details and impacted files

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

@refcell refcell force-pushed the rf/feat/large-dep-update branch 2 times, most recently from 05403d2 to c1f8d6b Compare September 16, 2024 17:59
@refcell refcell force-pushed the rf/feat/large-dep-update branch from 6281db9 to baf3ba7 Compare September 16, 2024 18:21
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.

Very nice 💯

@refcell refcell added this pull request to the merge queue Sep 17, 2024
Merged via the queue into main with commit f639744 Sep 17, 2024
14 of 15 checks passed
This was referenced Sep 17, 2024
This was referenced Sep 27, 2024
This was referenced Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(primitives): Remove Block Info Module
2 participants