You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a blockchain administrator I want the chaincode QueryApproved function to support Fabric v3 features So that I can query all chaincode approvals for a channel
Fabric v3 allows the QueryApprovedChaincodeDefinition lifecycle transaction function to:
Omit a sequence ID to query the latest sequence number of a given chaincode definition.
Specify only the channel name to query all approved chaincode definitions on the channel.
These capabilities should be tested in the end-to-end tests when using Fabric v3. If they add value, additional unit tests should be added for these scenarios. This behaviour should be documented in the Godoc for the chaincode.Gateway.QueryApproved function.
As a blockchain administrator
I want the chaincode QueryApproved function to support Fabric v3 features
So that I can query all chaincode approvals for a channel
Fabric v3 allows the QueryApprovedChaincodeDefinition lifecycle transaction function to:
These capabilities should be tested in the end-to-end tests when using Fabric v3. If they add value, additional unit tests should be added for these scenarios. This behaviour should be documented in the Godoc for the chaincode.Gateway.QueryApproved function.
See the Fabric CLI examples for further information.
The text was updated successfully, but these errors were encountered: