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

Use Message Queue as DMP and XCMP dispatch queue #1246

Merged
merged 159 commits into from
Nov 2, 2023
Merged

Commits on Aug 28, 2023

  1. Import DMP queue stuff

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

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

Commits on Aug 29, 2023

  1. Fixup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6649bbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee0125 View commit details
    Browse the repository at this point in the history
  3. Fix features

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    47fc8d0 View commit details
    Browse the repository at this point in the history
  4. Fix compile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    91571d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2ce28f View commit details
    Browse the repository at this point in the history
  6. Make tests works

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b6a5b84 View commit details
    Browse the repository at this point in the history
  7. Update xcmp queue weight

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

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

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

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

Commits on Aug 30, 2023

  1. Add DmpQueue multi-step migration

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b1c9580 View commit details
    Browse the repository at this point in the history
  2. shell runtime: Execute DMPs again

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    56f6b8f View commit details
    Browse the repository at this point in the history
  3. Re-deploy DMP queue pallet

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0efb304 View commit details
    Browse the repository at this point in the history
  4. Fix compile

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

Commits on Aug 31, 2023

  1. Fixup build

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    273502f View commit details
    Browse the repository at this point in the history
  2. Check XCM nesting depth before HRMP enque

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f54026e View commit details
    Browse the repository at this point in the history
  3. Add xcm nesting validation and limit to one signal

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    98f14ac View commit details
    Browse the repository at this point in the history
  4. Prioritize signals

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a180467 View commit details
    Browse the repository at this point in the history
  6. Temp comment some tests

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

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    e046aba View commit details
    Browse the repository at this point in the history
  2. Fix features post-merge

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    21ddabf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    338638d View commit details
    Browse the repository at this point in the history
  5. Fix more tests

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

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

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

Commits on Sep 4, 2023

  1. Add pages to MQ footprint

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    2e1e344 View commit details
    Browse the repository at this point in the history
  2. Use pages to limit XCMP queue len

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6dd6cb6 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 Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b15c1ce View commit details
    Browse the repository at this point in the history
  4. Fixes

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ddbc4a7 View commit details
    Browse the repository at this point in the history
  6. Fix import and call default

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    13088aa View commit details
    Browse the repository at this point in the history
  8. Gate more tests

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

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

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    34d5c2e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    034e477 View commit details
    Browse the repository at this point in the history
  13. Fix tests after merge

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

Commits on Sep 5, 2023

  1. Double encode XCMs in HRMP chanels

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

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

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

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

Commits on Sep 6, 2023

  1. Remove rand_chacha dep

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    97e43c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e13ce63 View commit details
    Browse the repository at this point in the history
  4. Use correct relay init function

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    41935b9 View commit details
    Browse the repository at this point in the history
  5. Derp. Do not reset weight counter in the middle of the function.

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    083cfec View commit details
    Browse the repository at this point in the history
  6. Do not use double-encoding for now

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

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

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ced3376 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 Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a5f517d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a627fee View commit details
    Browse the repository at this point in the history
  3. Set MQ weight to 25%

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

Commits on Sep 8, 2023

  1. WIP

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

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    29a9639 View commit details
    Browse the repository at this point in the history
  2. XCMP message migration

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

Commits on Sep 12, 2023

  1. Add on-idle benchmark

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

Commits on Sep 14, 2023

  1. Make stuff compile

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

Commits on Sep 15, 2023

  1. Add missing weight files

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5dbb241 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 Sep 15, 2023
    Configuration menu
    Copy the full SHA
    500c1e3 View commit details
    Browse the repository at this point in the history
  4. Fix

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

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

Commits on Sep 16, 2023

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    0b48739 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 Sep 16, 2023
    Configuration menu
    Copy the full SHA
    a57e0ca View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

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

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

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

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

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

Commits on Sep 27, 2023

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

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    00c7d4f View commit details
    Browse the repository at this point in the history
  4. Use decode_with_depth_limit

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0e795bf View commit details
    Browse the repository at this point in the history
  6. Remove unneeded log

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    68342e5 View commit details
    Browse the repository at this point in the history
  7. Make send_signal infallible

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d11d0bc View commit details
    Browse the repository at this point in the history
  8. Rename split_concatenated_xcm to take_first_concatenated_xcm

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    436c47a View commit details
    Browse the repository at this point in the history
  9. Use singular function for one message only

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b344a97 View commit details
    Browse the repository at this point in the history
  10. Add overweight benchmark

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

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

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

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

Commits on Oct 11, 2023

  1. Update cumulus/pallets/dmp-queue/src/lib.rs

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    499a5eb View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2895821 View commit details
    Browse the repository at this point in the history
  3. Docs

    ggwpez committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d333b7d View commit details
    Browse the repository at this point in the history
  4. Better naming for QueueFootprint

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1e8d6d3 View commit details
    Browse the repository at this point in the history
  5. Feature gate hypothetical assert macros

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a03ada9 View commit details
    Browse the repository at this point in the history
  7. Add result to migrate_page and migrate_overweight

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5d5ae9e View commit details
    Browse the repository at this point in the history
  9. Update cumulus/pallets/xcmp-queue/src/lib.rs

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b9c43a4 View commit details
    Browse the repository at this point in the history
  10. Update cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/…

    …lib.rs
    
    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ff56e36 View commit details
    Browse the repository at this point in the history
  11. Update cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/…

    …lib.rs
    
    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2bc68ad View commit details
    Browse the repository at this point in the history
  12. Update cumulus/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/sr…

    …c/lib.rs
    
    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    59dca12 View commit details
    Browse the repository at this point in the history
  13. Docs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    862e3a6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    80fce8c View commit details
    Browse the repository at this point in the history
  15. Fixup merge

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9dc000e View commit details
    Browse the repository at this point in the history
  17. Fix license of weight files

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    61006e0 View commit details
    Browse the repository at this point in the history
  19. Add license to weight files that have none

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4a67d58 View commit details
    Browse the repository at this point in the history
  20. Fix missing features

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    52dc9e3 View commit details
    Browse the repository at this point in the history
  22. Add DmpQueue version

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3c9d4e4 View commit details
    Browse the repository at this point in the history
  23. Use correct FRAME syntax

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

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

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

    This reverts commit f0ab4a0.
    ggwpez committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f420354 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b0fffdb View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

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

Commits on Oct 28, 2023

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

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

Commits on Oct 30, 2023

  1. Fixup more

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a838532 View commit details
    Browse the repository at this point in the history
  3. Fix integration tests for th 100th time

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    418f90d View commit details
    Browse the repository at this point in the history
  4. Fix one test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ef00b9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ac1d19 View commit details
    Browse the repository at this point in the history
  6. Fix dmp queue benches

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    870d556 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a11adc5 View commit details
    Browse the repository at this point in the history
  8. Fix import

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

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

Commits on Oct 31, 2023

  1. Remove storage InboundXcmpMessages

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8df70b3 View commit details
    Browse the repository at this point in the history
  2. Put migration code in own function

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

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

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a39a770 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccdf181 View commit details
    Browse the repository at this point in the history
  7. Unused imports

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    89c3b69 View commit details
    Browse the repository at this point in the history
  8. Update cumulus/parachains/runtimes/collectives/collectives-polkadot/s…

    …rc/lib.rs
    
    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    ggwpez and joepetrowski committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    13fc366 View commit details
    Browse the repository at this point in the history
  9. Update Rococo AH SafeCallFilter

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5df3096 View commit details
    Browse the repository at this point in the history
  10. Update DMP queue weight files

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

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

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    eacecbf View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    ggwpez and kianenigma committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    82a08e3 View commit details
    Browse the repository at this point in the history
  3. Update cumulus/pallets/xcmp-queue/src/lib.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    ggwpez and kianenigma committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    21a0641 View commit details
    Browse the repository at this point in the history
  4. Macro formatting

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

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d329506 View commit details
    Browse the repository at this point in the history
  7. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8790191 View commit details
    Browse the repository at this point in the history
  8. Manually fix formatter bug

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

Commits on Nov 2, 2023

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a23000d View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0800196 View commit details
    Browse the repository at this point in the history
  4. Update Lockfile

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

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

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

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

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

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