Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Change default execution strategies to Wasm #11170

Merged
merged 1 commit into from
Apr 6, 2022

Commits on Apr 5, 2022

  1. Change default execution strategies to Wasm

    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.
    bkchr committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    1e6aaee View commit details
    Browse the repository at this point in the history