nimbus-eth1/nimbus/beacon
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
..
api_handler Introduce wrapper type for EIP-4844 transactions 2024-05-06 22:52:56 +02:00
api_handler.nim Repositioning blob hash validation in newPayload of engine API (#2141) 2024-04-20 02:43:13 +07:00
beacon_engine.nim Introduce wrapper type for EIP-4844 transactions 2024-05-06 22:52:56 +02:00
merge_tracker.nim Working prototype of beacon downloader (#1780) 2023-09-28 13:20:12 +07:00
payload_conv.nim Introduce wrapper type for EIP-4844 transactions 2024-05-06 22:52:56 +02:00
payload_queue.nim Introduce wrapper type for EIP-4844 transactions 2024-05-06 22:52:56 +02:00
web3_eth_conv.nim Introduce wrapper type for EIP-4844 transactions 2024-05-06 22:52:56 +02:00