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

XCM WeightTrader: Swap Fee Asset for Native Asset #1845

Merged
merged 109 commits into from
Jan 16, 2024

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    39935e9 View commit details
    Browse the repository at this point in the history
  2. restructure imports

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

Commits on Sep 20, 2023

  1. transfer swap

    muharem committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6d6cc18 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. swap credit

    muharem committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a355241 View commit details
    Browse the repository at this point in the history
  2. with transaction

    muharem committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a78ac71 View commit details
    Browse the repository at this point in the history
  3. preservation

    muharem committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    888c9fa View commit details
    Browse the repository at this point in the history
  4. add amounts to the event

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

Commits on Sep 25, 2023

  1. not expendable constraint

    muharem committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    cdaf500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a19a41 View commit details
    Browse the repository at this point in the history
  3. vec import

    muharem committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e237dfc View commit details
    Browse the repository at this point in the history
  4. fix tests, preserve account

    muharem committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0c13c85 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. tests

    muharem committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    24654b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0bd8b7 View commit details
    Browse the repository at this point in the history
  3. fix clippy

    muharem committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    80dbcab View commit details
    Browse the repository at this point in the history
  4. debug impls for imbalances

    muharem committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    847207b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    53c699f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    827ce1b View commit details
    Browse the repository at this point in the history
  3. tests

    muharem committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d533acf View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: joe petrowski <[email protected]>
    muharem and joepetrowski committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    69b17f8 View commit details
    Browse the repository at this point in the history
  5. correct docs

    muharem committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    28edff5 View commit details
    Browse the repository at this point in the history
  6. dev comments

    muharem committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    697afa6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    fe9e4f8 View commit details
    Browse the repository at this point in the history
  2. swap trait update

    muharem committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e7ffbb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. box multi asset id

    muharem committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    ee49f27 View commit details
    Browse the repository at this point in the history
  2. use vec instead bounded vec

    muharem committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    ee9d2eb View commit details
    Browse the repository at this point in the history
  3. update to new api

    muharem committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    ced5e99 View commit details
    Browse the repository at this point in the history
  4. drop clone

    muharem committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    7fee81e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    b63cd73 View commit details
    Browse the repository at this point in the history
  2. no box for benchmarks impls

    muharem committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    01bd4da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2b99f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37b2e34 View commit details
    Browse the repository at this point in the history
  5. try into for credit

    muharem committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    d9bc836 View commit details
    Browse the repository at this point in the history
  6. drop clone

    muharem committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    0193864 View commit details
    Browse the repository at this point in the history
  7. fix

    muharem committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    ae19bb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. clippy fixes

    muharem committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2372277 View commit details
    Browse the repository at this point in the history
  2. review fixes

    muharem committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d1f37c7 View commit details
    Browse the repository at this point in the history
  3. remove unused trait

    muharem committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3a4935e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. note in docs for swap traits

    muharem committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    75a7b8a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. extract for imbalance

    muharem committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    03cee5b View commit details
    Browse the repository at this point in the history
  2. swap weight trader

    muharem committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6b0c847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1847090 View commit details
    Browse the repository at this point in the history
  4. clippi fix: remove clone

    muharem committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1c11bc3 View commit details
    Browse the repository at this point in the history
  5. fmt

    muharem committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    991b734 View commit details
    Browse the repository at this point in the history
  6. ignore tests

    muharem committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ec25bca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3d3caf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e16f2f7 View commit details
    Browse the repository at this point in the history
  9. ignore test

    muharem committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    20b85a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    a8fadda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    168141d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. adjustments for rococo setup

    muharem committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2b13f27 View commit details
    Browse the repository at this point in the history
  2. adjustments for rococo tests

    muharem committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    bbca52d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    251d3f8 View commit details
    Browse the repository at this point in the history
  4. rococo benchmarks

    muharem committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    66a6611 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    01eab06 View commit details
    Browse the repository at this point in the history
  2. fungible/s union_of

    muharem committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b21d0aa View commit details
    Browse the repository at this point in the history
  3. tests for fungible/s sets

    muharem committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    50cdf82 View commit details
    Browse the repository at this point in the history
  4. asset conversion

    muharem committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5fbdc2a View commit details
    Browse the repository at this point in the history
  5. asset conversion tx payment

    muharem committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f490744 View commit details
    Browse the repository at this point in the history
  6. substrate test runtime

    muharem committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    45d450d View commit details
    Browse the repository at this point in the history
  7. asset hub common impls

    muharem committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    baac8e5 View commit details
    Browse the repository at this point in the history
  8. asset hub runtimes

    muharem committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c4eb514 View commit details
    Browse the repository at this point in the history
  9. asset hub emulated tests

    muharem committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d28ffea View commit details
    Browse the repository at this point in the history
  10. clippy fixes

    muharem committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d255301 View commit details
    Browse the repository at this point in the history
  11. clippy fixes

    muharem committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4ec7496 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Apply suggestions from code review

    Co-authored-by: Liam Aharon <[email protected]>
    muharem and liamaharon committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2ce5071 View commit details
    Browse the repository at this point in the history
  2. fixes

    muharem committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c60fa97 View commit details
    Browse the repository at this point in the history
  3. derive Eq

    muharem committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3b187eb View commit details
    Browse the repository at this point in the history
  4. update bounds

    muharem committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    03bec01 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. benchmarks

    muharem committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    51c6dfc View commit details
    Browse the repository at this point in the history
  2. weights

    muharem committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1a9c5f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f1d0a View commit details
    Browse the repository at this point in the history
  4. remove unused var

    muharem committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    78332d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. account touch

    muharem committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3f59637 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ea208d View commit details
    Browse the repository at this point in the history
  3. should touch

    muharem committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d87a80e View commit details
    Browse the repository at this point in the history
  4. touch doc

    muharem committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    55917dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    497c92e View commit details
    Browse the repository at this point in the history
  6. trader with target asset

    muharem committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    62850a7 View commit details
    Browse the repository at this point in the history
  7. revert changes in impls

    muharem committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    964afa0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. logs

    muharem committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    04091d8 View commit details
    Browse the repository at this point in the history
  2. docs

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

Commits on Nov 2, 2023

  1. remove comment

    muharem committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    33a7730 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. tests

    muharem committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6c17db2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. more tests

    muharem committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f9c3397 View commit details
    Browse the repository at this point in the history
  2. move mock mod to the bottom

    muharem committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    47512ea View commit details
    Browse the repository at this point in the history
  3. more tests

    muharem committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a7bdc81 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. more tests

    muharem committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b49dce0 View commit details
    Browse the repository at this point in the history
  2. resolve to staking pot

    muharem committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    34dfcce View commit details
    Browse the repository at this point in the history
  3. remove outdated tests

    muharem committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bc12fc1 View commit details
    Browse the repository at this point in the history
  4. remove ignore

    muharem committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8025a40 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. remove unused type alias

    muharem committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    cdffd5a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. return error

    muharem committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0a89934 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    5f93423 View commit details
    Browse the repository at this point in the history
  2. remove dublicate tests

    muharem committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    673ed3e View commit details
    Browse the repository at this point in the history
  3. prdoc

    muharem committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    dbc6a8d View commit details
    Browse the repository at this point in the history
  4. clippy fix

    muharem committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    cb30d43 View commit details
    Browse the repository at this point in the history
  5. ignore test

    muharem committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8b85a3d View commit details
    Browse the repository at this point in the history
  6. toml format

    muharem committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4088a5c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    472f6e7 View commit details
    Browse the repository at this point in the history
  2. swap trader for rococo

    muharem committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2ff205e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc182e2 View commit details
    Browse the repository at this point in the history
  4. integration tests

    muharem committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b016d9b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    6a5f665 View commit details
    Browse the repository at this point in the history
  2. fix tests

    muharem committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b22702f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. toml format

    muharem committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4401b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da33ead View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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