The PR adds a custom section named oasis_version to each WASM. The contents are a JSON with keys "sha" (of the repo at the point when the service was built) and "serviceName" (intended for humans; derived from filename of wasm).
The goal is to make it easier to debug the many version mismatches we have seen recently.
The PR adds a custom section named
oasis_version
to each WASM. The contents are a JSON with keys "sha" (of the repo at the point when the service was built) and "serviceName" (intended for humans; derived from filename of wasm).The goal is to make it easier to debug the many version mismatches we have seen recently.
This change is backwards compatible.