-
Notifications
You must be signed in to change notification settings - Fork 291
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(connector-fabric): identity json signing credentials #1130 #1132
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1132 +/- ##
==========================================
- Coverage 73.14% 73.09% -0.06%
==========================================
Files 246 247 +1
Lines 8617 8664 +47
Branches 996 1008 +12
==========================================
+ Hits 6303 6333 +30
- Misses 1783 1790 +7
- Partials 531 541 +10
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 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! |
…-cacti#1130 Introduces a new, optional (for now) parameter on the run tx endpoint's request object called gatewayOptions which is capable of including everything that one needs to instantiate a gateway object of the underlying Fabric Node SDK. This change makes it possible to not need the keychain plugin at all when someone does not need/want it. Fixes hyperledger-cacti#1130 Depends on hyperledger-cacti#1124 Signed-off-by: Peter Somogyvari <[email protected]>
Introduces a new, optional (for now) parameter on the run tx
endpoint's request object called gatewayOptions which is capable
of including everything that one needs to instantiate a gateway
object of the underlying Fabric Node SDK.
This change makes it possible to not need the keychain plugin
at all when someone does not need/want it.
Fixes #1130
Depends on #1124
Signed-off-by: Peter Somogyvari [email protected]