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

Add ProblemReport to the PresentProof message family #835

Closed
bobozaur opened this issue May 10, 2023 · 0 comments · Fixed by #840
Closed

Add ProblemReport to the PresentProof message family #835

bobozaur opened this issue May 10, 2023 · 0 comments · Fixed by #840
Assignees

Comments

@bobozaur
Copy link
Contributor

bobozaur commented May 10, 2023

Per the RFC, the problem-report message is borrowed by the PresentProof protocol. It is currently not implemented in the messages crate or aries-vcx.

Ideally, this would be the message to send if an error occurs during the protocol.
The steps for implementing this would be:
- [ ] Make a ProblemReport newtype wrapper in the messages crate and add it to the PresentProof protocol (see NotificationProblemReport as an example).
- [ ] Modify the protocol state machines in aries-vcx to send & expect this message type.

@bobozaur bobozaur self-assigned this May 12, 2023
@bobozaur bobozaur linked a pull request May 12, 2023 that will close this issue
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 a pull request may close this issue.

1 participant