forked from hyperledger-caliper/caliper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bindings to latest fabric sdks and remove old ones
closes hyperledger-caliper#1200 closes hyperledger-caliper#1199 Signed-off-by: D <[email protected]>
- Loading branch information
D
committed
Feb 26, 2022
1 parent
9043fd0
commit 63db0b8
Showing
1 changed file
with
7 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: ['[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
# 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: ['[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
# 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: ['[email protected]', '[email protected]', '[email protected]','[email protected]'] | ||
1.4.14: &fabric-v1-lts | ||
1.4.14: | ||
packages: ['[email protected]', '[email protected]', '[email protected]','[email protected]'] | ||
1.4.19: &fabric-v1-lts | ||
packages: ['[email protected]', '[email protected]', '[email protected]','[email protected]'] | ||
1.4: *fabric-v1-lts | ||
2.1.0: &fabric-v2-2.1 | ||
packages: ['[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
2.1: *fabric-v2-2.1 | ||
2.2.3: &fabric-v2-lts | ||
packages: ['[email protected]', '[email protected]'] | ||
2.2.3: | ||
packages: ['[email protected]'] | ||
2.2.11: &fabric-v2-lts | ||
packages: ['[email protected]'] | ||
2.2: *fabric-v2-lts | ||
latest: *fabric-v1-lts | ||
latest-v2-lts: *fabric-v2-lts | ||
|