Skip to content

Commit

Permalink
refactor(connector-fabric): upgrade to Fabric 2.x Node SDK #1123
Browse files Browse the repository at this point in the history
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 <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jul 21, 2021
1 parent b3b14df commit 119a23a
Show file tree
Hide file tree
Showing 10 changed files with 4,805 additions and 10,205 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 @@ -82,7 +82,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 119a23a

Please sign in to comment.