nimbus-eth1/nimbus/utils
Etan Kissling c4c37302b1
Introduce wrapper type for EIP-4844 transactions (#2177)
* 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.

* Bump nimbus-eth2 to 87605d08a7f9cfc3b223bd32143e93a6cdf351ac

* IPv6 'listen-address' in `nimbus_verified_proxy`

* Bump nim-libp2p to 21cbe3a91a70811522554e89e6a791172cebfef2

* Fix beacon_lc_bridge payload conversion and conf.listenAddress type

* Change nimbus_verified_proxy.asExecutionData param to SomeExecutionPayload

* Rerun nph to fix asExecutionData style format

* nimbus_verified_proxy listenAddress

* Use PooledTransaction in nimbus-eth1 tests

---------

Co-authored-by: jangko <jangko128@gmail.com>
2024-05-15 10:07:59 +07:00
..
keyed_queue Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
debug.nim Introduce wrapper type for EIP-4844 transactions (#2177) 2024-05-15 10:07:59 +07:00
ec_recover.nim Bump stint to v2.0: new array backend (#1747) 2023-09-13 09:32:38 +07:00
prettify.nim Fix potential overflow error on toPC (#1458) 2023-02-02 09:30:14 +01:00
state_dump.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
utils.nim Aristo db update for short nodes key edge cases (#1887) 2023-11-08 12:18:32 +00:00
utils_defs.nim implementation of EIP-4844: Shard Blob Transactions (#1440) 2023-06-24 20:56:44 +07:00