ethereum-optimism / op-geth

GNU Lesser General Public License v3.0
281 stars 735 forks source link

core/types: SetBlobTxSidecar to support blob tx tooling #224

Closed protolambda closed 8 months ago

protolambda commented 8 months ago

Description

When we sign a blob tx, we omit the blob sidecar. When handling the signed result, we need to re-attach the sidecar. This adds a setter to allow this, to avoid composing a complete new blob tx with manual full copying of attributes.