Closed
Description
openedon Sep 24, 2024
Describe the feature
currently we use our own native functions for:
reth/crates/primitives/src/transaction/mod.rs
Lines 1195 to 1213 in 68d76f6
we will move more things to alloy traits and encoding is one thing so we should transition this already to alloy's traits
TODO:
- replace reth
envelope
functions with trait impl
easiest way to update this across the codebase is to first rename the reth function, then impl the trait and remove reth function, then import trait where this is called
Additional context
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Type
Projects
Status
Done