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

add missing permissions in afloat #18

Merged
merged 3 commits into from
Sep 29, 2023

Commits on Sep 29, 2023

  1. 🐛 fix(functions.rs): add call to do_add_account_to_afloat_frunique to…

    … ensure consistency with admin role assignment
    
    ✨ feat(lib.rs): add support for adding afloat and frunique roles during initial setup
    🔧 chore(types.rs): add AddAfloatRole and AddFruniqueRole variants to InitialSetupArgs enum for role assignment
    tlacloc committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e04677f View commit details
    Browse the repository at this point in the history
  2. 🐛 fix(afloat): fix incorrect role parameter in do_add_account_to_aflo…

    …at_frunique function call
    
    🔧 chore(types): import FruniqueRole from pallet_fruniques to fix type error in InitialSetupArgs
    tlacloc committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a6d2855 View commit details
    Browse the repository at this point in the history
  3. 🔥 refactor(lib.rs): remove unused spam_spawning function from the `…

    …pallet` module
    
    The `spam_spawning` function was commented out and not being used. Removing it to improve code cleanliness and readability.
    tlacloc committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ecf1dad View commit details
    Browse the repository at this point in the history