Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

chore(primitives): rm RawTransaction#505

Merged
refcell merged 3 commits intomainfrom
rf/chore/rm-raw-tx
Sep 7, 2024
Merged

chore(primitives): rm RawTransaction#505
refcell merged 3 commits intomainfrom
rf/chore/rm-raw-tx

Conversation

@refcell
Copy link
Contributor

@refcell refcell commented Sep 6, 2024

Description

Removes the RawTransaction type from kona-primitives, using alloy_primitives::Bytes in-place.

Closes #500

Copy link
Contributor Author

refcell commented Sep 6, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @refcell and the rest of your teammates on Graphite Graphite

@refcell refcell changed the title chore(primitives): Remove the RawTransaction type chore(primitives): rm RawTransaction Sep 6, 2024
@refcell refcell requested a review from clabby September 6, 2024 12:54
@refcell refcell added A-primitives K-chore Kind: chore labels Sep 6, 2024 — with Graphite App
@refcell refcell marked this pull request as ready for review September 6, 2024 12:54
@refcell refcell self-assigned this Sep 6, 2024
@codecov
Copy link

codecov bot commented Sep 6, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 77.2%. Comparing base (829b674) to head (61e7e33).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
crates/derive/src/batch/single_batch.rs 66.6% 1 Missing ⚠️
crates/derive/src/batch/span_batch/transactions.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 and others added 2 commits September 7, 2024 09:07
@refcell refcell enabled auto-merge September 7, 2024 13:20
@refcell refcell added this pull request to the merge queue Sep 7, 2024
Merged via the queue into main with commit b6d6db6 Sep 7, 2024
@github-actions github-actions bot mentioned this pull request Sep 10, 2024
This was referenced Sep 21, 2024
This was referenced Oct 13, 2024
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
* chore(primitives): Remove the RawTransaction type

* Update crates/derive/src/batch/single_batch.rs

Co-authored-by: clabby <ben@clab.by>

* fix: util name

---------

Co-authored-by: clabby <ben@clab.by>
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
* chore(primitives): Remove the RawTransaction type

* Update crates/derive/src/batch/single_batch.rs

Co-authored-by: clabby <ben@clab.by>

* fix: util name

---------

Co-authored-by: clabby <ben@clab.by>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

K-chore Kind: chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(primitives): Remove RawTransaction

2 participants