nimbus-eth1/fluffy
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
..
common Formatting fluffy with nph v0.5.1 + CI check (#2020) 2024-02-28 18:31:45 +01:00
database Add reclaim to the fcli_db prune cmd (#2122) 2024-04-02 20:50:05 +02:00
docs/the_fluffy_book Adjust color scheme for fluffy.guide (#2144) 2024-04-22 15:33:51 +02:00
eth_data Write beacon LC content test vectors to yaml instead of json (#2176) 2024-05-13 12:34:14 +02:00
grafana Add metrics to track the distance of content requested and offered (#1903) 2023-11-23 18:49:15 +01:00
network Add the epoch to the HistoricalSummariesKey (#2179) 2024-05-13 18:49:21 +02:00
rpc Remove unneeded nimbus imports (#2154) 2024-04-25 15:21:09 +02:00
scripts Clean-up of some Portal json-rpc code (#2073) 2024-03-13 16:58:50 +01:00
tests Add the epoch to the HistoricalSummariesKey (#2179) 2024-05-13 18:49:21 +02:00
tools Introduce wrapper type for EIP-4844 transactions (#2177) 2024-05-15 10:07:59 +07:00
README.md
conf.nim Introduce --networks and --portal-network cli options (#2061) 2024-03-05 13:45:48 +01:00
fluffy.nim Add reclaim to the fcli_db prune cmd (#2122) 2024-04-02 20:50:05 +02:00
fluffy.nim.cfg
logging.nim Formatting fluffy with nph v0.5.1 + CI check (#2020) 2024-02-28 18:31:45 +01:00
network_metadata.nim Replace status-im/portal-spec-tests with ethereum fork version (#2097) 2024-03-22 11:28:44 +01:00
nim.cfg Further fluffy code clean-up from warnings/hints (#1987) 2024-01-25 11:04:09 +01:00
version.nim Formatting fluffy with nph v0.5.1 + CI check (#2020) 2024-02-28 18:31:45 +01:00

README.md

Fluffy: The Nimbus Portal Network Client

Fluffy CI Stability: experimental License: Apache License: MIT

Discord: Nimbus Status: #nimbus-general

Introduction

Fluffy is the Nimbus client implementation of the Portal network specifications.

You can find all the information you need to run a Fluffy node in The Fluffy Book.

The quickstart page in particular will help you to get quickly connected to the Portal network.

Development Updates

Monthly development updates are shared here.

To keep up to date with changes and development progress, follow the Nimbus blog.

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.