Skip to content
Commit 97506a15 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

runtime-api: Fix runtime version checking (#4595)

The runtime version check `runtime_version <= version` was wrong, it
needs to be `>=`. Besides that the `WIDELY_DEPLOYED_API_VERSION` is
removed. The runtime version is already cached, aka we don't always call
into the runtime when requesting the runtime version. So, there is no
need to "optimize" this.
parent 18a47cf2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment