Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(node): use a dict for avalanchego_vms_install #114

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

Nuttymoon
Copy link
Contributor

Linked issues

Breaking changes

  • avalanche.node
    • Change avalanchego_vms_install to a dictionary to ease merging multi-file configurations.

Additional comments

To migrate, one has to change the list of VMs to install. E.g.

# Current variable
avalanchego_vms_install:
  - subnet-evm=0.5.10

# New variable
avalanchego_vms_install:
  subnet-evm: 0.5.10

@Nuttymoon Nuttymoon merged commit 63072c7 into main Dec 21, 2023
@Nuttymoon Nuttymoon deleted the 113-vms-install-dict branch December 21, 2023 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use a dictionary instead of a list for avalanchego_vms_install
2 participants