lighthouse
lighthouse copied to clipboard
Remove redundancy in the ulrs in the execution layer' config
Description
After removing the fallback for engines in the execution_layer crate, we don't need the secret_files
and execution_endpoint
to be able to hold more than one in each field. Those could be changed to be options or even mandatory fields.
The relevant code is here
between the code example and this issue I can't tell - are you saying execution_endpoints
and secret_files
don't need to be vectors, and can be Option
s, or are you saying just builder_url
should be an Option
?
builder_url
is not related to this issue. Just execution_endpoints
and secret_files
. Happy to help if you want to give this a go
ah my fork didn't have builder_endpoints
as an Option
, got a little mixed up there. I'll give it a go now!
little checkup for whoever is interested. Still relevant to this date