feat(qualification): adding resolving version from nns via rollout dashboard #740
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR addresses a long known issue of qualifying from wrong versions.
The issue (as explained by David Derler):
It uses newly developed rollout dashboard.
NOTE: this only solves one issue and ensures that the version that will run on NNS (as forecasted by rollout dashboard) will be upgradable to the new version (being qualified in qualification process).
One more issue that needs tackling is the possibility of multiple different versions on the network where each subnet can be on different version when the rollout finishes. This issue will be addressed soon after this change is integrated.