nimbus-eth1/nimbus/graphql
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
..
ethapi.nim Introduce wrapper type for EIP-4844 transactions 2024-05-06 22:52:56 +02:00
ethapi.ql Implement EIP-4788: Beacon block root in the EVM (#1722) 2023-08-30 23:29:48 +07:00