-
Notifications
You must be signed in to change notification settings - Fork 51
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 profile management and store export to JS wrapper #169
Add profile management and store export to JS wrapper #169
Conversation
Nice timing. #170 introduces an example application to be used for testing. It is still not an easy process to test the functionality though. |
934509b
to
9d081f1
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.
Other than the storehandle it looks good to me. I can see if I have the time to test the code, but otherwise I am okay with just releasing it, under a dev
release, testing it and fixing the issues / releasing it under a stable version.
State *state = new State(&cb); | ||
state->rt = &rt; | ||
|
||
ErrorCode code = askar_store_copy( |
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.
This function does not seem to use the storeHandle
.
da27a79
19452cf
to
da27a79
Compare
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
da27a79
to
24afabe
Compare
b9f004c
into
openwallet-foundation:main
Add profile management and store export to JS wrapper
Currently in draft because I can't build or test the react-native updates.
Also adds a missing store export test for the Python wrapper.