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
For example, say someone downloads the node and workers at a release version, and then switches to master for some bug fixes. He could be running an updated node without updating the workers, but the node version hasn't changed so the version check passes. But wasmtime may have been bumped since then.
Wasmtime bumps are rare enough, that we can enforce rebuilds without impacting the dev UX. Should be simple to implement; see the new SUBSTRATE_WASMTIME_VERSION env var.
The text was updated successfully, but these errors were encountered:
mrcnski
added
T0-node
This PR/Issue is related to the topic “node”.
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
labels
Nov 19, 2023
For example, say someone downloads the node and workers at a release version, and then switches to
master
for some bug fixes. He could be running an updated node without updating the workers, but the node version hasn't changed so the version check passes. But wasmtime may have been bumped since then.Wasmtime bumps are rare enough, that we can enforce rebuilds without impacting the dev UX. Should be simple to implement; see the new
SUBSTRATE_WASMTIME_VERSION
env var.Originally posted by @mrcnski in #1918 (comment)
The text was updated successfully, but these errors were encountered: