[Bug] OP fields missing from op_alloy_rpc_types::OpTransactionReceipt
#54
Labels
C-bug
Category: Something isn't working
op_alloy_rpc_types::OpTransactionReceipt
#54
Component
consensus, eips, genesis, rpc
Describe the feature you would like
To add OP fields, either make
new variants oftypeOpReceiptEnvelope
, e.g.OpReceiptEnvelope::Ecotone
OpEcotoneReceipt
for blob fields, or re-define typeOpTransactionReceipt
. Implement decoding ofOpTransactionReceipt
with OP fields. Adding directly toOpTransactionReceipt
may make sense for some op fields, for others not.Ref https://github.com/ethereum-optimism/op-geth/blob/f2e69450c6eec9c35d56af91389a1c47737206ca/core/types/receipt.go#L87-L87
Additional context
Deposit tx envelope has fields for deposit nonce, and so does
OptimismTransactionReceiptFields
, soOptimismTransactionReceiptFields
cannot be added toOpTransactionReceipt
as is.op_alloy_rpc_types::OpTransactionReceipt
#53list tbc
The text was updated successfully, but these errors were encountered: