Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 14, 2025

This PR adds the required minimumDappnodeVersion field to the gnosis variant package configuration to ensure compatibility with DAppNode version 0.3.11 and above.

Changes Made

  • Added "minimumDappnodeVersion": "0.3.11" to package_variants/gnosis/dappnode_package.json
  • The field is placed at the root level of the JSON configuration as required by the DAppNode package specification

Background

The minimumDappnodeVersion field specifies the minimum version of DAppNode required to run this package variant. This ensures that users have the necessary features and compatibility when installing the lighthouse-gnosis package.

Validation

  • All JSON files in the repository remain syntactically valid
  • The change follows DAppNode package configuration standards
  • No breaking changes to existing functionality

The gnosis variant now properly declares its minimum DAppNode version requirement, preventing installation on incompatible DAppNode versions and ensuring a better user experience.

Original prompt

Add or update the following field in the appropriate dappnode_package.json file:

"minimumDappnodeVersion": "0.3.11"

Instructions:

  • If the repository is of type "generic" (as per its name), update the file variants/gnosis/dappnode_package.json (create the file if it does not exist).
  • If the minimumDappnodeVersion field already exists, update it to "0.3.11".
  • If not present, add the field at the root level of the JSON.
  • If the repository is not of type "generic", update dappnode_package.json at the root (create it if it does not exist) with the same logic.
  • Ensure the JSON remains valid after the change.

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

Add or update the following field in the appropriate dappnode_package.json file:

"minimumDappnodeVersion": "0.3.11"

Instructions:

  • If the repository is of type "generic" (as per its name), update the file variants/gnosis/dappnode_package.json (create the file if it does not exist).
  • If the minimumDappnodeVersion field already exists, update it to "0.3.11".
  • If not present, add the field at the root level of the JSON.
  • If the repository is not of type "generic", update dappnode_package.json at the root (create it if it does not exist) with the same logic.
  • Ensure the JSON remains valid after the change.

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com>
Copilot AI changed the title [WIP] Add minimumDappnodeVersion to dappnode_package.json Add minimumDappnodeVersion field to gnosis variant package configuration Oct 14, 2025
Copilot AI requested a review from pablomendezroyo October 14, 2025 10:33
@pablomendezroyo pablomendezroyo marked this pull request as ready for review October 14, 2025 10:43
@pablomendezroyo pablomendezroyo merged commit f5e1d56 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