Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change offset parameter from u32 to i32 #522

Merged
merged 2 commits into from
Sep 7, 2022
Merged

Change offset parameter from u32 to i32 #522

merged 2 commits into from
Sep 7, 2022

Commits on Aug 11, 2022

  1. Change offset parameter from u32 to i32

    - WASM does not support `u32`, see
    https://www.w3.org/TR/wasm-core-1/#value-types%E2%91%A0
    - Affects `ext_default_child_storage_read_version_1`
    - Affects `ext_storage_read_version_1`
    qdm12 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0fd7669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3acdb98 View commit details
    Browse the repository at this point in the history