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

Use Message Queue pallet for UMP dispatch #6271

Merged
merged 216 commits into from
May 19, 2023
Merged

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    534593f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8258780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de6da2c View commit details
    Browse the repository at this point in the history
  4. Add missing file

    gavofyork committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    c30a4fd View commit details
    Browse the repository at this point in the history
  5. Fixes

    gavofyork committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    89ab8b9 View commit details
    Browse the repository at this point in the history
  6. Remove original UMP files

    gavofyork committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    34b8a40 View commit details
    Browse the repository at this point in the history
  7. Docs

    gavofyork committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    c7fcf41 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Update runtime/parachains/src/inclusion/mod.rs

    Co-authored-by: asynchronous rob <rphmeier@gmail.com>
    gavofyork and rphmeier committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b074ec3 View commit details
    Browse the repository at this point in the history
  2. Add benchmarking

    gavofyork committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    aa4b7e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9a68e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    802eec5 View commit details
    Browse the repository at this point in the history
  5. Benchmarks

    gavofyork committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    92ca0c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    417b028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b4a5f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Use master Cargo.lock

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    bba31ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cd496d View commit details
    Browse the repository at this point in the history
  3. Update Cargo.lock

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    972f4d3 View commit details
    Browse the repository at this point in the history
  4. Update remove-weight migration

    The migration got touched on master; just resolving conflicts here.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e48d6ef View commit details
    Browse the repository at this point in the history
  5. Add message- to dispatch-origin conversion for XCM processing

    Just using the `impl Into<MultiLocation>` was a bit inflexible.
    Like this, the Relaychain can convert `UMP(para)` to a MultiLocation `para`.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    cd5b50d View commit details
    Browse the repository at this point in the history
  6. DNM: Temporarily comment code since XCMv3 is not merged yet

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    130a48a View commit details
    Browse the repository at this point in the history
  7. Use u64 for queue-wide limits on UmpAcceptanceCheckErr

    Using u32 here was one audit finding for the queue pallet.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b583ddf View commit details
    Browse the repository at this point in the history
  8. Define one sub-queue per *MP queue

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b8b0998 View commit details
    Browse the repository at this point in the history
  9. Harden check_upward_messages

    Using safe math and casts.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    435f743 View commit details
    Browse the repository at this point in the history
  10. Add type-safe well_known_keys

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    67b3136 View commit details
    Browse the repository at this point in the history
  11. Add message-queue weights

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    bea3a0e View commit details
    Browse the repository at this point in the history
  12. Deploy MessageQueue to Polkadot

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f35e2cf View commit details
    Browse the repository at this point in the history
  13. Update Cargo.toml

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    d0ec96e View commit details
    Browse the repository at this point in the history
  14. Migrate to parachain config V5

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3c34375 View commit details
    Browse the repository at this point in the history
  15. Update UMP tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    63322ab View commit details
    Browse the repository at this point in the history
  16. Cleanup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a02df6f View commit details
    Browse the repository at this point in the history
  17. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    cdb1821 View commit details
    Browse the repository at this point in the history
  18. Revert messed up merge 🤦

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    59dc6d7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1019b44 View commit details
    Browse the repository at this point in the history
  20. Update remove-weight migration

    The migration got touched on master; just resolving conflicts here.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    8e2e4c3 View commit details
    Browse the repository at this point in the history
  21. Add message- to dispatch-origin conversion for XCM processing

    Just using the `impl Into<MultiLocation>` was a bit inflexible.
    Like this, the Relaychain can convert `UMP(para)` to a MultiLocation `para`.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    be65a1d View commit details
    Browse the repository at this point in the history
  22. DNM: Temporarily comment code since XCMv3 is not merged yet

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    42b5eed View commit details
    Browse the repository at this point in the history
  23. Use u64 for queue-wide limits on UmpAcceptanceCheckErr

    Using u32 here was one audit finding for the queue pallet.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    5047b69 View commit details
    Browse the repository at this point in the history
  24. Define one sub-queue per *MP queue

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    567358e View commit details
    Browse the repository at this point in the history
  25. Harden check_upward_messages

    Using safe math and casts.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    41182cc View commit details
    Browse the repository at this point in the history
  26. Add type-safe well_known_keys

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    76721c0 View commit details
    Browse the repository at this point in the history
  27. Add message-queue weights

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    1d4ab90 View commit details
    Browse the repository at this point in the history
  28. Deploy MessageQueue to Polkadot

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    694200c View commit details
    Browse the repository at this point in the history
  29. Update Cargo.toml

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    19ec4eb View commit details
    Browse the repository at this point in the history
  30. Migrate to parachain config V5

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    55e889a View commit details
    Browse the repository at this point in the history
  31. Update UMP tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    4f6a723 View commit details
    Browse the repository at this point in the history
  32. Cleanup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3448b00 View commit details
    Browse the repository at this point in the history
  33. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b88f962 View commit details
    Browse the repository at this point in the history
  34. Make stuff compile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2fce623 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Merge remote-tracking branch 'origin/master' into gav-message-queue

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d070742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee2378 View commit details
    Browse the repository at this point in the history
  3. Move DMP and HRMP messages to the MessageQueue

    It currently does not compile in the CIbecause of some local
    tweaks to Substrate.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c3471d4 View commit details
    Browse the repository at this point in the history
  4. Diener for CI

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f23dec3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0694f0a View commit details
    Browse the repository at this point in the history
  6. diener update cargo.lock

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    5aa44a5 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    628d55f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Revert wrong changes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0947c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02bf965 View commit details
    Browse the repository at this point in the history
  3. Make compile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    11745ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    408c9c5 View commit details
    Browse the repository at this point in the history
  5. Fixup runtimes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    82a8bc1 View commit details
    Browse the repository at this point in the history
  6. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ed0f034 View commit details
    Browse the repository at this point in the history
  7. Define benchmarks

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a810818 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Cleanup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1d091a5 View commit details
    Browse the repository at this point in the history
  2. Fix migration

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    91e523f View commit details
    Browse the repository at this point in the history
  3. Use master Cargo.lock

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0da1bc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25c5ab8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    752552d View commit details
    Browse the repository at this point in the history
  6. Lockfile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    c08a7a0 View commit details
    Browse the repository at this point in the history
  7. Fix test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5c42d8e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Add AggregateMessageOrigin

    This enum currently only holds one value, but having it will make
    it easier in the future to extend.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    541c790 View commit details
    Browse the repository at this point in the history
  2. Forbid UMP for off-boarding paras

    - Reject candidates with UMP messages for off-boarding paras
    - Forbid scheduling off-boarding when a para has unprocess UMPs
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    fe5df72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01cb9bf View commit details
    Browse the repository at this point in the history
  4. Delete stupid test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    b8f01e1 View commit details
    Browse the repository at this point in the history
  5. Use BoundedVec for upward messages

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    86f1782 View commit details
    Browse the repository at this point in the history
  6. Add weights and fix MessageProcessor

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d7b325b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2aba96b View commit details
    Browse the repository at this point in the history
  8. Bound receive_upward_messages and check bound in configuration pallet

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    dd0ee2d View commit details
    Browse the repository at this point in the history
  9. Bound Debug impl

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    cf0c6ec View commit details
    Browse the repository at this point in the history
  10. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    da54497 View commit details
    Browse the repository at this point in the history
  11. clippy

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ab3ec43 View commit details
    Browse the repository at this point in the history
  12. Fix test runtime

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0713f40 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Fix xcm-simulator

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    38b506a View commit details
    Browse the repository at this point in the history
  2. Properly fix xcm-simulator and fuzzer

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5777e18 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f54bfd6 View commit details
    Browse the repository at this point in the history
  4. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    50ffb2f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. cargo update -p sp-io

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    f979ffc View commit details
    Browse the repository at this point in the history
  2. Adapt to upstream Substrate changes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    dba85e8 View commit details
    Browse the repository at this point in the history
  3. Fix ProcesseMessage impls

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    10e7fc4 View commit details
    Browse the repository at this point in the history
  4. Some tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    7b331cc View commit details
    Browse the repository at this point in the history
  5. Use master Cargo.lock

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    6a1f547 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90e3ebb View commit details
    Browse the repository at this point in the history
  7. cargo update -p sp-io

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    35a7dc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Use new MQ API

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8f99357 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ebc84e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3639a33 View commit details
    Browse the repository at this point in the history
  4. Fix migration

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6bf7613 View commit details
    Browse the repository at this point in the history
  5. Update Cargo.lock

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6f93487 View commit details
    Browse the repository at this point in the history
  6. Add UMP while Para offboarding tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    3ba9380 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a0bded View commit details
    Browse the repository at this point in the history
  8. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f85531e View commit details
    Browse the repository at this point in the history
  9. Use Mocked message processor for benchmarking

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b152901 View commit details
    Browse the repository at this point in the history
  10. Use variables for constants

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f92f041 View commit details
    Browse the repository at this point in the history
  11. Add MQ pallet weights

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e4105db View commit details
    Browse the repository at this point in the history
  12. Use MQ pallet weights

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    861f8d3 View commit details
    Browse the repository at this point in the history
  13. Configure QueueChangeHandler

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    cdb67e0 View commit details
    Browse the repository at this point in the history
  14. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    3c87b33 View commit details
    Browse the repository at this point in the history
  15. Add config test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    51bf97e View commit details
    Browse the repository at this point in the history
  16. Fix MQ serive weight

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c7f6f64 View commit details
    Browse the repository at this point in the history
  17. Cleanup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9c29f58 View commit details
    Browse the repository at this point in the history
  18. Cleanup outgoing UMP dispatch queues

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f0d6cd8 View commit details
    Browse the repository at this point in the history
  19. Use Master Cargo.lock

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    2c6ecee View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d04a0cc View commit details
    Browse the repository at this point in the history
  21. Update Cargo.lock

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a725028 View commit details
    Browse the repository at this point in the history
  22. Weight mul is not const

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7ced507 View commit details
    Browse the repository at this point in the history
  23. Clippy

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f6d2fa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    ba87c22 View commit details
    Browse the repository at this point in the history
  2. Remove merge marker

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    7fc3718 View commit details
    Browse the repository at this point in the history
  3. Update runtime/parachains/src/inclusion/mod.rs

    Co-authored-by: Gavin Wood <gavin@parity.io>
    ggwpez and gavofyork committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    6b36873 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Update runtime/kusama/src/lib.rs

    Co-authored-by: Gavin Wood <gavin@parity.io>
    ggwpez and gavofyork committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    53cb04f View commit details
    Browse the repository at this point in the history
  2. Use lowercase UMP

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8ad38b3 View commit details
    Browse the repository at this point in the history
  3. Clarify comment

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a50f39a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acd9b29 View commit details
    Browse the repository at this point in the history
  5. Use Weight::from_parts

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    3372576 View commit details
    Browse the repository at this point in the history
  6. Fix test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    e5e7e33 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Fix doc

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b989dd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fac282f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    0caef3d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Emit event after the fact

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    638058b View commit details
    Browse the repository at this point in the history
  2. Add defensive_proof to receive_upward_messages

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    34a41b1 View commit details
    Browse the repository at this point in the history
  3. Reapply "Remove original UMP files"

    Looks like they came back from the dead. Re-apply commit 34b8a40
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    076126f View commit details
    Browse the repository at this point in the history
  4. Remove old files

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    cf1fd77 View commit details
    Browse the repository at this point in the history
  5. Rename MaxUmpMessageLen -> MaxUmpMessageLenOf

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    01ca8dd View commit details
    Browse the repository at this point in the history
  6. Test defensive message dropping of receive_upward_messages

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    ed652a0 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/master' into gav-message-queue

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4e7c46d View commit details
    Browse the repository at this point in the history
  8. Fixup imports

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c5db770 View commit details
    Browse the repository at this point in the history
  9. Update implementors guide

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0d41cb4 View commit details
    Browse the repository at this point in the history
  10. Fix tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    ef9de05 View commit details
    Browse the repository at this point in the history
  11. Remove FAIL-CI mark

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b29f2ca View commit details
    Browse the repository at this point in the history
  12. Delete unused code

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    dd76bca View commit details
    Browse the repository at this point in the history
  13. Add another test for MQ change hook

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b559f6d View commit details
    Browse the repository at this point in the history
  14. Imports

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    62a299c View commit details
    Browse the repository at this point in the history
  15. Keep Kusama runtime formatting

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7d240ad View commit details
    Browse the repository at this point in the history
  16. Revert "Delete unused code"

    This reverts commit dd76bca.
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7c62e42 View commit details
    Browse the repository at this point in the history
  17. Feature gate mock functions

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    1b45cb8 View commit details
    Browse the repository at this point in the history
  18. Review: Use saturating_add

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    90b463a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Test RelayDispatchQueueSize storage key

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1a964af View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Move migration to own file to avoid merge conflicts

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2da269d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b56cc View commit details
    Browse the repository at this point in the history
  3. Migration in own file

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    89a3b74 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    9ad255b View commit details
    Browse the repository at this point in the history
  2. Fixup migration

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    099e2f0 View commit details
    Browse the repository at this point in the history
  3. Rococo: configure MQ pallet

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b9c15e8 View commit details
    Browse the repository at this point in the history
  4. Fixup tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    88f1cbe View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Revert "Rococo: configure MQ pallet"

    Going to do this as follow up, since it needs Substrate changes
    and i dont want to stall this MR any longer.
    
    This reverts commit b9c15e8.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    32cb688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d1c21 View commit details
    Browse the repository at this point in the history
  3. Revert "Fixup tests"

    This reverts commit 88f1cbe.
    ggwpez committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1aab21c View commit details
    Browse the repository at this point in the history
  4. Fixup migration

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9b3c2aa View commit details
    Browse the repository at this point in the history
  5. Fix migration

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f0c8200 View commit details
    Browse the repository at this point in the history
  6. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    968c462 View commit details
    Browse the repository at this point in the history
  7. Fix CI

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7124a62 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    4b8c046 View commit details
    Browse the repository at this point in the history
  2. Fix migration

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    5967ad1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Fix other migration

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    425e8a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Bump MAX_CODE_SIZE to 10MiB

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    530734b View commit details
    Browse the repository at this point in the history
  2. Add ForceUpdateUmpLimits migration

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    28a6c59 View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1a4486e View commit details
    Browse the repository at this point in the history
  4. clippy

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    dad295e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d4d351 View commit details
    Browse the repository at this point in the history
  6. clippy

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    24964aa View commit details
    Browse the repository at this point in the history
  7. imports

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    545d056 View commit details
    Browse the repository at this point in the history
  8. Use defensive instead of defensive_proof

    'defensive_proof' also prints the 'self', which spams the console
    too much when running the tests. Just the length is enough.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4b0be4d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Rename to ScheduleConfigUpdate

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    79f475e View commit details
    Browse the repository at this point in the history
  2. Fixup migration checks

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a17f1e8 View commit details
    Browse the repository at this point in the history
  3. Add MAX_CODE_SIZE to ScheduleConfigUpdate

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7caffb0 View commit details
    Browse the repository at this point in the history
  4. Set MAX_CODE_SIZE to 4MiB

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    103ffba View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Fix benchmark

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    438e918 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    ec8111f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    bfde291 View commit details
    Browse the repository at this point in the history
  2. Revert "Add MAX_CODE_SIZE to ScheduleConfigUpdate"

    This reverts commit 7caffb0.
    ggwpez committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    e366446 View commit details
    Browse the repository at this point in the history
  3. Revert "Set MAX_CODE_SIZE to 4MiB"

    This reverts commit 103ffba.
    ggwpez committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    3595684 View commit details
    Browse the repository at this point in the history
  4. Revert "Bump MAX_CODE_SIZE to 10MiB"

    This reverts commit 530734b.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7503530 View commit details
    Browse the repository at this point in the history
  5. Remove consistency check from migration

    Re-addig these checks is blocked on #7108
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    1519705 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    1fbc01c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Fix constants

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    131fd38 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    20c21c6 View commit details
    Browse the repository at this point in the history
  2. Bump MAX_UPWARD_MESSAGE_SIZE_BOUND for Westend

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5f8385a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    a4c81c5 View commit details
    Browse the repository at this point in the history
  2. Fix migrations

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 8, 2023
    Configuration menu
    Copy the full SHA
    4c1f5d5 View commit details
    Browse the repository at this point in the history
  3. Use old nightly for fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 8, 2023
    Configuration menu
    Copy the full SHA
    74f3178 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    37bba27 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Fixes

    KiChjang committed May 12, 2023
    Configuration menu
    Copy the full SHA
    f829c49 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    KiChjang committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0c94097 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    adc9473 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d858fde View commit details
    Browse the repository at this point in the history
  5. Fix tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    031d40c View commit details
    Browse the repository at this point in the history
  6. Fixes

    KiChjang committed May 12, 2023
    Configuration menu
    Copy the full SHA
    c3d046d View commit details
    Browse the repository at this point in the history
  7. Add MQ pallet to fuzzer

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    31bb588 View commit details
    Browse the repository at this point in the history
  8. Fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    a326a28 View commit details
    Browse the repository at this point in the history
  9. Fix XMC simulator example

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    c253fdc View commit details
    Browse the repository at this point in the history
  10. Remove runtime-benchmarks from fuzzers

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e1f2bb0 View commit details
    Browse the repository at this point in the history
  11. Revert "Remove runtime-benchmarks from fuzzers"

    This reverts commit e1f2bb0.
    ggwpez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1e5e9a2 View commit details
    Browse the repository at this point in the history
  12. Fix example simulator

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d9537da View commit details
    Browse the repository at this point in the history
  13. Add V6 migration and remove old ones

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    3338e7b View commit details
    Browse the repository at this point in the history
  14. Actually make old migrations reusable

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    5c9cb08 View commit details
    Browse the repository at this point in the history
  15. Dont delete old migrations

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    181da58 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Future proof AggregateMessageOrigin and review fixes

    There are indications that Loopback and Bridged will be needed soon.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 13, 2023
    Configuration menu
    Copy the full SHA
    9ad4c35 View commit details
    Browse the repository at this point in the history
  2. More cleanup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 13, 2023
    Configuration menu
    Copy the full SHA
    8d3b806 View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 13, 2023
    Configuration menu
    Copy the full SHA
    69dcd7b View commit details
    Browse the repository at this point in the history
  4. fix benchmarks

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 13, 2023
    Configuration menu
    Copy the full SHA
    e2210a8 View commit details
    Browse the repository at this point in the history
  5. Fix fuzzer build

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 13, 2023
    Configuration menu
    Copy the full SHA
    117bca9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Review

    Co-authored-by: muharem <ismailov.m.h@gmail.com>
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 16, 2023
    Configuration menu
    Copy the full SHA
    9debdda View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    6b51601 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Remove old migration

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 19, 2023
    Configuration menu
    Copy the full SHA
    dd0be23 View commit details
    Browse the repository at this point in the history
  2. Set MQ service weight to 20%

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 19, 2023
    Configuration menu
    Copy the full SHA
    583eaaa View commit details
    Browse the repository at this point in the history
  3. Fix tabs in Markdown

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ad9b579 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efc6a9d View commit details
    Browse the repository at this point in the history