Commit fcaab50
authored
add missing permissions in afloat (#18)
* 🐛 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
* 🐛 fix(afloat): fix incorrect role parameter in do_add_account_to_afloat_frunique function call
🔧 chore(types): import FruniqueRole from pallet_fruniques to fix type error in InitialSetupArgs
* 🔥 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.1 parent 7ec0bdf commit fcaab50
File tree
4 files changed
+13
-14
lines changed- pallets
- afloat/src
- fruniques/src
4 files changed
+13
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
| 859 | + | |
| 860 | + | |
859 | 861 | | |
860 | 862 | | |
861 | 863 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
226 | 234 | | |
227 | 235 | | |
228 | 236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| 201 | + | |
| 202 | + | |
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | 512 | | |
527 | 513 | | |
0 commit comments