-
Notifications
You must be signed in to change notification settings - Fork 204
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
fix(askar): secure environment get public key is now async #2108
fix(askar): secure environment get public key is now async #2108
Conversation
|
packages/askar/package.json
Outdated
@@ -46,7 +46,7 @@ | |||
}, | |||
"peerDependencies": { | |||
"@hyperledger/aries-askar-shared": "^0.2.3", | |||
"@animo-id/expo-secure-environment": "^0.0.1-alpha.0" | |||
"@animo-id/expo-secure-environment": "*" |
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 can cause issues, it's not fine to just use any version?
Signed-off-by: Timo Glastra <[email protected]>
df6589e
to
6642ea0
Compare
@@ -206,7 +206,7 @@ export abstract class AskarBaseWallet implements Wallet { | |||
|
|||
// Generate a hardware-backed P-256 keypair | |||
secureEnvironment.generateKeypair(kid) |
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.
Should also be awaited
Signed-off-by: Timo Glastra <[email protected]>
bdc07e5
into
openwallet-foundation:main
Signed-off-by: Berend Sliedrecht [email protected]