-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 RecoveredTx
with alloy's RecoveredTx
type
#13651
Comments
Could you please assign this issue to me? |
assigned, ty. strongly recommend to start with step 0. first to keep overall changes manageable |
…Recovered's This is a part of paradigmxyz#13651
…ered's This is the first part of paradigmxyz#13651
I’d like to resolve this. |
Progress: #13663 does the first step, Very appreciate for your kindly help @mattsse
|
this has also been moved already #13677 marking this issue as closed |
is the issue closed
…On Tue, 7 Jan 2025 at 13:23, Matthias Seitz ***@***.***> wrote:
remove extension trait and integrate these functions in SignedTransaction
directly
this has also been moved already #13677
<#13677>
marking this issue as closed
—
Reply to this email directly, view it on GitHub
<#13651 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5JIEWUD4RGAVH6MKBP6ELT2JOBWZAVCNFSM6AAAAABUTACDAWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZUGYYDKOBVGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Describe the feature
#13650 unblocks us from phasing out:
reth/crates/primitives/src/transaction/mod.rs
Line 1526 in 81701c2
which is identical to:
https://github.com/alloy-rs/alloy/blob/fa109e3a41bc84ca0721a218003ff3c45dcbc36e/crates/consensus/src/transaction/recovered.rs#L8-L8
there could be a few additional unexpected blockers, the recommended strategy for this pr would be:
reth_primitives::RecoveredTx
functions so that they matchalloy::Recovered
's (this should be an initial separate PR first)alloy::Recovered as RecoveredTx
from reth-primitives-traitsSignedTransaction
directlyreth/crates/primitives/src/transaction/mod.rs
Line 1618 in fc9d95a
reth_primitives::RecoveredTx
code and replace with a re-exportpub use reth_primitives_traits::RecoveredTx
possible that we need alloy-rs/alloy#1885 first
Additional context
No response
The text was updated successfully, but these errors were encountered: