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

pallet-asset-conversion: Decoupling Native Currency Dependancy #2031

Merged
merged 76 commits into from
Dec 20, 2023

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 <25483142+joepetrowski@users.noreply.github.com>
    muharem and joepetrowski authored 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 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 <liam.aharon@hotmail.com>
    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

Commits on Nov 2, 2023

  1. docs

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

    muharem committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    701c4f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d5e5fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0556267 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb451cb View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. prdoc

    muharem committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    524d6f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Merge remote-tracking branch 'origin/master' into muharem-asset-conve…

    …rsion-without-fungible
    muharem committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    406552f View commit details
    Browse the repository at this point in the history