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

Switch to relay_dispatch_queue_remaining_capacity #2608

Merged
merged 3 commits into from
May 21, 2023

Commits on May 20, 2023

  1. Switch to relay_dispatch_queue_remaining_capacity

    This switches the parachain runtimes to use `relay_dispatch_queue_remaining_capacity` when possible.
    If the data is not yet available on the relay chain it falls back to `relay_dispatch_queue_size`. It
    will require that all parachains migrate to `relay_dispatch_queue_remaining_capacity` before we can
    start removing the call to `relay_dipatch_queue_size`.
    
    Besides that the pr adapts the xcm exumulator to make it work with the message queue.
    bkchr committed May 20, 2023
    Configuration menu
    Copy the full SHA
    30ed1bb View commit details
    Browse the repository at this point in the history
  2. Fix test and use correct types

    bkchr committed May 20, 2023
    Configuration menu
    Copy the full SHA
    ba77abb View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed May 20, 2023
    Configuration menu
    Copy the full SHA
    deccc75 View commit details
    Browse the repository at this point in the history