-
Notifications
You must be signed in to change notification settings - Fork 83
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
Uniffi simple message relay #970
Uniffi simple message relay #970
Conversation
33d6ab7
to
614f84b
Compare
Codecov Report
@@ Coverage Diff @@
## main #970 +/- ##
=======================================
Coverage 30.02% 30.02%
=======================================
Files 415 415
Lines 26916 26916
Branches 5231 5243 +12
=======================================
Hits 8081 8081
Misses 16639 16639
Partials 2196 2196
Flags with carried forward coverage won't be shown. Click here to find out more. |
a0e3203
to
17e70ad
Compare
e602442
to
1f1fcda
Compare
329c75d
to
d7aabec
Compare
uniffi_aries_vcx/demo/app/src/main/java/org/hyperledger/ariesvcx/ScanScreen.kt
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.
Nice work. This will be good to merge after we stop using walletKey
as the user id; for now we can just use a hardcoded string: demo-user-1
for example.
And also as discussed, in a later PR we will look into cleaning up the app logic by putting a lot of the logic into a global "controller" class. this will let us clean up some of the HTTP polling logic currently within the HomeScreen
d7aabec
to
6df61d6
Compare
uniffi_aries_vcx/demo/app/src/main/java/org/hyperledger/ariesvcx/HomeScreen.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: Swapnil Tripathi <[email protected]>
Signed-off-by: Swapnil Tripathi <[email protected]>
Signed-off-by: Swapnil Tripathi <[email protected]>
202f49d
to
e142edb
Compare
Signed-off-by: Swapnil Tripathi <[email protected]>
e142edb
to
a81eb8c
Compare
No description provided.