QuestionQ21

Hyperledger Fabric Networks

What is required for a chaincode to be ready to commit to a channel?

  • A The chaincode must be previously installed on the channel’s peers.
  • B The policy Channel/Application/Writers must be satisfied.
  • C The policy /Channel/Application/LifecycleEndorsement must be satisfied.
  • D The chaincode must have the endorsement policies correctly defined.
Explanation

A chaincode definition can be committed after sufficient channel members approve it to satisfy the /Channel/Application/LifecycleEndorsement policy. This lifecycle policy is distinct from the chaincode endorsement policy, which governs validation of chaincode transactions after deployment.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!