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

Contracts: Add XCM traits to interface with contracts #2086

Merged
merged 45 commits into from
Nov 10, 2023

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    582467d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79535cb View commit details
    Browse the repository at this point in the history
  3. Update doc

    pgherveou committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0a02451 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Use outcome in controller

    pgherveou committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    18c6bb4 View commit details
    Browse the repository at this point in the history
  2. add docstring

    pgherveou committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    198d692 View commit details
    Browse the repository at this point in the history
  3. Event consistency

    pgherveou committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e3ce2e0 View commit details
    Browse the repository at this point in the history
  4. Add more docs

    pgherveou committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6342962 View commit details
    Browse the repository at this point in the history
  5. Update polkadot/xcm/xcm-executor/src/traits/controller.rs

    Co-authored-by: Alexander Theißen <alex.theissen@me.com>
    pgherveou and athei authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a2fde63 View commit details
    Browse the repository at this point in the history
  6. fix doc

    pgherveou committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0ae8763 View commit details
    Browse the repository at this point in the history
  7. fix CI

    pgherveou committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    034150c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. move to xcm-builder

    pgherveou committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7848e2f View commit details
    Browse the repository at this point in the history
  2. move to pallet-xcm

    pgherveou committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b7155b6 View commit details
    Browse the repository at this point in the history
  3. Update doc links

    pgherveou committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    34329e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07439dd View commit details
    Browse the repository at this point in the history
  5. wip

    pgherveou committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b37d169 View commit details
    Browse the repository at this point in the history
  6. Bench compile fix

    pgherveou committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8ac21da View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. add missing use

    pgherveou committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7ee5d08 View commit details
    Browse the repository at this point in the history
  2. fix test

    pgherveou committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f3cbdc4 View commit details
    Browse the repository at this point in the history
  3. fix lint

    pgherveou committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f3bd197 View commit details
    Browse the repository at this point in the history
  4. Add prdoc

    pgherveou committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    de8500f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9536755 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Move to xcm_builder

    pgherveou committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    abb196b View commit details
    Browse the repository at this point in the history
  2. missing trait doc

    pgherveou committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    df789aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c01af3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fd1928 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Update polkadot/xcm/xcm-builder/src/controller.rs

    Co-authored-by: Alexander Theißen <alex.theissen@me.com>
    pgherveou and athei authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    fd958af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2517c73 View commit details
    Browse the repository at this point in the history
  3. fix build

    pgherveou committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    65d3bf9 View commit details
    Browse the repository at this point in the history
  4. zepter fix

    pgherveou committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9a29e87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94055be View commit details
    Browse the repository at this point in the history
  6. ".git/.scripts/commands/bench/bench.sh" --subcommand=runtime --runtim…

    …e=rococo --target_dir=polkadot --pallet=pallet_xcm
    command-bot committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    18aacb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af5dd47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56a5449 View commit details
    Browse the repository at this point in the history
  9. Revert "remove temp weightinfo impl"

    This reverts commit af5dd47.
    pgherveou committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    49e45d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ee9145 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Add benchmark

    pgherveou committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    02a3f4c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    9f48c00 View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-kusama --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_xcm
    command-bot committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    de42120 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    eb4a904 View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-rococo --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_xcm
    command-bot committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fc09597 View commit details
    Browse the repository at this point in the history
  3. update weights

    pgherveou committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    443aff6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c308db View commit details
    Browse the repository at this point in the history
  5. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=collectives-polkadot --runtime_dir=collectives --target_dir=cumulus --pallet=pallet_xcm
    command-bot committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2029223 View commit details
    Browse the repository at this point in the history
  6. westend weights

    pgherveou committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    639c64f View commit details
    Browse the repository at this point in the history
  7. remove default weights

    pgherveou committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    105d9f5 View commit details
    Browse the repository at this point in the history