20190214 Meeting
Agenda:
Provide a name for the chaincode
Interop chaincode
management chaincode
OrgJoin chaincode
interop management chaincode (imcc)
Discuss the chaincode interface
Review the chaincode golang implementation
Review proposal document comments
Meeting minutes: Dennis Kuhnert (SAP)
Chaincode Interface
Chaincode files were uploaded to the wiki for evaluation.
The WG reviewed the chaincode workflow using the workflow diagram.
Muralidharan raised the concern that maps could be non-deterministic and could lead to ambiguous write sets.
The Go json documentation states: Map values encode as JSON objects. [...] The map keys are sorted and used as JSON object keys [...]Shan asked for a way to delete proposals when finished or no more relevant so that the state will not be messed up.
Tong mentioned that the chaincode should contain more comments.
Next Steps
Add delete to chaincode.
Update the workflow to include the delete step.