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

Implement foreign asset transaction fees #1022

Merged
merged 23 commits into from
Jul 18, 2023
Merged

Commits on Jun 9, 2023

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

Commits on Jun 12, 2023

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

Commits on Jun 13, 2023

  1. improve code structure

    Chralt98 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8700cb5 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    Chralt98 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b6400f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. add fee tests

    Chralt98 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ba9931c View commit details
    Browse the repository at this point in the history
  2. fix correct and deposit test

    Chralt98 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b35a79f View commit details
    Browse the repository at this point in the history
  3. fix clippy

    Chralt98 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7e8aaf9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    a6d44a7 View commit details
    Browse the repository at this point in the history
  2. add copyrights

    Chralt98 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    3c18adc View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. use FungiblesAdapter

    Chralt98 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e2e4d21 View commit details
    Browse the repository at this point in the history
  2. empty commit

    Chralt98 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0aa51f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 14, 2023

  1. apply review feedback

    Chralt98 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    90027d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. eliminate foreign base

    Chralt98 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    bd48408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0703bf0 View commit details
    Browse the repository at this point in the history
  3. use zrml_swaps bmul

    Chralt98 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    47e4785 View commit details
    Browse the repository at this point in the history
  4. Update runtime/common/src/fees.rs

    Co-authored-by: Harald Heckmann <[email protected]>
    Chralt98 and sea212 authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    711f504 View commit details
    Browse the repository at this point in the history
  5. add error enum

    Chralt98 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    543c69d View commit details
    Browse the repository at this point in the history
  6. remove xcm dependency

    Chralt98 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    462e24a View commit details
    Browse the repository at this point in the history
  7. update changelog for devs

    Chralt98 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ba2d852 View commit details
    Browse the repository at this point in the history
  8. remove wrong test

    Chralt98 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f4ad1c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5ee57b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. add debug assert

    Chralt98 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5c028e0 View commit details
    Browse the repository at this point in the history