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

Add profile management and store export to JS wrapper #169

Merged
merged 7 commits into from
Sep 8, 2023

Conversation

andrewwhitehead
Copy link
Contributor

@andrewwhitehead andrewwhitehead commented Aug 17, 2023

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.

@berendsliedrecht
Copy link
Contributor

Nice timing. #170 introduces an example application to be used for testing. It is still not an easy process to test the functionality though.

Copy link
Contributor

@berendsliedrecht berendsliedrecht left a 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(
Copy link
Contributor

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.

TimoGlastra
TimoGlastra previously approved these changes Sep 6, 2023
@andrewwhitehead andrewwhitehead marked this pull request as ready for review September 8, 2023 19:06
@andrewwhitehead andrewwhitehead merged commit b9f004c into openwallet-foundation:main Sep 8, 2023
25 of 26 checks passed
@andrewwhitehead andrewwhitehead deleted the js/upd branch September 8, 2023 19:07
jamshale pushed a commit to jamshale/aries-askar that referenced this pull request Aug 18, 2024
Add profile management and store export to JS wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants