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 ConnectionProblemReport handler #2600

Merged

Conversation

usingtechnology
Copy link
Contributor

@usingtechnology usingtechnology commented Nov 8, 2023

fixes #2530
fixes #2599

Add new problem report handler for connection protocol.

Update the ConnectionManagerError and ConnectionProblemReport to match the same base classes and structure as found in the DIDX protocol. There were issues where the ConnectionManagerErrors were actually failing during marshalling causing problem reports to not get sent. This is addressed by updating the classes and error_codes.

There is still a significant logic gap that I will raise in another issue - ProblemReport delivery requires an existing connection which is means we can't deliver a problem report to indicate the issue is the connection protocol... but leaving that discussion out of this PR.

@usingtechnology
Copy link
Contributor Author

makes sense to tackle #2599 in this PR. will be adding commits to address that issue.

Copy link
Member

@dbluhm dbluhm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Signed-off-by: Jason Sherman <tools@usingtechnolo.gy>
…stent with didexchange

Signed-off-by: Jason Sherman <tools@usingtechnolo.gy>
@dbluhm dbluhm force-pushed the issue-2530-abandoned-connection branch from d27a842 to f985372 Compare December 4, 2023 19:27
Copy link

sonarcloud bot commented Dec 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dbluhm dbluhm merged commit cd4f1dc into hyperledger:main Dec 4, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants