-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
replace reth BlobTransactionSidecar with alloy's #8081
Comments
hey there, is the issue open or blocked by the alloy pr? |
should be ready now, last blocker is possibly alloy-rs/alloy#679 but doesn't impact changes just --all-features compilation do you want to take this? first we need to bump the alloy deps here and https://github.com/paradigmxyz/evm-inspectors |
Yes, i would like to try this. |
nice, if you have any questions etc, please open a draft pr and we take it from there |
Well, before opening a draft can u please dump as many pointers as you can. Also from what i understand , we need to delete the struct and all the impls related to it what do we exactly import from alloy for BlobTransactionSidecar?, also we need to delete the validate_blob function and import it from alloy_consensus right? |
yes to all of this |
|
this is merged now: |
Hey i dont think i would be able to continue on this one. Will be out on a lookout for more easier GFIs. |
submitting a pr on this issue then. |
Describe the feature
with this alloy-rs/alloy#677
we can remove this entirely:
reth/crates/primitives/src/transaction/sidecar.rs
Lines 309 to 319 in ead753d
and this implementation as well
reth/crates/primitives/src/transaction/eip4844.rs
Lines 118 to 123 in ead753d
Additional context
No response
The text was updated successfully, but these errors were encountered: