Skip to content

Commit

Permalink
Fix VC verification (jsigs/expo-crypto related).
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Sep 18, 2024
1 parent 1800f18 commit 18b0f3b
Show file tree
Hide file tree
Showing 6 changed files with 703 additions and 298 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# learner-credential-wallet Changelog
## 2.1.2 - build 82

### Fixed
- Fix signature verification (`@sphereon/isomorphic-webcrypto` was failing upstream in `jsonld-signatures`),
and has been replaced with `expo-crypto` usage. Also fixes StatusList `Buffer` error.

## 2.1.1 - build 81

### Changed
Update to latest library versions, add support for VC DM 2.0.
- Update to latest library versions, add support for VC DM 2.0.

## 2.1.0 - build 80
First official release to app stores post RN Upgrade and conversion to Expo. Releases are now back on `main` branch.
- First official release to app stores post RN Upgrade and conversion to Expo. Releases are now back on `main` branch.

### Added
- Add support for the OBv3 name property (derived from `identifierHash` when `identifierType == 'name'`).
Expand Down
67 changes: 56 additions & 11 deletions app/mock/credential.ts

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion app/types/declarations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ declare module '@digitalcredentials/vc';
declare module '@digitalcredentials/vc-bitstring-status-list';
declare module '@digitalcredentials/vc-status-list';
declare module '@digitalcredentials/vpqr';
declare module '@digitalbazaar/http-client';
declare module '@digitalcredentials/jsonld-signatures';
declare module '@digitalcredentials/ed25519-signature-2020' {
export class Ed25519Signature2020 {
Expand Down
Loading

0 comments on commit 18b0f3b

Please sign in to comment.