go-ethereum icon indicating copy to clipboard operation
go-ethereum copied to clipboard

Documentation for config is outdated

Open alex067 opened this issue 1 year ago • 2 comments

System information

Geth version: 1.13.15-stable CL client & version: e.g. lighthouse/nimbus/[email protected] OS & Version: Windows/Linux/OSX Commit hash : (if develop)

Expected behaviour

The config-files documentation seems to be out dated for the latest version of geth. See: https://geth.ethereum.org/docs/fundamentals/config-files

It's claiming the attribute UltraLightFraction is valid however the latest geth client will throw out an error if this attribute is provided field 'UltraLightFraction' is not defined in ethconfig.Config

Actual behaviour

Steps to reproduce the behaviour

Backtrace

[backtrace]

When submitting logs: please submit them as text and not screenshots.

alex067 avatar May 27 '24 14:05 alex067

Yeah we dropped the LES from geth I suppose that broke the config. PRs are welcome against the website branch.

s1na avatar May 28 '24 10:05 s1na

This page is also not relevant anymore https://geth.ethereum.org/docs/fundamentals/les

lukaszsamson avatar Jun 11 '24 06:06 lukaszsamson

I think this is fixed now.

lightclient avatar Aug 19 '24 21:08 lightclient