nimbus-eth1/fluffy
Kim De Mey 6338969dd5
Lower the content deletion fraction and other contentdb clean-up (#1893)
- The current setting of 0.25 was very big. Set to 0.5, which is
potentially still large. This change did expose some issues with
the current implementation and especially testing.
- General clean-up, renaming for consistency, and
re-ordering/restructuring/deletion of some code.
- Fixed several typos
- ...
2023-11-16 15:27:30 +01:00
..
common Bump submodules and related fixes (#1729) 2023-10-17 14:19:50 +02:00
docs/the_fluffy_book add CNAME file to define custom domain for GH Pages 2023-10-25 14:28:42 +02:00
eth_data Bump submodules and related fixes (#1729) 2023-10-17 14:19:50 +02:00
grafana Add instance/container select for version panel in grafana dashboard (#1737) 2023-09-08 09:05:00 +02:00
network Lower the content deletion fraction and other contentdb clean-up (#1893) 2023-11-16 15:27:30 +01:00
network_data/testnet0 Update Fluffy bootstrap ENRs to nodes on new provider (#1619) 2023-06-28 21:29:48 +02:00
rpc implement portal_historyTraceRecursiveFindContent (#1813) 2023-10-30 17:48:06 +03:00
scripts Change some Fluffy related cli defaults (#1833) 2023-10-20 14:30:21 +02:00
tests Lower the content deletion fraction and other contentdb clean-up (#1893) 2023-11-16 15:27:30 +01:00
tools ValidIpAddress -> IpAddress related vendor bumps and changes (#1892) 2023-11-10 19:38:11 +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 ValidIpAddress -> IpAddress related vendor bumps and changes (#1892) 2023-11-10 19:38:11 +01:00
content_db.nim Lower the content deletion fraction and other contentdb clean-up (#1893) 2023-11-16 15:27:30 +01:00
fluffy.nim Adjust storage capacity option (#1891) 2023-11-10 17:16:15 +01: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 Build Fluffy tools individually through Makefile (#1626) 2023-07-05 16:44:18 +02:00
seed_db.nim Bump stint to v2.0: new array backend (#1747) 2023-09-13 09:32:38 +07: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.