Skip to content

Add ipc support in --execution-endpoint #7336

@bayardar

Description

@bayardar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions