hyperledger / caliper

A blockchain benchmark framework to measure performance of multiple blockchain solutions https://wiki.hyperledger.org/display/caliper
https://hyperledger.github.io/caliper/
Apache License 2.0
642 stars 403 forks source link

Add support for newly added query strategies when binding to fabric:2.2 #1260

Open davidkel opened 2 years ago

davidkel commented 2 years ago

In newer releases of the 2.2 node sdk 2 new query strategies were introduced, we can add support for these. need to check which version was added and maybe even drop 2.2.3 if they weren't in that version

davidkel commented 2 years ago

These are documented here https://hyperledger.github.io/fabric-sdk-node/release-2.2/module-fabric-network.html#.DefaultQueryHandlerStrategies__anchor https://hyperledger.github.io/fabric-sdk-node/release-2.2/module-fabric-network.html#.DefaultEventHandlerStrategies__anchor

davidkel commented 4 months ago

Fabric has set 2.2 now as unmaintained and 2.5 is the only TLS version. The legacy node sdk has been deprecated in 2.5 now. It's probably not worth investing in using these SDKs anymore and only investing in the peer gateway in caliper for 2.5 and beyond versions of fabric