-
Notifications
You must be signed in to change notification settings - Fork 299
refactor(connector-fabric): upgrade to Fabric 2.x Node SDK #1123 #1124
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
Conversation
…r-cacti#1123 The Cactus packages were relying on 1.4.x Fabric SDK dependencies prior to this change (even when communicating with 2.x Fabric ledgers) which is something that we needed to fix by upgrading the dependency versions. Fixes hyperledger-cacti#1123 Signed-off-by: Peter Somogyvari <[email protected]>
…-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]>
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
Codecov Report
@@ Coverage Diff @@
## main #1124 +/- ##
=======================================
Coverage 73.19% 73.19%
=======================================
Files 246 246
Lines 8617 8619 +2
Branches 996 996
=======================================
+ Hits 6307 6309 +2
Misses 1779 1779
Partials 531 531
Continue to review full report at Codecov.
|
@jscode017 FYI This just got merged, should make things easier on your ODAP work as well. |
…-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]>
…-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]> Signed-off-by: hxlaf <[email protected]>
…-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]>
The Cactus packages were relying on 1.4.x Fabric SDK dependencies
prior to this change (even when communicating with 2.x Fabric ledgers)
which is something that we needed to fix by upgrading the dependency
versions.
Fixes #1123
Signed-off-by: Peter Somogyvari [email protected]