nimbus-eth1/hive_integration/nodocker
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
..
consensus Load Kzg trusted setup at the start of consensus sim (#2096) 2024-03-22 12:49:26 +07:00
engine Introduce wrapper type for EIP-4844 transactions 2024-05-06 22:52:56 +02:00
graphql Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
pyspec Generalise prune mode option 4 different db models (#2139) 2024-04-17 18:09:55 +00:00
rpc Introduce wrapper type for EIP-4844 transactions 2024-05-06 22:52:56 +02:00
build_sims.sh Fix 'trustedSetupFile' is not accessible for type NimbusConf.cmd == import (#2008) 2024-02-04 22:45:54 +07:00
sim_utils.nim Simplify pyspec simulator 2023-09-30 21:31:57 +07:00