-
Notifications
You must be signed in to change notification settings - Fork 0
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
Problem: binary version of node instances is ambiguous #546
Comments
what's is the parent goal here? |
This issue is old and outdated, also not a blocker for anything. |
@MicBun although isn't a blocker, from time to time I need to ensure with node operators they have the correct version installed. I'm not sure if the effort to update the version here is the same as to make |
Agreed, I will move it |
When checking whether the binary is updated or not we use
--version
in CLI to get its version. However, the currentpreview
branch always returnskwild version 0.8.3+release.
when we want to check whether something is already being updated or not. We might need a way to check if the running nodes are indeed the most updated ones.related: #544
cc @brennanjl @outerlook
The text was updated successfully, but these errors were encountered: