Nander Stabel
Nander Stabel
I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? Add sink e2e test to CI. ## Checklist ~~-...
I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? To introduce CH-benCHmark pipeline from postgres to RisingWave The...
### Describe the bug A panic occurs when handling a DELETE event when deleting on a PRIMARY KEY column ### To Reproduce Create a `test.json` file containing these 3 events:...
# Description of change Previously all data in all flows where signed using `EdDSA` by default. This current PR adds support for the configuration of multiple singing algorithms. ## Links...
### Description Currently the openid4vc libraries only support `EdDSA` as the signature type. There needs to be a way to make the signature types configurable. ### Motivation Allowing for signature...
### Description Specifically the SIOPv2, OID4VC and OID4VCI crates need to be properly split. All common/shared code should be migrated to a new crate: `oid4vc-core` or `oid4vc-common`. Whenever SIOPv2 or...
### Description Support Static Configuration Values that can be used by the RP to construct it's Authorization Requests. ### Motivation _No response_ ### Resources https://openid.bitbucket.io/connect/openid-connect-self-issued-v2-1_0.html#name-static-configuration-values ### To-do List - [...
### Description ``` +--------------+ +-----------+ +-------------------+ | User | | Wallet | | Credential Issuer | +--------------+ +-----------+ +-------------------+ | | | | interacts | | |--------------->| | | |...
### Description The library should be able to add the request for `claims` in the SIOP Requests and the `Provider` should be able to handle those claims accordingly. As specified...
### Description Support the validation of VP Tokens as described here: https://openid.bitbucket.io/connect/openid-4-verifiable-presentations-1_0.html#name-vp-token-validation Some of the validation rules are described in the DIF Presentation Exchange spec: https://identity.foundation/presentation-exchange/spec/v2.0.0/#presentation-submission ### Motivation Crucial step...