Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

chore: manually parse environment variable #20

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

jacderida
Copy link
Contributor

On the join command, the peers argument is set as an option so we are not required to specify any peers when adding additional nodes to an existing local network. When the argument is set as an option, it doesn't parse the environment variable if it's set, so unfortunately we also have to provide some manual parsing.

The commit also removes the node registry definition, which has been moved to sn_protocol. The churn tests in safe_network CI now need to be able to parse the node manager's deployment inventory so they can restart local nodes.

On the `join` command, the peers argument is set as an option so we are not required to specify any
peers when adding additional nodes to an existing local network. When the argument is set as an
option, it doesn't parse the environment variable if it's set, so unfortunately we also have to
provide some manual parsing.

The commit also removes the node registry definition, which has been moved to `sn_protocol`. The
churn tests in `safe_network` CI now need to be able to parse the node manager's deployment
inventory so they can restart local nodes.
@jacderida jacderida merged commit 48936a9 into maidsafe:main Jan 15, 2024
13 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants