You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validator version 1.16.2 is reporting the wrong active version. It reports 1.16.1.
What impact does the issue have?
The validator thinks it's a different version and shows warnings. It may prevent the validator from using the network once the minimum version is raised to 1.16.2.
How to reproduce the issue?
Run v1.16.2 of the validator
Open a shell into the validator's container
Execute operator-cli version
Note that activeShardeumVersion: 1.16.1
What other resources can you share regarding this issue?
What is the issue?
Validator version 1.16.2 is reporting the wrong active version. It reports 1.16.1.
What impact does the issue have?
The validator thinks it's a different version and shows warnings. It may prevent the validator from using the network once the minimum version is raised to 1.16.2.
How to reproduce the issue?
operator-cli version
activeShardeumVersion: 1.16.1
What other resources can you share regarding this issue?
This appears to track to the following commit: shardeum/shardeum@eab0613
It looks like, on line 20 of
src/shardeum/initialNetworkParameters.ts
,activeVersion
was set to1.16.1
instead of1.16.2
The text was updated successfully, but these errors were encountered: