kdeme
kdeme
Portal state network will no longer receive support from EF for the foreseeable future. It is currently in a development state that is not sufficiently finished to be of any...
- [x] Rename binaries and usage of fluffy name throughout the code base. Remain backwards compatibility in terms of make targets, docker images, data dir & database files not to...
Simplify by shrinking the data radius with 5% and just deleting all content that no longer falls within that range. This gives roughly a 150x speed improvement on a 4GB...
Improved version of https://github.com/status-im/nimbus-eth1/pull/2910 where we no longer download and process blocks per 8192 but instead have a more streaming approach of downloading and processing blocks which should allow for...
When trying to download a lot of blocks it turns out that occasionally a block fails deterministically. However, when trying to get that same block from a fluffy node started...
When currently doing a `traceContentLookup`, if the request failes (e.g. uTP connection set-up) this is not available in the returned responses of the trace. This makes it not immediately clear...
Add weak subjectivity type of check when starting Portal beacon network from latest stored bootstrap
This TODO basically: https://github.com/status-im/nimbus-eth1/blob/bef4c05561682b4a45f3c5fbd90b4a0a7d4b885c/fluffy/network/beacon/beacon_network.nim#L218
This avoids doing an unneeded portmap for TCP
Draft as I'm not sure yet what I'll keep from these and/or in what form
When storage-capacity of a Portal node is about to be hit, currently data just gets pruned. Although this is currently not mandated by the specification, it might be useful to...