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

remove casting from status list check #108

Merged
merged 3 commits into from
Jun 24, 2022

Conversation

decentralgabe
Copy link
Member

the status list check was failing, due to the CredentialStatus property being an interface type. Type information can be lost, making the cast fail. Marshaling and unmarshaling into the object, and using the go struct validator is a safer way to do the check.

@ghost
Copy link

ghost commented Jun 24, 2022

Review on Crocodile

@decentralgabe decentralgabe marked this pull request as ready for review June 24, 2022 00:35
@decentralgabe decentralgabe merged commit a80f5b5 into main Jun 24, 2022
@decentralgabe decentralgabe deleted the update-status-list-generation branch June 24, 2022 00:42
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.

None yet

1 participant