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

pallet-utility: Fix possible mismatch between native/wasm #10121

Merged
merged 2 commits into from
Oct 30, 2021

Commits on Oct 29, 2021

  1. pallet-utility: Fix possible mismatch between native/wasm

    The `batched_calls_limit` constant value includes the `size_of` of the runtime `Call`. As we compile
    the runtime for native/wasm, we need to align the call size to ensure that it is the same on
    wasm/native. This also solves the problem of different metadata outputs for the same runtime.
    bkchr committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3ae11a7 View commit details
    Browse the repository at this point in the history
  2. Review feedback

    bkchr committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    6073f87 View commit details
    Browse the repository at this point in the history