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

Remove the LocalAssets pallet-asset instance #2634

Merged
merged 45 commits into from Feb 15, 2024
Merged

Commits on Feb 7, 2024

  1. feat(Deprecate Mintables XC-20s): remove LocalAssets pallet instance …

    …from moonbase runtime
    RomarQ committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    476e19e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc1a951 View commit details
    Browse the repository at this point in the history
  3. Update tests

    RomarQ committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8f8be58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e19b2a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2656848 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f021f3d View commit details
    Browse the repository at this point in the history
  7. fix lint issues

    RomarQ committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ee00131 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b1d1a8 View commit details
    Browse the repository at this point in the history
  9. feat(Remove LocalAssets): only run LocalAssets storage migration when…

    … upgrading runtime 2800
    RomarQ committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    04e81d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6386160 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    051e728 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    468211e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    974a7e8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    445d69d View commit details
    Browse the repository at this point in the history
  15. fix from review

    RomarQ committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b13c70a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f703506 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bc99c30 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b975a0a View commit details
    Browse the repository at this point in the history
  19. use explicit type in test

    RomarQ committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2f86ff9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    1c4adfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8086e28 View commit details
    Browse the repository at this point in the history
  3. fix linting

    RomarQ committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    790d02a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Update pallets/manual-migrations/src/lib.rs

    Co-authored-by: Éloïs <c@elo.tf>
    RomarQ and librelois committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6d8770c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ddf63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c02182 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. rename pallet

    RomarQ committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    fc79439 View commit details
    Browse the repository at this point in the history
  2. raname pallet in the runtime

    RomarQ committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    367fc73 View commit details
    Browse the repository at this point in the history
  3. Support moonbeam dev tests (#2636)

    * test: support moonbeam in dev tests
    
    * test: rollback MOON_RTNAME env usage in moonwall config
    
    * fix lint issues
    
    * chore: update gitignore
    
    * test: add reportFile for dev_moonbeam in moonwall config
    
    * test: change test identifier
    
    * chore(ci): set fail-fast flag to false when running dev tests
    RomarQ committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    26125f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97f711c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13c5ea3 View commit details
    Browse the repository at this point in the history
  6. remove unused imports

    RomarQ committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    63da3c1 View commit details
    Browse the repository at this point in the history
  7. fix lint issues in test

    RomarQ committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0173c6d View commit details
    Browse the repository at this point in the history
  8. improve lazy migration pallet

    RomarQ committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    aa96bd8 View commit details
    Browse the repository at this point in the history
  9. fix format

    RomarQ committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    085a591 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Update pallets/moonbeam-lazy-migrations/src/lib.rs

    Co-authored-by: Éloïs <c@elo.tf>
    RomarQ and librelois committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5beb714 View commit details
    Browse the repository at this point in the history
  2. Update pallets/moonbeam-lazy-migrations/src/lib.rs

    Co-authored-by: Éloïs <c@elo.tf>
    RomarQ and librelois committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d05ad3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    550e929 View commit details
    Browse the repository at this point in the history
  4. fix format

    RomarQ committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    fc35aad View commit details
    Browse the repository at this point in the history
  5. fix rustfmt

    RomarQ committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b9ea462 View commit details
    Browse the repository at this point in the history
  6. fix editorconfig errors

    RomarQ committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    55cda4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb94d7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6ea552 View commit details
    Browse the repository at this point in the history
  9. fix pipeline

    RomarQ committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c1511f8 View commit details
    Browse the repository at this point in the history
  10. remove unused import

    RomarQ committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    54b7949 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. improvements from review

    RomarQ committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    143d41b View commit details
    Browse the repository at this point in the history