Make TransactionValidationOutcome
generic over error type
#14037
Labels
A-op-reth
Related to Optimism and op-reth
A-sdk
Related to reth's use as a library
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
Make generic over invalid transaction error type with default being
E = InvalidPoolTransactionError
reth/crates/transaction-pool/src/validate/mod.rs
Lines 31 to 55 in 42dc1ed
This is necessary so that rollups can match on their own variants of invalid transaction errors.
Additional context
No response
The text was updated successfully, but these errors were encountered: