-
Notifications
You must be signed in to change notification settings - Fork 9
feat: register offchain, registered offchain and update connect silent to reconnect #44
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
Conversation
YermekG
commented
Nov 30, 2023
- DX-2434: Added new nodes IsRegisteredOffchain and RegisteredOffchain
- DX-2514: Added new node Reconnect
- DX-2514: Removed redundant code
- fix: Fixed minor issue and added comments
Source/Immutable/Public/Immutable/Actions/ImtblPassportHasStoredCredentialsAsyncAction.h
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yermick, there are sample blueprints we ship along with the Unreal SDK. They will need to be updated to reflect the changes in this PR and also add functionality to test RegisterOffchain and IsRegisteredOffChain methods added in this repo.
a461685
to
edc8c85
Compare
@nattb8 I have updated the bridge UE asset via 4.26.2 version in order to guarantee its relevance across all UE versions. I added registerOffchain and isRegisterOffchain routine to the blueprint example files. I have tested the changed blueprint in both UE versions 4.26.2 and 5.0.3. |
I have updated the sdk according to Parveen's recommendations
84ef758
to
67a3347
Compare
* DX-2434: Added new nodes IsRegisteredOffchain and RegisteredOffchain * DX-2514: Added new node Reconnect * DX-2514: Removed redundant code * fix: Fixed minor issue and added comments
* chore: updated bridge in version ue 4.26.2
* refactor: reinstated updated check for credentials * build: updated bridge asset in ue 4.26.2 * fix: updated methods to match bridge funtionality
fix: Removed incorrect condition for token getters Revert "fix: Removed incorrect condition for token getters" This reverts commit 05f8495.