2021-12-25
Basic Info
Meeting links:
Project Wiki Page https://lf-hyperledger.atlassian.net/wiki/display/cello/
In Process issues https://github.com/hyperledger/cello/projects/1#column-6892634
User dashboard API:
;API-engine API docs: https://docs.qq.com/doc/DUG5lamp2Z1JFeWh6
Agent API:
Attendee
Please input your name before the meeting
@Baohua Yang: yangbaohua@gmail.com
@Tong Li (Deactivated): litong01@us.ibm.com
@hightall: hightallyht@gmail.com
@Luke Chan: jiahaochen1993@gmail.com
@DuPeng: dupeng@h3c.com
@Dixing Xu: dixingxu@gmail.com
@xie ruitao: rtxie@h3c.com
@qiang xu : xq-310@163.com
@prince Gao: prince.zxgao@gmail.com
@Yuanmao Zhu
Agenda&Minutes
Add wikipage: https://github.com/hyperledger/cello/wiki/Debug-cello-by-container
PR this week
Question: Model in 2.5 at https://docs.qq.com/doc/DUG5lamp2Z1JFeWh6?_t=1637370481689, is different from the django model. Need @qiang xu to confirm.
@Yuanmao Zhu will provide more postman scripts. @feng yangwill create a github issue to track it.
https://github.com/hyperledger/cello/pulls?q=is%3Apr+is%3Aclosed
Qiang Xu and Yang Feng is working on developing the dashboard code.
register, login, agent, create node, network APIs are available
change the configtx.yaml: only let channel creator change channel config
channel creation is done at https://github.com/hyperledger/cello/pull/361.
The internship project weekly sync up
@Yuanmao Zhu : updated some responses of API (more details in #359 pr) and their corresponding documentation in the tencent doc.
All APIs will return uuids + names:
{ netid: uuid, name: net1 }, it should be ok for the frontend.
TODO: Test all API-server APIs (postman test cases are uploaded).
user: register, login, update, query
agent (docker): create, query, get, update
node (peer/orderer): create, update, start, stop, query
network: list, create, query, delete, update
channel: create, update, query, config (export)
chaincode: package, install, approve, commit, invoke/query
Target: Dec to release v1.0.0-alpha
TODO: @zhao shihong
Write a py lib spec is done:
Fabric cmdLine lib https://docs.qq.com/doc/DY01Qb3h3UUFKcXZm
Wrap peer CLI as a py lib (https://github.com/tianxuanhong/fabricCmdLine).
TODO: Revise chaincode API implementation: https://docs.qq.com/doc/DUG5lamp2Z1JFeWh6.
Start cello and operate the workflow, help revise the documentation
Release plan
1.0.0-alpha: deployment + finish user/agent/node features. @zhao shihongas the release manager.
1.0.0-GA: deployment + major operations
@feng yangis nominated as new maintainer.
Next week: Skip Jan 1, 2022
Backlogs:
@qiang xu is working on the API Engine implementation
@Dixing Xu is working on using sdk to let user-dashboard to operation channels and chaincode;
Xuqiang used free tools to create Front end model:https://modao.cc/app/658be913a206443efed5b9e0b56653b228ea1211?simulator_type=device&sticky.
TODO: @feng yangto have a look.