-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: initial 0.5.0 support #87
Merged
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
c19305f
feat: initial 0.5.0 support
TimoGlastra a796326
feat: update to stable 0.5
TimoGlastra 299e7d4
ci: disable tests as we dont have any
TimoGlastra 33eb1f2
use raw key generation
TimoGlastra 2c4066a
updates for expo 50
TimoGlastra 49318a7
Merge remote-tracking branch 'origin/main' into feat/050
TimoGlastra 5387c6a
dev version
TimoGlastra c6b3ee7
dev version 1.2.0
TimoGlastra 94efcb3
chore: update credo
TimoGlastra 3c4837f
fix: styling issues
5fdf6d3
address feedback
TimoGlastra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
import 'react-native-get-random-values' | ||
// TODO: why is this needed since update to 0.5.0? | ||
import 'fast-text-encoding' | ||
import 'expo-router/entry' | ||
|
||
import { Buffer } from '@aries-framework/core' | ||
import { Buffer } from '@credo-ts/core' | ||
|
||
// eslint-disable-next-line no-undef | ||
global.Buffer = Buffer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ | |
"resolutions": { | ||
"@unimodules/react-native-adapter": "./noop", | ||
"@unimodules/core": "./noop", | ||
"ref-napi": "npm:@2060.io/[email protected]", | ||
"@cosmjs/amino": "npm:@cosmjs-rn/amino@^0.27.1", | ||
"@cosmjs/encoding": "npm:@cosmjs-rn/encoding@^0.27.1", | ||
"@cosmjs/math": "npm:@cosmjs-rn/math@^0.27.1", | ||
|
@@ -40,7 +39,12 @@ | |
"@cosmjs/utils": "npm:@cosmjs-rn/utils@^0.27.1", | ||
"@cosmjs/proto-signing": "npm:@cosmjs-rn/proto-signing@^0.27.1", | ||
"@cosmjs/crypto": "npm:@cosmjs-rn/crypto@^0.27.1", | ||
"@sphereon/[email protected]": "patch:@sphereon/did-auth-siop@npm%3A0.3.2-unstable.0#./.yarn/patches/@sphereon-did-auth-siop-npm-0.3.2-unstable.0-6a34120d09.patch" | ||
"@sd-jwt/core": "0.2.1-alpha.0", | ||
"@sd-jwt/present": "0.2.1-alpha.0", | ||
"@sd-jwt/decode": "0.2.1-alpha.0", | ||
"@sd-jwt/utils": "0.2.1-alpha.0", | ||
"@aries-framework/core": "npm:@credo-ts/[email protected]", | ||
"@aries-framework/question-answer": "npm:@credo-ts/[email protected]" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.9", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,28 +4,28 @@ | |
"private": true, | ||
"main": "src/index.ts", | ||
"dependencies": { | ||
"@aries-framework/anoncreds": "0.4.2", | ||
"@aries-framework/anoncreds-rs": "0.4.2", | ||
"@aries-framework/askar": "0.4.2", | ||
"@aries-framework/cheqd": "0.4.2", | ||
"@aries-framework/core": "0.4.2", | ||
"@aries-framework/indy-vdr": "0.4.2", | ||
"@aries-framework/react-hooks": "0.4.2", | ||
"@aries-framework/react-native": "0.4.2", | ||
"@internal/openid4vc-client": "*", | ||
"@aries-framework/core": "npm:@credo-ts/[email protected]", | ||
"@aries-framework/question-answer": "npm:@credo-ts/[email protected]", | ||
"@aries-framework/react-hooks": "^0.5.0", | ||
"@credo-ts/anoncreds": "0.5.0-alpha.126", | ||
"@credo-ts/askar": "0.5.0-alpha.126", | ||
"@credo-ts/cheqd": "0.5.0-alpha.126", | ||
"@credo-ts/core": "0.5.0-alpha.126", | ||
"@credo-ts/indy-vdr": "0.5.0-alpha.126", | ||
"@credo-ts/openid4vc": "0.5.0-alpha.126", | ||
"@credo-ts/react-native": "0.5.0-alpha.126", | ||
"@internal/utils": "*", | ||
"@tanstack/react-query": "^4.33.0", | ||
"query-string": "^8.1.0", | ||
"rxjs": "^7.8.1" | ||
}, | ||
"peerDependencies": { | ||
"@hyperledger/anoncreds-react-native": "^0.1.0", | ||
"@hyperledger/aries-askar-react-native": "0.1.0", | ||
"@hyperledger/indy-vdr-react-native": "^0.1.0" | ||
"react-native": { | ||
"@aries-framework/core": "@credo-ts/core", | ||
"@aries-framework/question-answer": "@credo-ts/question-answer" | ||
}, | ||
"devDependencies": { | ||
"@hyperledger/anoncreds-react-native": "^0.1.0", | ||
"@hyperledger/aries-askar-react-native": "0.1.0", | ||
"@hyperledger/indy-vdr-react-native": "^0.1.0" | ||
"peerDependencies": { | ||
"@hyperledger/anoncreds-react-native": "*", | ||
"@hyperledger/aries-askar-react-native": "*", | ||
"@hyperledger/indy-vdr-react-native": "*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Still need to figure out what library is using TextEncoder / TextDecoder.
Askar used it in 0.1.0 and that's why it was imported, but not sure why it's needed now