nimbus-eth1/fluffy
Kim De Mey 6374bfb39c
Refactor/clean-up/prepping history network code (#2836)
- Move any validation related code to new file
- Move any type conversion related code to new file
- Prepare validation code for adding different type of canonical
proofs
- Prepare for validation code for json-rpc api
- several other clean-ups and renames

Sort of a first pass as the validation code specifically can
use some further changes.
2024-11-06 08:49:55 +01:00
..
common Refactor/clean-up/prepping history network code (#2836) 2024-11-06 08:49:55 +01:00
database Fluffy: Implement contains db handler to improve lookup performance when accepting offers (#2815) 2024-11-04 22:02:51 +08:00
docs/the_fluffy_book Add Docker quickstart page for Fluffy + minor docs fixes (#2744) 2024-10-16 14:56:52 +02:00
eth_data simplify genesis generation code (#2786) 2024-10-26 16:26:38 +07:00
grafana Update Grafana dashboard for Portal (#2727) 2024-10-10 20:11:04 +02:00
network Refactor/clean-up/prepping history network code (#2836) 2024-11-06 08:49:55 +01:00
rpc Refactor/clean-up/prepping history network code (#2836) 2024-11-06 08:49:55 +01:00
scripts Fix flaky test_portal_testnet CI test with retries (#2808) 2024-11-04 18:02:56 +01:00
tests Refactor/clean-up/prepping history network code (#2836) 2024-11-06 08:49:55 +01:00
tools Refactor/clean-up/prepping history network code (#2836) 2024-11-06 08:49:55 +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 Default enable Portal beacon subnetwork (#2806) 2024-10-30 23:26:49 +01:00
fluffy.nim Add custom json-rpc method to initialize the trusted block root (#2805) 2024-10-30 18:32:36 +01: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 HistoricalHashesAccumulator as per Portal spec (#2663) 2024-09-27 22:25:26 +02:00
nim.cfg Remove PREFER_BLST_SHA256 disable, allowing for BLST SHA256 in SSZ (#2686) 2024-10-03 14:25:30 +02:00
portal_node.nim Add pruning of bootstraps/updates in Portal beacon network (#2779) 2024-10-30 12:51:00 +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.