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

Nacho/improve xcm emulator v2 #2576

Merged
merged 62 commits into from
May 18, 2023

Commits on Apr 24, 2023

  1. folder restructutre

    NachoPal committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    6f28e70 View commit details
    Browse the repository at this point in the history
  2. common created

    NachoPal committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    721a12f View commit details
    Browse the repository at this point in the history
  3. make macros repetitions

    NachoPal committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    11eb54f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    fb5f5c7 View commit details
    Browse the repository at this point in the history
  2. default Messenger impls

    NachoPal committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    f216cf7 View commit details
    Browse the repository at this point in the history
  3. messenger traits refactor

    NachoPal committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    1e3a5d4 View commit details
    Browse the repository at this point in the history
  4. declared two networks

    NachoPal committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0fdf215 View commit details
    Browse the repository at this point in the history
  5. init network approach works

    NachoPal committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8cedf41 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    729f918 View commit details
    Browse the repository at this point in the history
  2. init and reset refactor

    NachoPal committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b45cc42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19f775d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    769ecf4 View commit details
    Browse the repository at this point in the history
  5. fix reset hashmap keys

    NachoPal committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    38cf3d9 View commit details
    Browse the repository at this point in the history
  6. genesis added

    NachoPal committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    eac6a88 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    7c4dd47 View commit details
    Browse the repository at this point in the history
  2. genesis added relay chains

    NachoPal committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0490ab6 View commit details
    Browse the repository at this point in the history
  3. genesis to storage

    NachoPal committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    edb8684 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. new_ext replaced by on_init

    NachoPal committed May 4, 2023
    Configuration menu
    Copy the full SHA
    3a99e03 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Companion: XCM remote lock config (#2463)

    * xcm remote lock config
    
    * rename
    
    * update lockfile for {"polkadot", "substrate"}
    
    ---------
    
    Co-authored-by: parity-processbot <>
    muharem authored May 5, 2023
    Configuration menu
    Copy the full SHA
    4e82c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7f54e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bddaae View commit details
    Browse the repository at this point in the history
  4. ext_wrapper added

    NachoPal committed May 5, 2023
    Configuration menu
    Copy the full SHA
    066a0c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb62068 View commit details
    Browse the repository at this point in the history
  6. bump zombienet version (#2525)

    * bump zombienet version
    
    * fix para registration args
    pepoviola authored May 5, 2023
    Configuration menu
    Copy the full SHA
    0d04b8b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Make zombienet tests required (#2527)

    Co-authored-by: parity-processbot <>
    skunert authored May 6, 2023
    Configuration menu
    Copy the full SHA
    4dc50c8 View commit details
    Browse the repository at this point in the history
  2. Fix Clippy (#2522)

    * Import Clippy config from Polkadot
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Auto clippy fix
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * No tabs in comments
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Prefer matches
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Dont drop references
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Trivial
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Refactor
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * fmt
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * add clippy to ci
    
    * Clippy reborrow
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update client/pov-recovery/src/lib.rs
    
    Co-authored-by: Bastian Köcher <[email protected]>
    
    * Update client/pov-recovery/src/lib.rs
    
    Co-authored-by: Bastian Köcher <[email protected]>
    
    * Partially revert 'Prefer matches'
    
    Using matches! instead of match does give less compiler
    checks as per review from @chevdor.
    
    Partially reverts 8c06096
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update .cargo/config.toml
    
    Co-authored-by: Chevdor <[email protected]>
    
    * Revert revert 💩
    
    Should be fine to use matches! macro since it is an explicit whitelist,
    not wildcard matching.
    
    ---------
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    Co-authored-by: alvicsam <[email protected]>
    Co-authored-by: Bastian Köcher <[email protected]>
    Co-authored-by: Chevdor <[email protected]>
    Co-authored-by: parity-processbot <>
    4 people authored May 6, 2023
    Configuration menu
    Copy the full SHA
    c312f0b View commit details
    Browse the repository at this point in the history
  3. relay chain with types

    NachoPal committed May 6, 2023
    Configuration menu
    Copy the full SHA
    b11de13 View commit details
    Browse the repository at this point in the history
  4. Bump serde from 1.0.160 to 1.0.162 (#2534)

    Bumps [serde](https:/serde-rs/serde) from 1.0.160 to 1.0.162.
    - [Release notes](https:/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.160...1.0.162)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: parity-processbot <>
    dependabot[bot] authored May 6, 2023
    Configuration menu
    Copy the full SHA
    0aae05b View commit details
    Browse the repository at this point in the history
  5. restructure

    NachoPal committed May 6, 2023
    Configuration menu
    Copy the full SHA
    fd295d0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. para_ids working

    NachoPal committed May 7, 2023
    Configuration menu
    Copy the full SHA
    75ceebe View commit details
    Browse the repository at this point in the history
  2. replace para_id getter

    NachoPal committed May 7, 2023
    Configuration menu
    Copy the full SHA
    694722d View commit details
    Browse the repository at this point in the history
  3. replace para_id getter 2

    NachoPal committed May 7, 2023
    Configuration menu
    Copy the full SHA
    1e99b42 View commit details
    Browse the repository at this point in the history
  4. Update westmint bootnodes (#2521)

    Co-authored-by: parity-processbot <>
    BulatSaif authored May 7, 2023
    Configuration menu
    Copy the full SHA
    8904a44 View commit details
    Browse the repository at this point in the history
  5. companion for #14088 (#2539)

    * companion for #14088
    
    * update lockfile for {"substrate", "polkadot"}
    
    ---------
    
    Co-authored-by: parity-processbot <>
    niklasad1 authored May 7, 2023
    Configuration menu
    Copy the full SHA
    35a443d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    c94d64c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe5f5c2 View commit details
    Browse the repository at this point in the history
  3. Substrate 13843 (Asset Freezing) Companion (#2437)

    * add migrations
    
    * fix pallet instancing in migration
    
    * migrate by instance
    
    * weights
    
    * remove migrations
    
    * update weights
    
    * update weights
    
    * update lockfile for {"polkadot", "substrate"}
    
    ---------
    
    Co-authored-by: muharem <[email protected]>
    Co-authored-by: parity-processbot <>
    joepetrowski and muharem authored May 8, 2023
    Configuration menu
    Copy the full SHA
    6cba4b4 View commit details
    Browse the repository at this point in the history
  4. Prevent name clash with Substrate Pallet Template (#2536)

    * Remove cumulus template pallet
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Use substrate template pallet
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update Cargo.lock
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Revert back to master
    
    Revert "Remove cumulus template pallet"
    
    This reverts commit a6d3566.
    
    Revert "Use substrate template pallet"
    
    This reverts commit fbb8eea.
    
    Revert "Update Cargo.lock"
    
    This reverts commit ee24cb8.
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * pallet-template -> pallet-parachain-template
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update Cargo.lock
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    ---------
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez authored May 8, 2023
    Configuration menu
    Copy the full SHA
    97984e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b65e027 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Bump quote from 1.0.26 to 1.0.27 (#2548)

    Bumps [quote](https:/dtolnay/quote) from 1.0.26 to 1.0.27.
    - [Release notes](https:/dtolnay/quote/releases)
    - [Commits](dtolnay/quote@1.0.26...1.0.27)
    
    ---
    updated-dependencies:
    - dependency-name: quote
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 9, 2023
    Configuration menu
    Copy the full SHA
    1ab6b2f View commit details
    Browse the repository at this point in the history
  2. Bump array-bytes from 6.0.0 to 6.1.0 (#2549)

    Bumps [array-bytes](https:/hack-ink/array-bytes) from 6.0.0 to 6.1.0.
    - [Release notes](https:/hack-ink/array-bytes/releases)
    - [Changelog](https:/hack-ink/array-bytes/blob/main/CHANGELOG)
    - [Commits](hack-ink/array-bytes@v6.0.0...v6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: array-bytes
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 9, 2023
    Configuration menu
    Copy the full SHA
    e623cf1 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. more helpers + tess pass

    NachoPal committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b963e38 View commit details
    Browse the repository at this point in the history
  2. expected events macro added

    NachoPal committed May 11, 2023
    Configuration menu
    Copy the full SHA
    45f4c4a View commit details
    Browse the repository at this point in the history
  3. added events trait method

    NachoPal committed May 11, 2023
    Configuration menu
    Copy the full SHA
    89f0fc9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. expect_events macro improve

    NachoPal committed May 12, 2023
    Configuration menu
    Copy the full SHA
    5faf54a View commit details
    Browse the repository at this point in the history
  2. expect_events macro done

    NachoPal committed May 12, 2023
    Configuration menu
    Copy the full SHA
    06962cb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. network traits added

    NachoPal committed May 13, 2023
    Configuration menu
    Copy the full SHA
    53eef96 View commit details
    Browse the repository at this point in the history
  2. reserve_transfer test added

    NachoPal committed May 13, 2023
    Configuration menu
    Copy the full SHA
    36eb693 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    342e526 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. added collectives & BH paras

    NachoPal committed May 14, 2023
    Configuration menu
    Copy the full SHA
    839b32b View commit details
    Browse the repository at this point in the history
  2. test restructure

    NachoPal committed May 14, 2023
    Configuration menu
    Copy the full SHA
    0f6d89a View commit details
    Browse the repository at this point in the history
  3. statemine removed

    NachoPal committed May 14, 2023
    Configuration menu
    Copy the full SHA
    84dea0a View commit details
    Browse the repository at this point in the history
  4. nitpick

    NachoPal committed May 14, 2023
    Configuration menu
    Copy the full SHA
    406886c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

    NachoPal committed May 17, 2023
    Configuration menu
    Copy the full SHA
    dc7ff20 View commit details
    Browse the repository at this point in the history
  3. merged branch

    NachoPal committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c948348 View commit details
    Browse the repository at this point in the history
  4. weight threshold helper

    NachoPal committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b21d95d View commit details
    Browse the repository at this point in the history
  5. update readme

    NachoPal committed May 17, 2023
    Configuration menu
    Copy the full SHA
    478549e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4bbcad View commit details
    Browse the repository at this point in the history
  7. fmt

    NachoPal committed May 17, 2023
    Configuration menu
    Copy the full SHA
    28b418b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. comment docs

    NachoPal committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8c3b5ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfdb0ee View commit details
    Browse the repository at this point in the history