Skip to content
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

Upstream merge #9

Merged
merged 12 commits into from
Jan 23, 2025
Merged

Upstream merge #9

merged 12 commits into from
Jan 23, 2025

Conversation

AleCla97
Copy link
Member

Description of change

Please write a summary of your changes and why you made them.

Links to any relevant issues

Be sure to reference any related issues by adding fixes issue #.

Type of change

Add an x to the boxes that are relevant to your changes.

  • Bug fix (a non-breaking change which fixes an issue)
  • Enhancement (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Fix

How the change has been tested

Describe the tests that you ran to verify your changes.
Make sure to provide instructions for the maintainer as well as any relevant configurations.

Change checklist

Add an x to the boxes that are relevant to your changes.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

github-actions bot and others added 12 commits September 23, 2024 10:33
* Add serialization for usize as string in StatusList2021Entry

* Add test for statusListIndex serialization in StatusList2021Entry

* chore: downgrade rust version for wasm crate

* chore: fmt
* add support for percent encoded characters in did url components

* cargo clippy

* cargo clippy

* wasm cargo clippy

* review comments

* Update identity_did/src/did_url.rs

Co-authored-by: wulfraem <[email protected]>

* fmt & clippy

---------

Co-authored-by: wulfraem <[email protected]>
* Resolver trait and CompoundResolver macro

* invert Resolver type parameters

* associated type Target instead of type parameter T

* fix type issue in #[resolver(..)] annotation, support for multiple resolvers with the same signature

* resolver integration

* feature gate resolver-v2

* structures & basic operations

* SdJwtVc behaves as a superset of SdJwt

* issuer's metadata fetching & validation

* type metadata & credential verification

* change resolver's constraints

* integrity metadata

* display metadata

* claim metadata

* fetch issuer's JWK (to ease verification)

* validate claim disclosability

* add missing license header

* resolver change, validation

* SdJwtVcBuilder & tests

* validation test

* KB-JWT validation

* review comment

* undo resolver-v2

* fix CI errors

* make clippy happy

* add missing license headers

* add 'SdJwtVcBuilder::from_credential' to easily convert into a SD-JWT VC

* cargo clippy

* fix wasm compilation errors, clippy

* WASM Bindings for SD-JWT VC (iotaledger#1493)

* reworked sd-jwt bindings

* SdJwtVc WASM bindings

* small example, many small fixes

* example & small fixes

* restore package.json

* Update bindings/wasm/src/sd_jwt_vc/builder.rs

Co-authored-by: wulfraem <[email protected]>

* Update bindings/wasm/src/sd_jwt_vc/claims.rs

Co-authored-by: wulfraem <[email protected]>

* Update bindings/wasm/src/sd_jwt_vc/metadata/vc_type.rs

Co-authored-by: wulfraem <[email protected]>

* Update bindings/wasm/src/sd_jwt_vc/sd_jwt_v2/builder.rs

Co-authored-by: wulfraem <[email protected]>

* Update bindings/wasm/src/sd_jwt_vc/sd_jwt_v2/sd_jwt.rs

Co-authored-by: wulfraem <[email protected]>

* review comments

---------

Co-authored-by: wulfraem <[email protected]>

* Apply suggestions from code review

Co-authored-by: wulfraem <[email protected]>

* review comments

* clippy & fmt

* clippy & fmt

* dprint fmt

---------

Co-authored-by: wulfraem <[email protected]>
@AleCla97 AleCla97 merged commit c445b6e into PQ/T-Hybrid-bindings Jan 23, 2025
1 check failed
@AleCla97 AleCla97 deleted the upstream_merge branch January 23, 2025 09:37
mikeus9908 added a commit that referenced this pull request Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants