Some users have been requesting some funky graffiti requirements (e.g., drawing stuff on beaconcha.in walls, etc). I think we can satisfy practically any scenario by just reading the graffiti from a file.
--graffiti-file flag to BN, VC.--graffitti.I guess this would supersede https://github.com/sigp/lighthouse/pull/2044
Do you know what the intended usecase for per-validator graffiti was @pawanjay176? Perhaps we could combine both (a file with the ability to add graffiti per validator)
I (Lodestar) will be working on a service to update the file in a nice seamless way :)
Do you know what the intended usecase for per-validator graffiti was
I assumed it was to sorta improve validator privacy. i.e. if 10 vals running on a single vc have the same graffiti vs each having different graffiti.
If the graffiti-file will keep getting updated for the graffiti wall, I don't think we need separate graffiti's per validator. But I might be missing some other use case here.
Actually that would be optimal imo. It would be nice to be able to delegate which validator pulls which graffiti..
Could the config resemble something like:
default: hi # Represents the fallback incase of an error
v1: foo
v2: bar
...
Most helpful comment
I (Lodestar) will be working on a service to update the file in a nice seamless way :)