nimbus-eth1/fluffy
Jacek Sieka 5fc4c13ab1
Increase JSON-RPC limits, bump json-rpc (#2759)
* blocks can be bigger than the default 1mb when json-rpc-encoded - this
happens on sepolia for example
* json-rpc bump improves debug logging and fixes a number of bugs
* json-serialization bump fixes a crash on invalid arrays in json data

At some point, it would probably be better to compute the maximum block
size from actual block constraints, though this is somewhat tricky and
depends on gas limits etc. Until then, 16mb should be plenty.

With this, sepolia can be synced :)
2024-10-23 10:26:56 +02:00
..
common Remove usage of aliases for Hash32 such as BlockHash (#2707) 2024-10-07 22:39:07 +02:00
database Fix eth/common & web3 related deprecation warnings for fluffy (#2698) 2024-10-04 23:21:26 +02: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 Remove old portal_debug API for seeding data into the network (#2726) 2024-10-10 16:42:57 +02:00
grafana Update Grafana dashboard for Portal (#2727) 2024-10-10 20:11:04 +02:00
network Fluffy: Enable content cache for history network (#2745) 2024-10-17 16:25:53 +08:00
rpc Fluffy: Enable content cache for state network (#2739) 2024-10-16 21:05:39 +08:00
scripts Remove old portal_debug API for seeding data into the network (#2726) 2024-10-10 16:42:57 +02:00
tests Increase JSON-RPC limits, bump json-rpc (#2759) 2024-10-23 10:26:56 +02:00
tools Rework EIP-6110, EIP-7002, and EIP-7251: Pectra execution requests (#2734) 2024-10-18 16:38:18 +07: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: Enable content cache for state network (#2739) 2024-10-16 21:05:39 +08:00
fluffy.nim Increase JSON-RPC limits, bump json-rpc (#2759) 2024-10-23 10:26:56 +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 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 Allow Portal beacon LC sync to start from a stored LC bootstrap (#2715) 2024-10-09 10:21:00 +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.