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-builder] Replaced deprecated CurrencyAdapter with FungibleAdapter #3287

Merged
merged 9 commits into from
Feb 13, 2024

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    473d562 View commit details
    Browse the repository at this point in the history
  2. Missing import

    bkontur committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    63aad02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c10bd16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b39a145 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    1f69d94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37b056e View commit details
    Browse the repository at this point in the history
  3. fix(pallet-xcm-benchmarks): Changed assertion in transfer_asset ben…

    …chmark
    
    The `CurrencyAdapter` allowed transferring even when it would destroy the account,
    because of having less than the ED.
    The new `FungibleAdapter` always tries to preserve the sending account.
    This benchmark was leaving an account with zero after transferring, which is why
    it was working before but not after the change of adapter.
    franciscoaguirre committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    62474e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c3da47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb5eaf5 View commit details
    Browse the repository at this point in the history