-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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.
See the Fabric CLI examples for further information.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers