-
Notifications
You must be signed in to change notification settings - Fork 946
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
ipc is not currently supported for the --execution-endpoint it would be a great performance improvement for nodes running both execution-client/consensus-client on the same host.
Version
lighthouse v6.0.1 stable
Present Behaviour
When trying to run the client with --execution-endpoint ipc://<PATH_TO_IPC> it errors with :
--execution-endpoint contains an invalid value RedactError("Unable to redact username.")
Expected Behaviour
The client should be able to connect to the execution client over ipc.
Steps to resolve
Implement IPC
Related
The issue was raised here :
#1049
#5907
And some work had been done here :
#5829
ngotchac, Astrarog and 0x19dG87
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers