-
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
Add new initialization methods #223
Conversation
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com> # Conflicts: # libvcx/src/api/vcx.rs # libvcx/src/aries/handlers/connection/agent_info.rs # libvcx/src/libindy/utils/wallet.rs # libvcx/src/settings.rs # libvcx/src/utils/devsetup.rs
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Codecov Report
@@ Coverage Diff @@
## master #223 +/- ##
==========================================
+ Coverage 57.38% 57.65% +0.26%
==========================================
Files 149 149
Lines 19995 19800 -195
Branches 4497 4451 -46
==========================================
- Hits 11474 11415 -59
+ Misses 5174 5053 -121
+ Partials 3347 3332 -15
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Could you also add this to NodeJS wrapper and write a test using new APIs for initialization? Perhaps migrate alice/faber demo?
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
1de2257
to
b9fab21
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com> # Conflicts: # agency_client/src/agent_utils.rs # agency_client/src/error.rs # agency_client/src/httpclient.rs # agency_client/src/utils/error_utils.rs # libvcx/src/api/vcx.rs # libvcx/src/init.rs # libvcx/src/libindy/utils/wallet.rs # libvcx/src/settings.rs # libvcx/src/utils/devsetup.rs # libvcx/src/utils/provision.rs
57e4c99
to
0d2631d
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
b1b84c9
to
dc254f2
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
b2fb691
to
a971a86
Compare
Please list also deprecated functions in PR description |
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
2138c0a
to
0714082
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com> # Conflicts: # wrappers/node/src/api/utils.ts # wrappers/node/src/rustlib.ts
This pull request introduces 1 alert when merging 7f75a34 into c872f0e - view on LGTM.com new alerts:
|
vcx_open_main_pool: (commandId: number, config: string, cb: any) => number, | ||
|
||
vcx_create_agency_client_for_main_wallet: (commandId: number, config: string, cb: any) => number, | ||
vcx_provision_cloud_agent: (commandId: number, config: string, cb: any) => number, |
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.
Seems like there no C function like this defined in rust?
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.
It is, see libvcx/src/api/utils.rs:139
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.
I left few comments and updated list of added functions in PR description. Could you please also add there short 1-liner description for each new function
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
This pull request introduces 1 alert when merging a92ccea into c872f0e - view on LGTM.com new alerts:
|
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
This pull request introduces 2 alerts when merging e9cfeac into c872f0e - view on LGTM.com new alerts:
|
da76151
to
51857a6
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
51857a6
to
9080769
Compare
* Add to java wrapper Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com> Add to iOS wrapper Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com> * Add to iOS wrapper Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Added methods:
Implements #210 .
Deprecated methods:
Signed-off-by: Miroslav Kovar miroslavkovar@protonmail.com