nimbus-eth1/nimbus/sync/handlers
Etan Kissling aedf76f9c8
Introduce wrapper type for EIP-4844 transactions
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.
2024-05-06 22:52:56 +02:00
..
eth.nim Introduce wrapper type for EIP-4844 transactions 2024-05-06 22:52:56 +02:00
setup.nim Remove obsolete select_backend and fix simulators CI (#2007) 2024-02-04 21:28:20 +07:00
snap.nim Misc updates for full sync (#2140) 2024-04-19 18:37:27 +00:00