Verify proofs by calling the signer service
Before this commit, the infohub was verifying VP proofs by itself. Now this is delegated to the signer service for consistency, as the signer service can act as both producer and verifier of proofs.
parent
5e368f8d
No related branches found
No related tags found
Showing
- cmd/infohub/main.go 3 additions, 3 deletionscmd/infohub/main.go
- internal/clients/signer/client.go 45 additions, 1 deletioninternal/clients/signer/client.go
- internal/credential/credentials.go 13 additions, 21 deletionsinternal/credential/credentials.go
- internal/service/infohub/infohubfakes/fake_signer.go 81 additions, 0 deletionsinternal/service/infohub/infohubfakes/fake_signer.go
- internal/service/infohub/service.go 7 additions, 1 deletioninternal/service/infohub/service.go
Please register or sign in to comment