How to run an old runtime on a new node? #937
Replies: 2 comments 1 reply
-
Hi @timbrinded, thanks for open this topic. I will check how we can support this use case, if you provide a Thanks!! p.d: Did you have a working example to reproduce this behavior. |
Beta Was this translation helpful? Give feedback.
-
This was delivered by allowing raw-spec-files to be imported to a zombie node (generated by modifying a plain spec and turning into a raw spec yourself) |
Beta Was this translation helpful? Give feedback.
-
What is the correct way to run a zombie network whereby a node is running a new client binary, but an old runtime?
When providing a
chain_spec_path
to a modified plain-spec, the runtime.system.code value is overriden as part of the build spec path.This is a typical scenario as forward-compatible client software is released prior to networks being upgraded with new runtimes.
Beta Was this translation helpful? Give feedback.
All reactions