Implement runtime version checks in `set_code`
Check that the new runtime code given to `set_code` fullfills some requirements: - `spec_name` matches - `spec_version` does not decreases - `impl_version` does not decreases - Either `spec_version` and `impl_version` increase
parent
64431f64
Please register or sign in to comment