microsoft / VerifiableCredentials-Verification-SDK-Typescript

An SDK to help Relying Parties manages their Decentralized Identities and Verifiable Credentials.
MIT License
53 stars 14 forks source link

only set contract id on successful validation #57

Closed gproanomsft closed 4 years ago

gproanomsft commented 4 years ago

Problem: Contract Id attempt to be set at all times, which meant on a failing validation a nullreference would occur

Solution: Only set it on success

Validation:

Type of change:

Risk:

beejones commented 4 years ago

please also update the version Thanks