-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: added transak config * feat: added transak web widget and environment enum * feat: added missing module * fix: resolved compile issue with ue4 * fix: compiler issue with ue4 * chore: isolated source code for ue5 * chore: removed requirement of folder name in branch name (#157) * feat: add 4.26 support to transak widget (#156) * feat: added transak web widget and environment enum * fix: resolved compile issue with ue4 * fix: compiler issue with ue4 * chore: isolated source code for ue5 * feat: add blu web browser to transak widget (#3498) * refactor: apply formatting * refactor: move include inside respective engine macro * refactor: expose is ready to blueprint * refactor: change private to protected * refactor: reorder .h and .cpp functions to match each other * chore: update loctext namespace * fix: compile error * chore: removed redundant code * chore: removed prefixes --------- Co-authored-by: Yermek Garifullanov <[email protected]> * chore: added comments and moved to dedicated folder * feat: added sample asset for transak widget * fix: minor changes for consts and enums * fix: resolved compile issues with ue 5.4 * refactor: added marketplace module and renamed transak widget * refactor: added marketplace module to keep marketplace features such as on ramp widget * chore: renamed transak widget to on ramp * chore: change misleading transak wording * chore: source code polish * chore: add custom openapi template (#3423) * fix: openapi generator unique items conflicting with array (#3423) * chore: update openapi.json (#3423) * refactor: to generate openapi with batch files (#3423) * chore: manually update openapi files (#3423) * feat: implement oneof for data models (#3518) * feat: automate the process of updating zkevm repo when it's corresponding openapi changes (#3497) * fix: linting errors for zkevm api scripts (#3522) --------- Co-authored-by: ImmutableJeffrey <[email protected]>
- Loading branch information
1 parent
7cebc7e
commit 3b6dd66
Showing
21 changed files
with
721 additions
and
87 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
Binary file modified
BIN
+15.8 KB
(100%)
Content/BlueprintSampleContent/ImtblAuthenticatedWidget4_26.uasset
Binary file not shown.
Binary file not shown.
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,45 +1,60 @@ | ||
{ | ||
"FileVersion": 3, | ||
"Version": 1, | ||
"VersionName": "1.3.0.alpha", | ||
"FriendlyName": "Immutable", | ||
"Description": "", | ||
"Category": "Other", | ||
"CreatedBy": "", | ||
"CreatedByURL": "", | ||
"DocsURL": "", | ||
"MarketplaceURL": "", | ||
"SupportURL": "", | ||
"EnabledByDefault": true, | ||
"CanContainContent": true, | ||
"IsBetaVersion": true, | ||
"IsExperimentalVersion": true, | ||
"Installed": true, | ||
"Modules": [ | ||
{ | ||
"Name": "Immutable", | ||
"Type": "Runtime", | ||
"LoadingPhase": "Default" | ||
}, | ||
{ | ||
"Name": "ImmutableEditor", | ||
"Type": "Editor", | ||
"LoadingPhase": "Default" | ||
}, | ||
{ | ||
"Name": "ImmutablePluginManager", | ||
"Type": "Runtime", | ||
"LoadingPhase": "EarliestPossible" | ||
}, | ||
{ | ||
"Name": "ImmutableOrderbook", | ||
"Type": "Runtime", | ||
"LoadingPhase": "Default" | ||
}, | ||
{ | ||
"Name": "ImmutablezkEVMAPI", | ||
"Type": "Runtime", | ||
"LoadingPhase": "Default" | ||
} | ||
] | ||
{ | ||
"FileVersion": 3, | ||
"Version": 1, | ||
"VersionName": "1.3.0.alpha", | ||
"FriendlyName": "Immutable", | ||
"Description": "", | ||
"Category": "Other", | ||
"CreatedBy": "", | ||
"CreatedByURL": "", | ||
"DocsURL": "", | ||
"MarketplaceURL": "", | ||
"SupportURL": "", | ||
"EnabledByDefault": true, | ||
"CanContainContent": true, | ||
"IsBetaVersion": true, | ||
"IsExperimentalVersion": true, | ||
"Installed": true, | ||
"Modules": [ | ||
{ | ||
"Name": "Immutable", | ||
"Type": "Runtime", | ||
"LoadingPhase": "Default" | ||
}, | ||
{ | ||
"Name": "ImmutableEditor", | ||
"Type": "Editor", | ||
"LoadingPhase": "Default" | ||
}, | ||
{ | ||
"Name": "ImmutablePluginManager", | ||
"Type": "Runtime", | ||
"LoadingPhase": "EarliestPossible" | ||
}, | ||
{ | ||
"Name": "ImmutableOrderbook", | ||
"Type": "Runtime", | ||
"LoadingPhase": "Default" | ||
}, | ||
{ | ||
"Name": "ImmutablezkEVMAPI", | ||
"Type": "Runtime", | ||
"LoadingPhase": "Default" | ||
}, | ||
{ | ||
"Name": "ImmutableMarketplace", | ||
"Type": "Runtime", | ||
"LoadingPhase": "Default" | ||
} | ||
], | ||
"Plugins": [ | ||
{ | ||
"Name": "BLUI", | ||
"Enabled": true | ||
}, | ||
{ | ||
"Name": "WebBrowserWidget", | ||
"Enabled": false | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#pragma once | ||
|
||
UENUM(BlueprintType) | ||
enum class EPassportEnvironment : uint8 | ||
{ | ||
Development, | ||
Sandbox, | ||
Production, | ||
}; | ||
|
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
Oops, something went wrong.