You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
envelope
functions with trait impleasiest 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
The text was updated successfully, but these errors were encountered: