ethpandaops / forky

An Ethereum Beacon Chain fork choice viewer
GNU General Public License v3.0
26 stars 1 forks source link

Add better description/tooltip to "valid" fields #69

Open Savid opened 7 months ago

Savid commented 7 months ago

Validity in the fork choice payload has different values and may not specifically mean the block is "invalid".

Here are prysm validity for example https://github.com/prysmaticlabs/prysm/blob/develop/consensus-types/forkchoice/types.go#L16-L27

At the moment a slot will show yellow if its validity is optimistic and red when its anything other than valid or optimistic.

Might be good to add descriptions everywhere for "valid"/"validity" so its easy and quickly to understand what this field is.