nimbus-eth1/fluffy
Kim De Mey 0a80a3bb25
Reverse calculate the radius at node restart (#2593)
This avoid restarting the node always with a full radius, which
causes the node the be bombarded with offers which it later has
to delete anyhow.

In order to implement this functionality, several changes were
made as the radius needed to move from the Portal wire protocol
current location to the contentDB and beaconDB, which is
conceptually more correct anyhow.

So radius is now part of the database objects and a handler is
used in the portal wire protocol to access its value.
2024-09-05 18:31:55 +02:00
..
common Re-add toString function for proper hex logs of content keys (#2508) 2024-07-19 14:48:03 +02:00
database Reverse calculate the radius at node restart (#2593) 2024-09-05 18:31:55 +02:00
docs/the_fluffy_book Update Fluffy State Network to match Portal spec addressHash change (#2548) 2024-08-08 00:01:30 +08:00
eth_data Bump ssz_serialization and use ByteList[n] + add ContentKeyByteList (#2500) 2024-07-17 17:07:27 +02:00
grafana Add metrics to track the distance of content requested and offered (#1903) 2023-11-23 18:49:15 +01:00
network Reverse calculate the radius at node restart (#2593) 2024-09-05 18:31:55 +02:00
rpc Fluffy state endpoint improvements (#2580) 2024-08-28 16:27:36 +08:00
scripts Remove deprecated cli options for fluffy (#2517) 2024-07-23 15:40:28 +02:00
tests Reverse calculate the radius at node restart (#2593) 2024-09-05 18:31:55 +02:00
tools Reverse calculate the radius at node restart (#2593) 2024-09-05 18:31:55 +02:00
README.md Dead link fixes and other small improvements to the fluffy book (#1859) 2023-10-25 13:23:17 +02:00
conf.nim Remove deprecated cli options for fluffy (#2517) 2024-07-23 15:40:28 +02:00
fluffy.nim Reverse calculate the radius at node restart (#2593) 2024-09-05 18:31:55 +02:00
fluffy.nim.cfg Simplify aristo tree deletion functionality (#2563) 2024-08-14 12:09:30 +00:00
logging.nim Remove duplicate logging code from fluffy (#2488) 2024-07-15 11:41:17 +02:00
network_metadata.nim Rename to EpochRecord and other accumulator spec changes (#2473) 2024-07-11 17:42:45 +02:00
nim.cfg Use --styleCheck:error for Fluffy + fixes (#2247) 2024-05-30 18:12:28 +02:00
portal_node.nim Reverse calculate the radius at node restart (#2593) 2024-09-05 18:31:55 +02: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.