-
Notifications
You must be signed in to change notification settings - Fork 14
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
Release v1 7 18.0 #211
Release v1 7 18.0 #211
Conversation
miiu96
commented
Aug 28, 2024
- Update config
# Conflicts: # binaryVersion # enableEpochs.toml
# ProtocolIDs represents the protocols that this node will advertise to other peers | ||
# To connect to other nodes, those nodes should have at least one common protocol string | ||
ProtocolIDs = [ | ||
"/erd/kad/1.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"/erd/kad/1.1.0", | |
"/erd/kad/1.1.1", |
# To connect to other nodes, those nodes should have at least one common protocol string | ||
ProtocolIDs = [ | ||
"/erd/kad/1.1.0", | ||
"/mvx/mainnet/1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"/mvx/mainnet/1.0.0", | |
"/mvx/mainnet-main/1.0.0", |
# To connect to other nodes, those nodes should have at least one common protocol string | ||
ProtocolIDs = [ | ||
"/erd/kad/1.1.0", | ||
"/mvx/mainnet/1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"/mvx/mainnet/1.0.0", | |
"/mvx/mainnet-main/1.0.0", |
opened a new PR for v1.8.0, #212 |