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
Define new type reth_optimism_primitives::OpTxType that implements reth_primitives_traits::TxType. This type is required because a Compact impl is needed on the deposit tx type. The type can simply be a wrapper of op_alloy_consensus::OpTxType.
This issue is blocked so long as reth_primitives_traits::TxType has From<alloy_consensus::TxType> as trait bound.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
Define new type
reth_optimism_primitives::OpTxType
that implementsreth_primitives_traits::TxType
. This type is required because aCompact
impl is needed on the deposit tx type. The type can simply be a wrapper ofop_alloy_consensus::OpTxType
.This issue is blocked so long as
reth_primitives_traits::TxType
hasFrom<alloy_consensus::TxType>
as trait bound.Additional context
No response
The text was updated successfully, but these errors were encountered: