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 fabric bindings (hyperledger-caliper#1412)
- remove fabric-protos as not needed due to removal of fabric operations code - update to latest 2.2 sdk which addresses discovery bug under load Signed-off-by: D <[email protected]> Signed-off-by: eravatee <[email protected]>
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 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 |
---|---|---|
|
@@ -31,18 +31,18 @@ sut: | |
fabric: | ||
# The name/key of the SDK binding | ||
1.4.11: | ||
packages: ['[email protected]', 'fabric-[email protected]', 'fabric-[email protected]','[email protected]'] | ||
packages: ['[email protected]', '[email protected]','[email protected]'] | ||
1.4.14: | ||
packages: ['[email protected]', 'fabric-[email protected]', 'fabric-[email protected]','[email protected]'] | ||
packages: ['[email protected]', '[email protected]','[email protected]'] | ||
1.4.20: &fabric-v1-lts | ||
packages: ['[email protected]', 'fabric-[email protected]', 'fabric-[email protected]','[email protected]'] | ||
packages: ['[email protected]', '[email protected]','[email protected]'] | ||
1.4: *fabric-v1-lts | ||
2.2.3: | ||
packages: ['[email protected]'] | ||
2.2.13: &fabric-v2-lts | ||
packages: ['[email protected].13'] | ||
2.2.14: &fabric-v2-lts | ||
packages: ['[email protected].14'] | ||
2.2: *fabric-v2-lts | ||
2.4: | ||
2.4: | ||
packages: ['@hyperledger/[email protected]', '@grpc/[email protected]'] | ||
latest: *fabric-v1-lts | ||
latest-v2-lts: *fabric-v2-lts | ||
|