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

Minimum peer agent version #117

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

johanneshahn
Copy link
Member

@johanneshahn johanneshahn commented Nov 23, 2023

To make it easier for nodes to connect only to compatible nodes, i introduce a minimum Epic agent Version.
If the Minor and Major version does not met the min minor and major version, then the node is not connecting.
The version can be set in epic-server.tom with 2 new options:

peer_min_major = 3
peer_min_minor = 4

This should replace the Version Monitor checker in future.

@who-biz who-biz added the enhancement New feature or request label Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants