This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Ability to execute both natively and in wasm #298
Labels
I2-security
The client fails to follow expected, security-sensitive, behaviour.
Milestone
This will require a new kind of
Executor
that executes both using the on-chain Wasm (WasmExecutor) and, when version allows as such, natively (usingNativeExecutor
).Validator nodes should use both. Normal (heavy) nodes should default to native only when still syncing the chain, and then both when keeping in sync. A CLI option
--use-native
should allow strategy to be chosen (always
(always use native, as long as version is good),never
(never use native),syncing
(as described here)).Discrepancies between native and wasm should be loudly reported to the log and telemetry.
The text was updated successfully, but these errors were encountered: