Skip to content

Commit

Permalink
build: bump oid4vc to 7be5b72 (#438)
Browse files Browse the repository at this point in the history
* fix: support `StatusList2021Entry` credentials, fetch logo from `.well-known/openid-credential-issuer` (#414)

* WIP

* Add Thuiswinkel verification checkmark

* fix: fix logo_url binding, renameto thuiswinkel_validation

* Rename `thuiswinkel_waarborg_verification` to `thuiswinkel_verification` in frontend

* feat: add `issuance_date` to `ValidationResult`

* Change label for domain verification

* fix: fix `issuance_date`

* Add issuance date and change logo position

* chore(deps-dev): bump prettier-plugin-tailwindcss from 0.6.1 to 0.6.5 (#259)

Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.1 to 0.6.5.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.1...v0.6.5)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @ianvs/prettier-plugin-sort-imports (#260)

Bumps [@ianvs/prettier-plugin-sort-imports](https://github.com/ianvs/prettier-plugin-sort-imports) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/ianvs/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/IanVS/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](IanVS/prettier-plugin-sort-imports@v4.2.1...v4.3.0)

---
updated-dependencies:
- dependency-name: "@ianvs/prettier-plugin-sort-imports"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump prettier-plugin-svelte from 3.2.3 to 3.2.5 (#262)

Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) from 3.2.3 to 3.2.5.
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/prettier-plugin-svelte@v3.2.3...v3.2.5)

---
updated-dependencies:
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nander Stabel <[email protected]>

* chore(deps-dev): bump prettier from 3.3.0 to 3.3.2 (#261)

Bumps [prettier](https://github.com/prettier/prettier) from 3.3.0 to 3.3.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.0...3.3.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Make `imageId` reactive

* fix: fix lint errors

* add: backend actions-reducers for editable trust list

* cargo fmt

* add: testing

* feat: trusted domains list (first version) (#352)

* ci: release version 0.6.8 (#346)

* fix: bindings

* feat: add default_trust_list.json

* test: add testing, not final

* feat: enable multiple trust lists

* chore: remove comment

* refactore: rename actions and reducers

* feat: add TrustList level actions

* refactor: trustlist owned bool, name to id, reset to default

* chore: fix domain name

* feat: add trust list management frontend

* refactor: implement lists view & domain list

* refactor: Wire up Tauri listeners in `onMount` of root layout (#322)

* Wire up Tauri state-changed listener in `onMount` of root layout

* Wire up Tauri error listener in root layout

* Update comments

* build: Replace `npm` with `pnpm` (#348)

* Swap out `npm` for `pnpm`
Fixes #347

* Address review comments

* chore: cargo fmt and fix binding naming

* feat: prevent edits on imported lists

* refactor: remove unused reset functionality

* feat: add placeholder when no lists

* refactor: trustlist actions

* refactor: remove trustlist default impl

* refactor: use updated Action names

* fix: rename broken bindings

* refactor: remove `Default` trait

* refactor: show `display_name` instead of `id`

* feat: update default trusted domains

---------

Co-authored-by: Daniel Mader <[email protected]>
Co-authored-by: Thilo Maier <[email protected]>

* feat: add `validate_linked_verifiable_presentations`

* refactor: apply clippy suggestions

* feat: use `ServiceEndpoint::from`

* refactor: remove unused variables

* refactor: replace icon imports

* feat: add alignment & criteria display

* chore: pnpm format

* chore: eslint failed

* feat: filter linked VPs based on trust list

* feat: display trusted domains as trusted issuers

* chore: try to fix git workflow build fail

* chore: try to fix git workflow build fail

* chore: add comment to ubuntu version fix

* chore: update serde_json dependency, make error messages static for consistency between version updates

* chore: cargo fmt

* chore: cargo clippy

* chore: fix tests

* chore: cargo fmt

* feat: add achievementType to badge overview display

* ci: release version 0.6.13

* fix: disable prerender trust-list

* WIP

* WIP

* WIP

* ci: release version 0.6.14

* chore: rename variable

* chore: fix log message

* chore: fix trusted domain validation

* feat: add default trust lists to all profiles at creation

* feat: add did:web url validation against trust_list, format

* chore: cargo clippy:

* feat: add fetching logo from well known endpoint

* chore: fix fallback icon, add comments

* chore: add credenco to trusted issuers

* ci: release version 0.6.15

* fix: set SD-JWT format check back to `VcSdJwt` (#394)

* feat: display `alignment` & `criteria` for Open Badges 3.0 (#386)

* ci: release version 0.6.12 (#370)

* chore(deps-dev): bump globals from 15.9.0 to 15.11.0 (#389)

Bumps [globals](https://github.com/sindresorhus/globals) from 15.9.0 to 15.11.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.9.0...v15.11.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump typescript-eslint from 8.2.0 to 8.12.0 (#391)

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.2.0 to 8.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump prettier-plugin-svelte from 3.2.6 to 3.2.7 (#382)

Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) from 3.2.6 to 3.2.7.
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/prettier-plugin-svelte@v3.2.6...v3.2.7)

---
updated-dependencies:
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.45 to 8.4.47 (#375)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.45 to 8.4.47.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.45...8.4.47)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: resolve PR comments

* chore: resole PR comment

* chore: resolve PR comment

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Daniel Mader <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: use hash-based image identifier to prevent caching, use colored background for icon fallback (#396)

* fix: use colored background when icon fallback is displayed

* fix: use hash-based image identifier to prevent caching

* ci: release version 0.7.0

* fix: trusted issuer domain url validation (#397)

* fix: url validation for trusted issuers

* chore: replace expect() with ok()

* Make it more clear how scrolling is done

* Define prop `class` for `TopNavBar` to make it more explicit

* Remove unneded class

* Fix `/me/settings`

* Fix `/me/settings/app`

* Fix `/me/settings/about`

* Fix `/me/settings/app/did`

* Fix `/me/settings/app/keys`

* Fix `/me/settings/app/language`

* Fix `/me/settings/app/theme`

* Fix `/me/settings/app/trust-list`

* Fix `/me/settings/profile`

* Fix `/prompt/accept-connection`

* Fix `/prompt/credential-offer`

* Fix `/prompt/share-credentials`

* fix: adjust UniMe text color in dark mode

* feat: add terms & conditions

* fix: checkbox tick color in dark mode

* feat: update app icon

* ci: release version 0.7.1

* feat: update app icon

* feat: fix app icon

* fix: higher resolution app icon

* refactor: remove `Beta` from `productName`

* ci: release version 0.7.2

* refactor: update camera usage description

* refactor: update camera usage description

* Fix layout issues by creating a new stacking context (#410)

* ci: release version 0.7.3

* fix: support StatusList2021Entry, add logo fetching from well-known/openid-credential-issuer Credential Configurations Supported

* chore: refactor fn get_logo_uri

* chore: add domain to default trust list

* chore: cargo clippy

* chore: merge dev unime/ folder into branch

* chore: checkout dev identity-wallet/src/state/trustlist/

* chore: checkout dev into identity-wallet/ files

* chore: remove outdated files

* chore: remove outdated unime/ files

* chore: fix tests

* chore: remove outdated domain

* chore: add TODO in comment

* chore: fix PascalCasing

* chore: clarify log message

* chore: add spec in comment to alternative property name

* chore: remove workaround which should be fixed in frontend, add comments

* chore: fix comments

* chore: fix default trust list entries check in linked vp flow

* chore: fix PR comments

* chore
: improve log messages

* chore: update tests to include logo fetching through wiremock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Nander Stabel <[email protected]>
Co-authored-by: Thilo Maier <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Mader <[email protected]>

* build: bump `oid4vc`` to `7be5b72``

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Oran Dan <[email protected]>
Co-authored-by: Thilo Maier <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Mader <[email protected]>
  • Loading branch information
5 people authored Dec 12, 2024
1 parent 7a38465 commit e1f87b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tauri-winres = "=0.1"
did_manager = { git = "https://[email protected]/impierce/did-manager.git", tag = "v1.0.0-beta.3" }
jsonwebtoken = "9.3"
log = "^0.4"
oid4vc = { git = "https://[email protected]/impierce/openid4vc.git", rev = "d095db0" }
oid4vc = { git = "https://[email protected]/impierce/openid4vc.git", rev = "7be5b72" }
rand = "0.8"
serde_json = "1.0"
serial_test = "2.0"
Expand Down
2 changes: 2 additions & 0 deletions identity-wallet/src/state/did/validate_domain_linkage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ impl JwsVerifier for Verifier {
fn verify(&self, input: VerificationInput, public_key: &IotaIdentityJwk) -> Result<(), SignatureVerificationError> {
use SignatureVerificationErrorKind::*;

info!("Verifying input");

let algorithm =
Algorithm::from_str(&input.alg.to_string()).map_err(|_| SignatureVerificationError::new(UnsupportedAlg))?;

Expand Down

0 comments on commit e1f87b2

Please sign in to comment.