Skip to content
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(app): Implement issuance preview screen ios #533

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

talwinder50
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Aug 3, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.11% 🎉

Comparison is base (fe4a68a) 89.69% compared to head (7d18f21) 89.80%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #533      +/-   ##
==========================================
+ Coverage   89.69%   89.80%   +0.11%     
==========================================
  Files          97       98       +1     
  Lines        3745     3747       +2     
==========================================
+ Hits         3359     3365       +6     
+ Misses        257      255       -2     
+ Partials      129      127       -2     

see 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

didType = didType ?? "ion";
keyType = keyType ?? "ED25519";

var didResolution = await WalletSDKPlugin.createDID(didType, keyType);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please refactor WalletSDKPlugin.createDID so it returns some structure as we did for other methods. To get rid of that encode decode part all over the code.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created this issue #534

@@ -211,6 +211,12 @@ class WalletSDK extends WalletPlatform {
return null;
}

Future<List<IssuerMetaData>> getIssuerMetaData() async {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add getIssuerMetaData() stub to wallet_sdk_js.dart in otherwise it will break the web version build.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@sonarcloud
Copy link

sonarcloud bot commented Aug 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@rolsonquadras rolsonquadras merged commit bc22355 into trustbloc:main Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants