Skip to content

Commit da94065

Browse files
committed
feat(connector-fabric): identity json signing credentials hyperledger-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]>
1 parent 6d1de27 commit da94065

File tree

14 files changed

+5121
-10249
lines changed

14 files changed

+5121
-10249
lines changed

examples/cactus-example-carbon-accounting-backend/package-lock.json

+1,006-2,489
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/cactus-example-carbon-accounting-backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@openzeppelin/contracts": "3.3.0",
9898
"@openzeppelin/contracts-upgradeable": "3.4.1",
9999
"async-exit-hook": "2.0.1",
100-
"fabric-network": "1.4.13",
100+
"fabric-network": "2.2.8",
101101
"fs-extra": "9.1.0",
102102
"openapi-types": "7.0.1",
103103
"typescript-optional": "2.0.1",

0 commit comments

Comments
 (0)