-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(demo): update demo app with new features #133
Conversation
@@ -0,0 +1,356 @@ | |||
import Domain |
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.
Should this PR contains logic for the backup?!
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.
Yes it was a mistake already removed.
@@ -0,0 +1,32 @@ | |||
// |
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.
Remove copyright
@@ -0,0 +1,214 @@ | |||
// | |||
// HyperlinkText.swift |
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.
Remove copyright
@@ -0,0 +1,97 @@ | |||
// |
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.
Remove copyright
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.
Done also to all the above
de6d12a
to
535f370
Compare
535f370
to
7c4da7a
Compare
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.
LGTM!
# [6.0.0](5.0.3...6.0.0) (2024-05-03) * feat!(pollux): add jwt and anoncreds verification ([8e9e959](8e9e959)) ### Features * **demo:** update demo app with new features ([#133](#133)) ([931c843](931c843)) ### BREAKING CHANGES * ProofTypes was replaced by ClaimFilter - This commit also has a fix with PRISM DID resolution, now it correctly resolves all public keys - It adds a new utility method to castor to retrieve all public keys from a DID Fixes ATL-6627
@goncalo-frade-iohk , just for clarification: in the title of the PR, it is mentioning 'a new feature' but in the description, it is not explicitly writing what's the new feature. Could you add this in the PR description? |
Signed-off-by: goncalo-frade-iohk <[email protected]>
Description:
Update demo app with new UI.
Checklist: