Prepare the Runtime Upgrade
Update the Runtime Code
Apply versioned changes in
runtime/folder.Ensure semantic versioning is followed (e.g., vX.Y.Z).
Run unit tests and compile to generate the new
.wasm.
Build Runtime Blob
cargo build --releaseExtract Runtime Wasm
cat target/release/wbuild/xcavate-runtime/xcavate_runtime.compact.wasm > runtime-vX.Y.Z.
Last updated