Skip to content
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

[CI] Testing legacy client with the new runtime #1310

Open
Dinonard opened this issue Jul 29, 2024 · 1 comment
Open

[CI] Testing legacy client with the new runtime #1310

Dinonard opened this issue Jul 29, 2024 · 1 comment
Labels
project Issue is part of an ongoing project

Comments

@Dinonard
Copy link
Member

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.

  1. Find the latest existing release which contains the client & fetch it
  2. Start it up using the zombienet tool
  3. Verify runtime upgrade using the new runtime wasm blob
  4. Ensure upgrade happens & block production continues
@Dinonard Dinonard added the project Issue is part of an ongoing project label Jul 29, 2024
@Dinonard
Copy link
Member Author

Perhaps best to do after: #1347

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project Issue is part of an ongoing project
Projects
None yet
Development

No branches or pull requests

1 participant