Skip to content
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

Update bindings to latest fabric sdks and remove old ones #1244

Merged
merged 1 commit into from
Feb 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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