-
Notifications
You must be signed in to change notification settings - Fork 3
refactor: rebase on sdk v1 #31
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ce86cfa
refactor: update to sdk v1 alpha
rflechtner 52957a9
refactor!: did config credential proofs
rflechtner e8d75e7
refactor!: move callbacks, fix errors, rename (did)resolveKey
rflechtner 3bebcde
refactor!: select authentication signer on session creation
rflechtner 6ade536
test: fix tests
rflechtner cb49b05
ci: use node 18
rflechtner 29bf035
chore: revert to keyUri on callbacks
rflechtner 88e4870
chore: revert to fromCredential command
rflechtner 2dd985a
chore: update dependencies and update copyright year to 2025
BlertaSunCacti eb61d73
chore: add ignore pattern for license-header.js in ESLint configuration
BlertaSunCacti 63172cc
refactor: update copyright year and improve type handling in Quote tests
BlertaSunCacti 380635c
refactor: rename transfer operation and fix key concatenation error
BlertaSunCacti 1a69d10
chore: fix and improve test cases
BlertaSunCacti fc1200d
Remove redundant dependencies and fix eslint rule for license header
BlertaSunCacti 67a9ceb
Update cli issueCredential with named parameters and validate did string
BlertaSunCacti 3b01384
Update terminology from "attester" to "issuer" and from "claimer" to …
BlertaSunCacti 2fdd3c7
Replaced holderSignature with claimerSignature
BlertaSunCacti 38ab135
Correct spelling within license
BlertaSunCacti ee28f47
refactor: improve Message test file by using helper functions
BlertaSunCacti dc0161e
refactor: use helper function instead of manual construction
BlertaSunCacti f601be3
Merge branch 'main' into rf-sdk-1-alpha
BlertaSunCacti 5f0f24e
Run prettier
BlertaSunCacti 7fcc0f2
Remove yarn path from yarnrc
BlertaSunCacti f2f088b
Revert "Remove yarn path from yarnrc"
BlertaSunCacti e462c46
Update package.json clean script and adjust TypeScript output directory
BlertaSunCacti 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 hidden or 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 hidden or 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 hidden or 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,3 +1,4 @@ | ||
| .yarn | ||
| /node_modules | ||
| yarn-error.log | ||
| /.vscode | ||
|
|
||
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| compressionLevel: 0 | ||
|
|
||
| enableGlobalCache: false | ||
|
|
||
| nodeLinker: node-modules | ||
|
|
||
| yarnPath: .yarn/releases/yarn-4.9.1.cjs |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.