Skip to content

Commit

Permalink
feat(connector-fabric): identity json signing credentials hyperledger…
Browse files Browse the repository at this point in the history
…#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#1130

Depends on hyperledger#1124

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jul 14, 2021
1 parent 6d1de27 commit da94065
Show file tree
Hide file tree
Showing 14 changed files with 5,121 additions and 10,249 deletions.
3,495 changes: 1,006 additions & 2,489 deletions examples/cactus-example-carbon-accounting-backend/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@openzeppelin/contracts": "3.3.0",
"@openzeppelin/contracts-upgradeable": "3.4.1",
"async-exit-hook": "2.0.1",
"fabric-network": "1.4.13",
"fabric-network": "2.2.8",
"fs-extra": "9.1.0",
"openapi-types": "7.0.1",
"typescript-optional": "2.0.1",
Expand Down
Loading

0 comments on commit da94065

Please sign in to comment.