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
After the v5.42.0 release, an issue was detected where an old client couldn't run the new runtime.
This is perfectly normal when a new runtime requires updated host functions, as was the case with this particular release.
However, such changes should be detected via CI.
As part of this task, we should implement such a check in the release process.
Find the latest existing release which contains the client & fetch it
Start it up using the zombienet tool
Verify runtime upgrade using the new runtime wasm blob
Ensure upgrade happens & block production continues
The text was updated successfully, but these errors were encountered:
Description
After the
v5.42.0
release, an issue was detected where an old client couldn't run the new runtime.This is perfectly normal when a new runtime requires updated host functions, as was the case with this particular release.
However, such changes should be detected via CI.
As part of this task, we should implement such a check in the release process.
The text was updated successfully, but these errors were encountered: