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

Asset pallet move files #1603

Merged
merged 9 commits into from
Feb 27, 2024
Merged

Asset pallet move files #1603

merged 9 commits into from
Feb 27, 2024

Conversation

HenriqueNogara
Copy link
Contributor

@HenriqueNogara HenriqueNogara commented Feb 6, 2024

This PR doesn't change any existing logic, it only moves things around.

  • The asset pallet error was moved to a dedicated file;
  • All type definitions were moved to a dedicated file;
  • Functions that were not being used were removed;
  • Organize asset lib file in blocks: All base functions, All validattion functions, All Storage Writes, All RPC functions, and Trait implementation;
  • Add more unit tests to register_ticker and accept_ticker transfer;

changelog

@HenriqueNogara HenriqueNogara marked this pull request as ready for review February 6, 2024 17:24
@Neopallium Neopallium merged commit 15b4cdd into develop Feb 27, 2024
13 checks passed
@Neopallium Neopallium deleted the asset-pallet-move-files branch February 27, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants