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

feat(corda-connector): node diagnostics endpoint #623 #657

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

petermetz
Copy link
Contributor

Depends on #655

The Corda RPC proxy has a diagnostics method that we
exposed here as an endpoint for our own connector as well.
This will help tremendously in debugging things when
people are working with the corda connector
(speaking from experience here).

Fixes #623

Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com

takeutak
takeutak previously approved these changes Mar 11, 2021
Primary change
-------------

The Corda RPC proxy has a diagnostics method that we
exposed here as an endpoint for our own connector as well.
This will help tremendously in debugging things when
people are working with the corda connector
(speaking from experience here).

Fixes hyperledger-cacti#623

Secondary change(s)
-------------------

1. Updated the jvm-kotlin-spring-server test case
to use the container images from the official repository
instead of relying on the temporary ones from Peter's
personal one.

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
@github-actions
Copy link

🎉 Great news! Looks like all the dependencies have been resolved:

💡 To add or remove a dependency please update this issue/PR description.

Brought to you by Dependent Issues (:robot: ). Happy coding!

@petermetz
Copy link
Contributor Author

@takeutak I had to resolve some merge conflicts, check/review again please!

@takeutak takeutak self-requested a review March 15, 2021 17:33
@petermetz petermetz merged commit edb8eac into hyperledger-cacti:main Mar 23, 2021
@petermetz petermetz deleted the feat-623 branch March 23, 2021 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Corda enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(corda-connector): node diagnostics endpoint
3 participants