fabric
fabric copied to clipboard
Uber chaincode
Reorganizing functions that relates to chaincode into a system chaincode (called uber chaincode) so that additional abstraction may be associated with the functions. For example, one may perform access control on chaincode life-cycle functions.
The uber chaincode implements all functions that are part of a transaction to a user-chaincode, including deploy, invoke, query, upgrade, and terminate. These functions are currently part of the peer.
Related #1132 and #1127
The estimate of 3 is for implementing the chaincode with Deploy, Query and Invoke functions. Upgrade is not there today and needs investigation.
can we get a pointer to or add more information is this issue which describes the purpose, function and how-to of the uber chaincode design?