Skip to content

Commit

Permalink
Update bindings to latest fabric sdks and remove old ones (#1244)
Browse files Browse the repository at this point in the history
closes #1200
closes #1199

Signed-off-by: D <d_kelsey@uk.ibm.com>
  • Loading branch information
davidkel committed Feb 28, 2022
1 parent 9043fd0 commit 71a5a87
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions packages/caliper-cli/lib/lib/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,17 @@ sut:
# Specifies the available SDK bindings and their Node.js-specific install settings
fabric:
# The name/key of the SDK binding
1.1.0:
# Specifies the packages and their versions to install
packages: ['grpc@1.10.1', 'fabric-ca-client@1.1.0', 'fabric-client@1.1.0', 'fabric-protos@2.0.0-snapshot.1']
# The settings to apply during binding. The first setting whose versionRegexp matches the node version will be used
settings:
- *new-node-old-grpc
1.1:
# Specifies the packages and their versions to install
packages: ['grpc@1.10.1', 'fabric-ca-client@1.1.0', 'fabric-client@1.1.0', 'fabric-protos@2.0.0-snapshot.1']
# The settings to apply during binding. The first setting whose versionRegexp matches the node version will be used
settings:
- *new-node-old-grpc
1.4.11:
packages: ['fabric-client@1.4.11', 'fabric-protos@2.1.0', 'fabric-network@1.4.11','fs-extra@8.1.0']
1.4.14: &fabric-v1-lts
1.4.14:
packages: ['fabric-client@1.4.14', 'fabric-protos@2.1.0', 'fabric-network@1.4.14','fs-extra@8.1.0']
1.4.19: &fabric-v1-lts
packages: ['fabric-client@1.4.19', 'fabric-protos@2.1.0', 'fabric-network@1.4.19','fs-extra@8.1.0']
1.4: *fabric-v1-lts
2.1.0: &fabric-v2-2.1
packages: ['fabric-common@2.1.0', 'fabric-protos@2.1.0', 'fabric-network@2.1.0', 'fabric-ca-client@2.1.0']
2.1: *fabric-v2-2.1
2.2.3: &fabric-v2-lts
packages: ['fabric-network@2.2.3', 'fabric-ca-client@2.2.3']
2.2.3:
packages: ['fabric-network@2.2.3']
2.2.11: &fabric-v2-lts
packages: ['fabric-network@2.2.11']
2.2: *fabric-v2-lts
latest: *fabric-v1-lts
latest-v2-lts: *fabric-v2-lts
Expand Down

0 comments on commit 71a5a87

Please sign in to comment.