nimbus-eth1/fluffy/tools
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
..
beacon_lc_bridge Introduce wrapper type for EIP-4844 transactions (#2177) 2024-05-15 10:07:59 +07:00
docker fix local dev container for portal-hive (#1931) 2023-12-11 14:56:00 +01:00
eth_data_exporter Write beacon LC content test vectors to yaml instead of json (#2176) 2024-05-13 12:34:14 +02:00
portal_bridge Small adjustment to portal_bridge + docs update (#2110) 2024-03-27 19:16:24 +01:00
utp_testing Clean-up of some Portal json-rpc code (#2073) 2024-03-13 16:58:50 +01:00
benchmark.nim Formatting fluffy with nph v0.5.1 + CI check (#2020) 2024-02-28 18:31:45 +01:00
blockwalk.nim Bump nim-web3 to 285d97c2b05bbe2a13dab4b52ea878157fb1a1a1 (#2088) 2024-03-21 08:05:22 +07:00
content_verifier.nim Add an audit mode to portal_bridge history backfill (#2109) 2024-03-26 22:27:31 +01:00
eth_data_exporter.nim Add post Bellatrix beacon block proof exports (#2158) 2024-05-03 11:50:18 +02:00
fcli_db.nim Add reclaim to the fcli_db prune cmd (#2122) 2024-04-02 20:50:05 +02:00
portalcli.nim Formatting fluffy with nph v0.5.1 + CI check (#2020) 2024-02-28 18:31:45 +01:00