reth icon indicating copy to clipboard operation
reth copied to clipboard

feat(rpc): WIP support `deposit_receipt_version` in `OpTxBuilder`

Open aroralanuk opened this issue 1 year ago • 1 comments

In the fill method, both TransactionSignedEcRecovered and TransactionInfo don't have access to the deposit_receipt_version so I added two ways to use an additional parameter, OpChainSpec or OpTransactionReceipt to obtain the version. The function that calls fill can now instead call fill_with_spec or fill_with_receipt.

Fixes: https://github.com/paradigmxyz/reth/issues/11164

aroralanuk avatar Oct 02 '24 20:10 aroralanuk