Problem:
The vp validations needs to do the status check
The solution only checks one VC. Left it this way because I believe we have a problem in our model.
In the current model we will send a VC to an issuer which did not issued it. We need to discuss this.
You will need to add a crypto object to the ValidatorBuilder constructor. So this is breaking existing code.
Problem: The vp validations needs to do the status check The solution only checks one VC. Left it this way because I believe we have a problem in our model. In the current model we will send a VC to an issuer which did not issued it. We need to discuss this.
You will need to add a crypto object to the ValidatorBuilder constructor. So this is breaking existing code.
Solution: Add status check
Validation: Added to each existing unit test
Type of change: