nimbus-eth1/fluffy
Kim De Mey b656875778
Quickfix for possible IndexError in state network recursive gossip (#2052)
This would currently manifest sometimes in state gossip test in
CI or locally. But could occur on fluffy binary in case state
network  is enable and data is gossiped.
2024-02-27 17:39:23 +01:00
..
common Bump submodules and related fixes (#1729) 2023-10-17 14:19:50 +02:00
database Move all Fluffy database code to database folder (#1918) 2023-12-01 17:20:52 +01:00
docs/the_fluffy_book Update protocol-interop-testing.md with fixed dcli build location (#1946) 2023-12-15 09:22:03 +01:00
eth_data Add Era1 based gossip calls + Era1 helpers (#2029) 2024-02-15 16:49:22 +01:00
grafana Add metrics to track the distance of content requested and offered (#1903) 2023-11-23 18:49:15 +01:00
network Quickfix for possible IndexError in state network recursive gossip (#2052) 2024-02-27 17:39:23 +01:00
network_data/testnet0 trin's bootstrap ENR update. Fix #1926 (#1927) 2023-12-15 09:04:26 +01:00
rpc Add Era1 based gossip calls + Era1 helpers (#2029) 2024-02-15 16:49:22 +01:00
scripts Add flag to explicitly enable state network (#2031) 2024-02-17 01:38:58 +03:00
tests State network content retrieval (#2033) 2024-02-19 17:35:53 +03:00
tools Initial implementation of era1 + export + verify (#1998) 2024-02-09 11:13:12 +01: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 Add flag to explicitly enable state network (#2031) 2024-02-17 01:38:58 +03:00
fluffy.nim Add flag to explicitly enable state network (#2031) 2024-02-17 01:38:58 +03:00
fluffy.nim.cfg Fix name of fluffy config file and disable log colors for Windows (#1551) 2023-04-20 12:58:56 +02:00
logging.nim Improve logging and logging options in Fluffy (#1548) 2023-04-19 17:01:01 +02:00
network_metadata.nim Add new Portal BlockBody type for Shanghai fork (#1589) 2023-05-30 06:56:54 +02:00
nim.cfg Further fluffy code clean-up from warnings/hints (#1987) 2024-01-25 11:04:09 +01:00
version.nim Add clientInfo to ENR for easier testnet debugging (#1513) 2023-09-20 12:19:40 +02: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.