-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor user profile and roles handling
- Updated `BurnAndMintDto` to extend `SubmitCallDTO` instead of `ChainCallDTO`. - Made `roles` in `UserProfile` optional and updated related types to ensure consistency. - Changed `identityKey` in `ChainUserAPI` to use `UserAlias`. - Adjusted user role handling in various tests and services to accommodate the new optional roles structure. - Updated return types in `getUserProfile` functions to use `UserProfileWithRoles` for better type safety. These changes enhance type safety and align the code with the latest SDK conventions. Signed-off-by: Jakub Dzikowski <[email protected]>
- Loading branch information
Showing
11 changed files
with
34 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
{ | ||
"workbench.colorCustomizations": { | ||
"titleBar.activeBackground": "#4f7bc6", | ||
"titleBar.activeForeground": "#ffffff", | ||
"activityBar.background": "#4f7bc6", | ||
"statusBar.background": "#4f7bc6", | ||
"statusBar.foreground": "#ffffff", | ||
"statusBar.border": "#4f7bc6", | ||
"statusBarItem.remoteBackground": "#4f7bc6", | ||
"statusBarItem.remoteForeground": "#ffffff" | ||
} | ||
} | ||
"files.eol": "\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters