Skip to content

Commit

Permalink
update fabric bindings (#1412)
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
Dave Kelsey authored Jul 21, 2022
1 parent 78e4e84 commit dd5c85c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/caliper-cli/lib/lib/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd5c85c

Please sign in to comment.