You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Per the RFC, the
problem-report
message is borrowed by thePresentProof
protocol. It is currently not implemented in themessages
crate oraries-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 themessages
crate and add it to thePresentProof
protocol (seeNotificationProblemReport
as an example).- [ ] Modify the protocol state machines in
aries-vcx
to send & expect this message type.The text was updated successfully, but these errors were encountered: