2021-12-11
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.
TODO: peer/orderer port mapping at docker agent.- register, login, agent, create node, network APIs are available
create channel with selecting nodes to join(paging): DONE- change the configtx.yaml: only let channel creator change channel config
- The internship project weekly sync up
- Yuanmao Zhu : updated the repo docs + tencent docs. Now the tencent doc is the same with code implementation
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: create, query, get, update- node:
create, update, start, stop, query - network: list,
create, query, delete, update, - channel:
create, update,query, config (export) - chaincode: package, install, approve, commit, invoke/query
- user:
- Target: Dec to release v1.0.0
- 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.
- Write a py lib spec is done:
- TSC quarterly report for review: 2021 Q4 Hyperledger Cello
- 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.