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

cumulus: add asset-hub-rococo runtime based on asset-hub-kusama and add asset-bridging support to it #1215

Merged
merged 93 commits into from
Oct 18, 2023

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    d6044a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec28f46 View commit details
    Browse the repository at this point in the history
  3. asset-hub-rococo-runtime: add asset transfer over bridge capabilities

    Co-authored-by: Branislav Kontur <bkontur@gmail.com>
    acatangiu and bkontur committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b320b1f View commit details
    Browse the repository at this point in the history
  4. asset-hub-rococo-runtime: add asset transfer over bridge tests

    Co-authored-by: Branislav Kontur <bkontur@gmail.com>
    acatangiu and bkontur committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b3c1810 View commit details
    Browse the repository at this point in the history
  5. fix toml formatting

    acatangiu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3bc4634 View commit details
    Browse the repository at this point in the history
  6. add more tests to Bridge Hubs

    Co-authored-by: Branislav Kontur <bkontur@gmail.com>
    acatangiu and bkontur committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4eccdf4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. bridge-hubs: add script for testing Rococo <> Wococo bridge

    Co-authored-by: Branislav Kontur <bkontur@gmail.com>
    acatangiu and bkontur committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e3d77f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    52c7cd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff2891c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f0776d View commit details
    Browse the repository at this point in the history
  4. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f18f146 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a717e91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    754ed42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddc09d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    03b1bb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00cfa54 View commit details
    Browse the repository at this point in the history
  3. Zombienet tweaks

    bkontur committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    116010f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    ab648a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b78343b View commit details
    Browse the repository at this point in the history
  3. fix typos

    acatangiu committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3f3081b View commit details
    Browse the repository at this point in the history
  4. Typo

    bkontur committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5d318c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85b7f84 View commit details
    Browse the repository at this point in the history
  6. Tweaks to BridgeHubRococo

    bkontur committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    642e29e View commit details
    Browse the repository at this point in the history
  7. From PR review

    bkontur committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    09e8c15 View commit details
    Browse the repository at this point in the history
  8. xcm-emulator nits

    bkontur committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bc44872 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8df113a View commit details
    Browse the repository at this point in the history
  10. Fix features

    bkontur committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d64d1fc View commit details
    Browse the repository at this point in the history
  11. Fixed

    bkontur committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b20c353 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

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

    bkontur committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9f0d255 View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=asset-hub-rococo --runtime_dir=assets --target_dir=cumulus --pallet=pallet_xcm_bridge_hub_router
    command-bot committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1faec85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76e513d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    3a0b3c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    791b88a View commit details
    Browse the repository at this point in the history
  3. Nit

    bkontur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a4f3f4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4ef4f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    713d7ad View commit details
    Browse the repository at this point in the history
  6. fmt

    bkontur committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    33b672c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    474b8a4 View commit details
    Browse the repository at this point in the history
  2. Constants nit

    bkontur committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b500fbc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    559b954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89fc271 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e7e53d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cbfbb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 4, 2023

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

Commits on Oct 5, 2023

  1. Compile

    bkontur committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    94619d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f785b6 View commit details
    Browse the repository at this point in the history
  3. Fix to compile

    bkontur committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    58c4089 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14c2855 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    653b9fb View commit details
    Browse the repository at this point in the history
  2. Expose BridgeMessage field as pub because it cannot be access out…

    …side of `xcm-builder`
    bkontur committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    62bbee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19381bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    255595e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecf0688 View commit details
    Browse the repository at this point in the history
  6. Fix import

    bkontur committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1269bd7 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/bko-xcm-builder-enhancements' in…

    …to asset-hub-rococo-runtime
    bkontur committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8dcca0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7b1625 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    296dc1c View commit details
    Browse the repository at this point in the history
  10. Removed import

    bkontur committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    889e9e2 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/bko-xcm-builder-enhancements' in…

    …to asset-hub-rococo-runtime
    bkontur committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e95ec38 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. More fixes

    bkontur committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    04cabcd View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. PR comments + added LocationWithAssetFilters useful for `XcmTelepor…

    …tFilter / XcmReserveTransferFilter`
    bkontur committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    5fdd787 View commit details
    Browse the repository at this point in the history
  2. PR comments

    bkontur committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    ea0997b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    668756d View commit details
    Browse the repository at this point in the history
  4. Removed unnecessary import

    bkontur committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    fa87f2a View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/bko-xcm-builder-enhancements' in…

    …to asset-hub-rococo-runtime
    bkontur committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    65761b5 View commit details
    Browse the repository at this point in the history
  6. Update cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    bkontur and joepetrowski committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    6c087c2 View commit details
    Browse the repository at this point in the history
  7. Removed unnecessary import

    bkontur committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    4d07d71 View commit details
    Browse the repository at this point in the history
  8. Fmt

    bkontur committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    39a227f View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/bko-xcm-builder-enhancements' in…

    …to asset-hub-rococo-runtime
    bkontur committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    0cfd718 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Update cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    bkontur and joepetrowski committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    34a438d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2555615 View commit details
    Browse the repository at this point in the history
  3. Doc

    bkontur committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3ade1cf View commit details
    Browse the repository at this point in the history
  4. Serban's nit + test

    bkontur committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3089154 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c04796 View commit details
    Browse the repository at this point in the history
  6. Removed comment

    bkontur committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    79f6794 View commit details
    Browse the repository at this point in the history
  7. Changed RuntimeVersion to be compatible with live Rococo' AssetHub …

    …(which we want to upgrade)
    bkontur committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    98efacd View commit details
    Browse the repository at this point in the history
  8. Typo

    bkontur committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c26fde1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be2210a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49d45ba View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    bkontur and franciscoaguirre committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2c32b43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee1d681 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfa2616 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/bko-xcm-builder-enhancements' in…

    …to asset-hub-rococo-runtime
    
    # Conflicts:
    #	Cargo.lock
    #	cumulus/parachains/common/src/xcm_config.rs
    #	cumulus/parachains/integration-tests/emulated/assets/asset-hub-rococo/Cargo.toml
    #	cumulus/parachains/integration-tests/emulated/assets/asset-hub-rococo/src/lib.rs
    #	cumulus/parachains/integration-tests/emulated/assets/asset-hub-rococo/src/tests/mod.rs
    #	cumulus/parachains/integration-tests/emulated/assets/asset-hub-rococo/src/tests/teleport.rs
    #	cumulus/parachains/integration-tests/emulated/common/src/lib.rs
    #	cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/xcm_config.rs
    bkontur committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4941b44 View commit details
    Browse the repository at this point in the history
  5. Update cumulus/parachains/runtimes/assets/test-utils/src/test_cases_o…

    …ver_bridge.rs
    
    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    bkontur and franciscoaguirre committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e82b712 View commit details
    Browse the repository at this point in the history
  6. Update cumulus/parachains/runtimes/assets/test-utils/src/test_cases_o…

    …ver_bridge.rs
    
    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    bkontur and franciscoaguirre committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0887912 View commit details
    Browse the repository at this point in the history
  7. Update cumulus/parachains/runtimes/assets/test-utils/src/test_cases_o…

    …ver_bridge.rs
    
    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    bkontur and franciscoaguirre committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2ddf42e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f98ee90 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1fb29e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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