Return result from TransactionCompat::fill
#12020
Labels
A-sdk
Related to reth's use as a library
C-debt
Refactor of code section that is hard to understand or maintain
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
Add AT
TransactionCompat::Error
and change signature ofTransactionCompat::fill
to return a result wrappingTransactionCompat::Error
in error variant.reth/crates/rpc/rpc-types-compat/src/transaction/mod.rs
Lines 78 to 80 in 7a06298
This error should then be propagated, instead of converting to option here
reth/crates/optimism/rpc/src/eth/transaction.rs
Line 115 in d7f08cd
Additional context
No response
The text was updated successfully, but these errors were encountered: