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
Implement a From<TypedTransaction> for OpTypedTransaction where TypedTransaction is from anvil.
Place this behind an anvil feature flag so that the by-default this impl doesn't add dependency bloat.
Additional context
This is used for reading anvil transactions into rust test fixtures as in op-test-vectors.
The text was updated successfully, but these errors were encountered:
Component
consensus, eips, genesis
Describe the feature you would like
Implement a
From<TypedTransaction> for OpTypedTransaction
whereTypedTransaction
is from anvil.Place this behind an
anvil
feature flag so that the by-default this impl doesn't add dependency bloat.Additional context
This is used for reading anvil transactions into rust test fixtures as in op-test-vectors.
The text was updated successfully, but these errors were encountered: