mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-14 00:26:01 +00:00
c482b4c5b6
EIP-4844 blob sidecars are a concept that only exists in the mempool. After inclusion of a transaction into an execution block, only the versioned hash within the transaction remains. To improve type safety, replace the `Transaction.networkPayload` member with a wrapper type `PooledTransaction` that is used in contexts where blob sidecars exist.