nimbus-eth1/fluffy
Kim De Mey 3820b15f28
Fix bug that would cause no nodes to be selected for revalidation (#2656)
This bug would have as effect that our radius cache would not get
filled by any outgoing pings, causing:
- Node lookups to always be occurring on NH gossip
- POKEs to much more rarely

Also add metrics for the amount of offers done via POKE mechanism.
2024-09-25 11:30:42 +02:00
..
common Re-add toString function for proper hex logs of content keys (#2508) 2024-07-19 14:48:03 +02:00
database Refactor and apply renaming to post merge block proofs (#2648) 2024-09-23 18:56:28 +02:00
docs/the_fluffy_book Fluffy state bridge docs (#2632) 2024-09-18 11:56:20 +08:00
eth_data Refactor and apply renaming to post merge block proofs (#2648) 2024-09-23 18:56:28 +02:00
grafana Add metrics to track the distance of content requested and offered (#1903) 2023-11-23 18:49:15 +01:00
network Fix bug that would cause no nodes to be selected for revalidation (#2656) 2024-09-25 11:30:42 +02:00
rpc Move web3 rpc handler into eth handler. Create debug rpc handler and move existing debug endpoints. (#2655) 2024-09-25 11:28:45 +08:00
scripts Refactor portal test directory structure (#2650) 2024-09-24 13:07:20 +02:00
tests Refactor portal test directory structure (#2650) 2024-09-24 13:07:20 +02:00
tools Refactor and apply renaming to post merge block proofs (#2648) 2024-09-23 18:56:28 +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 Fluffy: Make number of nodes to gossip content to configurable (#2653) 2024-09-25 15:15:20 +08:00
fluffy.nim Fluffy: Make number of nodes to gossip content to configurable (#2653) 2024-09-25 15:15:20 +08: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 Refactor and apply renaming to post merge block proofs (#2648) 2024-09-23 18:56:28 +02:00
nim.cfg small cleanups (#2598) 2024-09-10 05:24:45 +00:00
portal_node.nim Implement graceful shutdown in Fluffy (#2645) 2024-09-20 20:54:36 +08: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.