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

Change default execution strategies to `Wasm` (#11170)

This pr changes all default execution strategies to `Wasm`. This is basically a deprecation of the
native runtime. While the native runtime isn't removed and can still be used, it will not be used
anymore by default.

This will also improve the usage for people who want to run random commits, which most often forget
to run with `--execution wasm`. Otherwise they often run into storage root mismatches because of
using the native runtime.
parent 7efac8c8
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