Skip to content

Add optional dependencies for Gnosis consensus clients#2

Merged
Marketen merged 2 commits into
mainfrom
copilot/add-optional-dependencies
Oct 14, 2025
Merged

Add optional dependencies for Gnosis consensus clients#2
Marketen merged 2 commits into
mainfrom
copilot/add-optional-dependencies

Conversation

Copilot AI commented Oct 14, 2025

Copy link
Copy Markdown
Contributor

This PR adds optionalDependencies to the DAppNode package manifest to establish compatibility relationships with Gnosis consensus layer clients.

The following optional dependencies have been added:

  • lighthouse-gnosis.dnp.dappnode.eth: >=0.1.15
  • teku-gnosis.dnp.dappnode.eth: >=0.1.15
  • lodestar-gnosis.dnp.dappnode.eth: >=0.1.32

These dependencies allow users to optionally install compatible consensus clients alongside this Geth execution client for the Gnosis network. The version constraints ensure compatibility with the execution layer's authentication and synchronization requirements.

The changes maintain full backward compatibility and only add the optional dependency declarations to the existing package manifest structure.

Original prompt

Add the following to the dappnode_package.json file under the root of the repository:

  "optionalDependencies": {
    "lighthouse-gnosis.dnp.dappnode.eth": ">=0.1.15",
    "teku-gnosis.dnp.dappnode.eth": ">=0.1.15",
    "lodestar-gnosis.dnp.dappnode.eth": ">=0.1.32"
  }

If the file does not exist, create it and ensure the content is properly formatted as JSON. If the file exists and already contains other fields, merge or add the optionalDependencies field so that the file remains valid JSON.

This pull request was created as a result of the following prompt from Copilot chat.

Add the following to the dappnode_package.json file under the root of the repository:

  "optionalDependencies": {
    "lighthouse-gnosis.dnp.dappnode.eth": ">=0.1.15",
    "teku-gnosis.dnp.dappnode.eth": ">=0.1.15",
    "lodestar-gnosis.dnp.dappnode.eth": ">=0.1.32"
  }

If the file does not exist, create it and ensure the content is properly formatted as JSON. If the file exists and already contains other fields, merge or add the optionalDependencies field so that the file remains valid JSON.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: Marketen <36164126+Marketen@users.noreply.github.com>
Copilot AI changed the title [WIP] Add optional dependencies to dappnode_package.json Add optional dependencies for Gnosis consensus clients Oct 14, 2025
Copilot AI requested a review from Marketen October 14, 2025 11:15
@Marketen Marketen marked this pull request as ready for review October 14, 2025 13:38
@Marketen Marketen merged commit e15a8fc into main Oct 14, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants